Searched refs:TabForView (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/webpositive/tabview/
H A DTabManager.h47 int32 TabForView(const BView* containedView) const;
H A DTabManager.cpp813 TabManager::TabForView(const BView* containedView) const function in class:TabManager
828 return TabForView(containedView) >= 0;
847 int32 tabIndex = TabForView(containedView);
924 TabForView(containedView)));
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp1524 int32 index = fTabManager->TabForView(view);
1618 int32 tabIndex = fTabManager->TabForView(view);
1663 int32 tabIndex = fTabManager->TabForView(view);
2421 int32 tabIndex = fTabManager->TabForView(view);

Completed in 81 milliseconds