HomeSort by relevance Sort by last modified time
    Searched full:navigations (Results 26 - 50 of 94) sorted by null

12 3 4

  /external/webkit/Source/WebKit/chromium/src/
BackForwardListChromium.cpp 97 // perform those navigations.
  /external/chromium/chrome/browser/sessions/
session_service.h 273 // Returns an iterator into navigations pointing to the navigation whose
277 // This assumes the navigations are ordered by index in ascending order.
279 std::vector<TabNavigation>* navigations,
294 // ignores tabs with no navigations.
310 // navigations (in each direction from the current navigation index).
session_restore.cc 647 DCHECK(!tab.navigations.empty());
652 static_cast<int>(tab.navigations.size() - 1)));
655 GURL url = tab.navigations.at(tab.current_navigation_index).virtual_url();
667 browser->AddRestoredTab(tab.navigations,
session_restore_browsertest.cc 147 if (tab.navigations[0].virtual_url() == url2) {
base_session_service.cc 147 // We only allow navigations up to 63k (which should be completely
  /external/chromium/chrome/browser/ui/cocoa/
history_menu_bridge.mm 403 if (entry.navigations.empty())
407 entry.navigations.at(entry.current_navigation_index);
416 // Tab navigations don't come with icons, so we always have to request them.
  /external/chromium/chrome/browser/extensions/
extension_protocols.cc 95 // Don't allow toplevel navigations to extension resources in incognito mode.
extension_webnavigation_api.h 117 // Simulates a complete series of events for reference fragment navigations.
  /external/chromium/chrome/browser/history/
visit_tracker_unittest.cc 75 // navigations happening.
  /external/chromium/chrome/browser/
io_thread.h 127 // navigations.
session_history_uitest.cc 331 // navigations. Bug 730379.
474 // TODO(creis): Test that JavaScript history navigations work across tab
  /external/chromium/chrome/browser/tab_contents/
infobar_delegate.h 110 // opened for. Used to help expire on navigations.
web_drop_target_win.cc 47 // in the drop data and handle links as navigations.
  /external/chromium/chrome/browser/ui/
browser_navigator.h 133 // What to do with the path component of the URL for singleton navigations.
browser.h 385 // TabNavigation in |navigations| to select. If |extension_app_id| is
389 // |navigations| are from the previous session.
390 TabContents* AddRestoredTab(const std::vector<TabNavigation>& navigations,
425 const std::vector<TabNavigation>& navigations,
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWindowShell.h 49 // persist between navigations.
  /external/chromium/chrome/browser/sync/glue/
session_model_associator.h 171 // Checks that the tab has navigations and is not a new tab.
351 std::vector<TabNavigation>* navigations);
  /external/chromium/chrome/browser/net/
referrer.cc 23 // current navigations.
referrer.h 8 // When future navigations take place to known referrer sites, then we
predictor.cc 77 // to separate it from real navigations in the observer's callback, and
387 "<th>Subresource<br>Navigations</th>"
  /external/webkit/Source/WebCore/loader/
HistoryController.cpp 244 // Ultimately, history item navigations should go through the policy delegate. That's covered in:
245 // <rdar://problem/3979539> back/forward cache navigations should consult policy delegate
261 // navigations can commit immediately (such as about:blank). We must be sure that
623 // clipAtTarget is false for navigations within the same document, so
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
TestNavigationController.cpp 258 // For session history navigations only the pending_entry_index_ is set.
TestNavigationController.h 44 // Associated with browser-initated navigations to hold tracking data.
  /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...]
  /external/chromium/chrome/common/
automation_messages_internal.h     [all...]

Completed in 787 milliseconds

12 3 4