OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/frame_host/
navigation_controller_impl.cc
210
pending_reload_(
NO_RELOAD
),
346
// Mark the reload type as
NO_RELOAD
, so navigation will not be considered
348
reload_type = NavigationController::
NO_RELOAD
;
370
DCHECK(pending_reload_ !=
NO_RELOAD
);
371
pending_reload_ =
NO_RELOAD
;
375
if (pending_reload_ ==
NO_RELOAD
) {
379
pending_reload_ =
NO_RELOAD
;
398
NavigateToPendingEntry(
NO_RELOAD
);
546
NavigateToPendingEntry(
NO_RELOAD
);
572
NavigateToPendingEntry(
NO_RELOAD
);
[
all
...]
/external/chromium_org/chrome/browser/favicon/
favicon_tab_helper.cc
163
if (reload_type != NavigationController::
NO_RELOAD
&&
/frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java
121
private static final Boolean
NO_RELOAD
= false;
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_handler.cc
473
if (reload_type != content::NavigationController::
NO_RELOAD
)
[
all
...]
/external/chromium_org/content/browser/web_contents/
web_contents_impl.cc
193
case NavigationControllerImpl::
NO_RELOAD
:
[
all
...]
Completed in 167 milliseconds