Searched refs:GetIndexForOffset (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl.h333 int GetIndexForOffset(int offset) const;
H A Dnavigation_controller_impl.cc509 int index = GetIndexForOffset(offset);
516 int NavigationControllerImpl::GetIndexForOffset(int offset) const { function in class:content::NavigationControllerImpl
540 int index = GetIndexForOffset(offset);
620 GoToIndex(GetIndexForOffset(offset));

Completed in 110 milliseconds