HomeSort by relevance Sort by last modified time
    Searched refs:NavigationType (Results 26 - 40 of 40) sorted by null

12

  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 76 NavigationCollector.NavigationType = {
110 * @typedef {{url: string, transitionType: NavigationCollector.NavigationType,
  /external/chromium/chrome/browser/instant/
instant_loader.cc 214 NavigationType::Type navigation_type) OVERRIDE;
250 // Are we we waiting for a NavigationType of NEW_PAGE? If we're waiting for
530 NavigationType::Type navigation_type) {
531 if (waiting_for_new_page_ && navigation_type == NavigationType::NEW_PAGE)
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 187 static const char* navigationTypeToString(NavigationType type)
    [all...]
  /external/chromium/chrome/browser/
external_tab_container_win.cc 379 if (InitNavigationInfo(&nav_info, NavigationType::NAV_IGNORE, 0))
873 NavigationType::Type nav_type,
    [all...]
  /external/chromium/chrome/browser/translate/
translate_manager_browsertest.cc 577 EXPECT_EQ(NavigationType::EXISTING_PAGE, nav_details.type);
607 EXPECT_EQ(NavigationType::SAME_PAGE, nav_details.type);
    [all...]
translate_manager.cc 228 load_details->type != NavigationType::SAME_PAGE) {
  /external/chromium/chrome/browser/ui/
browser.h     [all...]
browser.cc     [all...]
  /external/webkit/Source/WebKit/wx/WebKitSupport/
FrameLoaderClientWx.cpp 66 inline int wxNavTypeFromWebNavType(NavigationType type){
  /external/webkit/Source/WebKit2/Shared/API/c/
WKSharedAPICast.h 687 inline WKFrameNavigationType toAPI(WebCore::NavigationType type)
  /external/chromium/chrome/browser/sessions/
session_service.cc 583 if (changed->type == NavigationType::NEW_PAGE ||
584 changed->type == NavigationType::EXISTING_PAGE) {
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 324 bool WebPage::acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest& request, NavigationType type)
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 197 virtual bool acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest &request, QWebPage::NavigationType type) {
354 NavigationType type;
360 virtual bool acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest &request, NavigationType type) {
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp 395 bool QWebPagePrivate::acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &request, QWebPage::NavigationType type)
    [all...]

Completed in 309 milliseconds

12