HomeSort by relevance Sort by last modified time
    Searched refs:NO_RELOAD (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/public/browser/
navigation_controller.h 46 NO_RELOAD, // Normal load.
  /external/chromium_org/content/browser/web_contents/
navigation_controller_impl.cc 212 pending_reload_(NO_RELOAD),
337 // Mark the reload type as NO_RELOAD, so navigation will not be considered
339 reload_type = NavigationController::NO_RELOAD;
361 DCHECK(pending_reload_ != NO_RELOAD);
362 pending_reload_ = NO_RELOAD;
366 if (pending_reload_ == NO_RELOAD) {
370 pending_reload_ = NO_RELOAD;
389 NavigateToPendingEntry(NO_RELOAD);
537 NavigateToPendingEntry(NO_RELOAD);
563 NavigateToPendingEntry(NO_RELOAD);
    [all...]
web_contents_impl.cc 187 case NavigationControllerImpl::NO_RELOAD:
    [all...]
  /external/chromium_org/chrome/browser/favicon/
favicon_tab_helper.cc 166 if (reload_type != NavigationController::NO_RELOAD &&
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_handler.cc 387 if (reload_type != content::NavigationController::NO_RELOAD)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java 121 private static final Boolean NO_RELOAD = false;
    [all...]

Completed in 896 milliseconds