Searched refs:relative_index (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/webview/
H A Dwebview_api.cc99 int relative_index = 0; local
100 EXTENSION_FUNCTION_VALIDATE(args_->GetInteger(1, &relative_index));
107 guest->Go(relative_index);
/external/chromium_org/chrome/browser/guestview/webview/
H A Dwebview_guest.h62 // If possible, navigate the guest to |relative_index| entries away from the
64 void Go(int relative_index);
H A Dwebview_guest.cc260 void WebViewGuest::Go(int relative_index) { argument
261 guest_web_contents()->GetController().GoToOffset(relative_index);
/external/chromium/chrome/browser/ui/
H A Dbrowser.h366 // |relative_index| gives the index of the url into the number of tabs that
369 int GetIndexForInsertionDuringRestore(int relative_index);
H A Dbrowser.cc1010 int Browser::GetIndexForInsertionDuringRestore(int relative_index) { argument
1012 TabStripModel::INSERT_AFTER) ? tab_count() : relative_index;

Completed in 112 milliseconds