HomeSort by relevance Sort by last modified time
    Searched defs:navigations (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/sessions/
session_types.h 119 // Identifies the index of the current navigation in navigations. For
120 // example, if this is 2 it means the current navigation is navigations[2].
123 // corresponds to TabNavigation.index, not the index in navigations. When done
124 // creating though, this is set to the index in navigations.
126 // NOTE 2: this value can be larger than the size of |navigations|, due to
128 // checking must be performed before indexing into |navigations|.
140 std::vector<TabNavigation> navigations; member in struct:SessionTab
tab_restore_service.h 80 // The navigations.
81 std::vector<TabNavigation> navigations; member in struct:TabRestoreService::Tab
83 // Index of the selected navigation in navigations.
196 // Populates the tab's navigations from the NavigationController, and its
272 // on the number of navigations.
275 // Validates all entries in |entries|, deleting any with no navigations.
tab_restore_service.cc 156 GURL url = tab.navigations.at(tab.current_navigation_index).virtual_url();
228 if (local_tab->navigations.empty())
251 if (window->tabs[entry_index].navigations.empty()) {
353 delegate->AddRestoredTab(tab.navigations, delegate->GetTabCount(),
485 tab->navigations.resize(static_cast<int>(entry_count));
489 tab->navigations[i].SetFromNavigationEntry(*entry);
595 const std::vector<TabNavigation>& navigations = tab.navigations; local
596 int max_index = static_cast<int>(navigations.size());
603 if (ShouldTrackEntry(navigations[i]))
688 const std::vector<TabNavigation>& navigations = tab.navigations; local
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 357 QList<Navigation> navigations; member in class:TestPage
365 navigations.append(n);
394 QCOMPARE(page->navigations.count(), 2);
396 TestPage::Navigation n = page->navigations.at(1);
    [all...]

Completed in 106 milliseconds