Home
last modified time | relevance | path

Searched refs:GetAdjustmentFrame (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/webpositive/autocompletion/
H A DTextViewCompleter.h34 virtual BRect GetAdjustmentFrame();
H A DTextViewCompleter.cpp57 TextViewCompleter::TextViewWrapper::GetAdjustmentFrame() in GetAdjustmentFrame() function in TextViewCompleter::TextViewWrapper
H A DAutoCompleter.h47 virtual BRect GetAdjustmentFrame() = 0;
H A DAutoCompleterDefaultImpl.cpp395 BRect pvRect = editView->GetAdjustmentFrame(); in ShowChoices()