OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Reload
(Results
1 - 25
of
184
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium_org/chrome/browser/
repost_form_warning_browsertest.cc
36
// Try to
reload
it twice, checking for repost.
39
web_contents->GetController().
Reload
(true);
40
web_contents->GetController().
Reload
(true);
66
// Try to
reload
it, checking for repost.
69
web_contents->GetController().
Reload
(true);
82
// Try to
reload
it again.
83
web_contents->GetController().
Reload
(true);
crash_recovery_browsertest.cc
39
// Test that
reload
works after a crash.
41
IN_PROC_BROWSER_TEST_F(CrashRecoveryBrowserTest,
Reload
) {
58
chrome::
Reload
(browser(), CURRENT_TAB);
89
chrome::
Reload
(browser(), CURRENT_TAB);
/external/chromium_org/remoting/host/policy_hack/
fake_policy_watcher.cc
30
void FakePolicyWatcher::
Reload
() {
fake_policy_watcher.h
24
virtual void
Reload
() OVERRIDE;
/external/chromium/chrome/browser/policy/
configuration_policy_loader_win.h
16
//
reload
when Group Policy changes.
32
// Updates the watchers and schedules the
reload
task if appropriate.
35
// Post a
reload
notification and update the watch machinery.
36
void
Reload
();
configuration_policy_loader_win.cc
67
void ConfigurationPolicyLoaderWin::
Reload
() {
69
AsynchronousPolicyLoader::
Reload
();
77
<< "unexpected object signaled policy
reload
, obj = "
79
Reload
();
asynchronous_policy_loader_unittest.cc
79
loader->
Reload
();
99
loader->
Reload
();
103
// Verifies that the provider is notified upon policy
reload
, but only
127
loader->
Reload
();
129
loader->
Reload
();
131
loader->
Reload
();
file_based_policy_loader.h
25
virtual void
Reload
();
47
// and then delays until it is considered safe to
reload
in |delay|.
file_based_policy_loader.cc
61
Reload
();
69
void FileBasedPolicyLoader::
Reload
() {
75
// Check the directory time in order to see whether a
reload
is required.
107
// construction of the loader and initialization of the watcher. Call
reload
109
Reload
();
asynchronous_policy_loader.h
32
virtual void
Reload
();
34
// Stops any pending
reload
tasks.
64
// Schedules a
reload
task to run when |delay| expires. Must be called on the
68
// Schedules a
reload
task to run after the number of minutes specified
74
// Invoked from the
reload
task on the file thread.
96
// The
reload
task. Access only on the file thread. Holds a reference to the
100
// The interval at which a policy
reload
will be triggered as a fallback.
/external/chromium_org/sync/internal_api/public/test/
test_user_share.h
61
// Save and
reload
Directory to clear out temporary data in memory.
62
bool
Reload
();
/external/chromium/chrome/browser/
crash_recovery_browsertest.cc
31
// Test that
reload
works after a crash.
33
IN_PROC_BROWSER_TEST_F(CrashRecoveryBrowserTest,
Reload
) {
45
browser()->
Reload
(CURRENT_TAB);
72
browser()->
Reload
(CURRENT_TAB);
possible_url_model.h
31
void
Reload
(Profile *profile);
/external/chromium/chrome/browser/ui/
collected_cookies_infobar_delegate.cc
43
tab_contents_->controller().
Reload
(true);
/external/chromium_org/chrome/browser/android/bookmarks/
managed_bookmarks_shim.h
46
void
Reload
();
managed_bookmarks_shim.cc
25
base::Bind(&ManagedBookmarksShim::
Reload
, base::Unretained(this)));
26
Reload
();
67
void ManagedBookmarksShim::
Reload
() {
/external/chromium_org/chrome/browser/ui/
collected_cookies_infobar_delegate.cc
53
web_contents()->GetController().
Reload
(true);
/external/chromium_org/chrome/browser/ui/content_settings/
media_setting_changed_infobar_delegate.cc
55
web_contents()->GetController().
Reload
(true);
/external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_test.h
55
void
Reload
();
fullscreen_controller_test.cc
94
void FullscreenControllerTest::
Reload
() {
97
chrome::
Reload
(browser(), CURRENT_TAB);
/external/chromium_org/chrome/browser/ui/website_settings/
website_settings_infobar_delegate.cc
54
web_contents()->GetController().
Reload
(true);
/external/chromium_org/components/policy/core/common/
async_policy_loader.cc
41
void AsyncPolicyLoader::
Reload
(bool force) {
91
Reload
(false);
100
Reload
(true);
107
base::Bind(&AsyncPolicyLoader::
Reload
,
/external/chromium_org/tools/telemetry/telemetry/core/
extension_page.py
17
def
Reload
(self):
/external/chromium/chrome/browser/chromeos/
user_cros_settings_provider.h
44
void
Reload
();
/external/chromium_org/content/browser/
child_process_security_policy_browsertest.cc
54
web_contents->GetController().
Reload
(true);
Completed in 355 milliseconds
1
2
3
4
5
6
7
8