OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Reload
(Results
26 - 50
of
184
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium_org/content/public/test/
test_renderer_host.cc
145
void RenderViewHostTestHarness::
Reload
() {
148
controller().
Reload
(false);
156
controller().
Reload
(false);
render_view_test.h
106
// Simulates a navigation with a type of
reload
to the given url.
107
void
Reload
(const GURL& url);
/external/chromium_org/remoting/host/policy_hack/
policy_watcher_linux.cc
73
// construction of the loader and initialization of the watcher. Call
reload
75
Reload
();
95
Reload
();
165
virtual void
Reload
() OVERRIDE {
167
// Check the directory time in order to see whether a
reload
is required.
policy_watcher_win.cc
70
Reload
();
90
// Updates the watchers and schedules the
reload
task if appropriate.
193
// Post a
reload
notification and update the watch machinery.
194
void
Reload
() {
206
<< "unexpected object signaled policy
reload
, obj = "
208
Reload
();
policy_watcher.h
82
virtual void
Reload
() = 0;
/external/chromium/chrome/browser/policy/
asynchronous_policy_loader.cc
72
void AsynchronousPolicyLoader::
Reload
() {
91
// Only check the thread if there's still a
reload
task. During
115
// change in policy, schedule a
reload
task that'll make us recheck after a
123
// Drop the reference to the
reload
task, since the task might be the only
127
Reload
();
asynchronous_policy_provider_unittest.cc
51
loader->
Reload
();
file_based_policy_provider_unittest.cc
71
// A third and final call to Load is made by the explicit
Reload
. This
76
file_based_provider.loader()->
Reload
();
configuration_policy_provider_win_unittest.cc
310
provider_->loader()->
Reload
();
320
provider_->loader()->
Reload
();
332
provider_->loader()->
Reload
();
347
provider_->loader()->
Reload
();
/external/chromium/chrome/browser/ui/search_engines/
template_url_table_model.h
42
void
Reload
();
template_url_table_model.cc
128
Reload
();
137
void TemplateURLTableModel::
Reload
() {
372
Reload
();
/external/chromium_org/chrome/browser/devtools/
devtools_target_impl.h
55
//
Reload
the target page.
56
virtual void
Reload
() const;
devtools_targets_ui.h
41
void
Reload
(const std::string& target_id);
/external/chromium_org/chrome/browser/ui/app_list/
extension_app_item.h
43
//
Reload
the title and icon from the underlying extension.
44
void
Reload
();
/external/chromium_org/chrome/browser/ui/search_engines/
template_url_table_model.h
46
void
Reload
();
template_url_table_model.cc
131
Reload
();
140
void TemplateURLTableModel::
Reload
() {
377
Reload
();
/external/chromium_org/components/policy/core/common/
async_policy_loader.h
61
// Implementations should invoke
Reload
() when a change is detected. This
65
// reschedules the
reload
until the LastModificationTime() is a couple of
68
// A
reload
is posted periodically, if it hasn't been triggered recently. This
70
void
Reload
(bool force);
84
// Used by the AsyncPolicyProvider to
reload
with an updated SchemaMap.
87
// Cancels any pending periodic
reload
and posts one |delay| time units from
102
// Used to get WeakPtrs for the periodic
reload
task.
/external/chromium_org/sync/internal_api/test/
test_user_share.cc
43
bool TestUserShare::
Reload
() {
/external/chromium_org/chrome/browser/extensions/
component_loader.h
91
void
Reload
(const std::string& extension_id);
navigation_observer.cc
98
// Grant permissions, re-enable the extension, and then
reload
the tab.
100
nav_controller->
Reload
(true);
/external/chromium_org/chrome/browser/ui/webui/
inspect_ui.h
37
void
Reload
(const std::string& source_id, const std::string& target_id);
/external/chromium_org/chrome/browser/chromeos/drive/
dummy_file_system.h
95
virtual void
Reload
(const FileOperationCallback& callback) OVERRIDE {}
/external/chromium_org/chrome/browser/
three_d_api_observer.cc
90
// be unblocked and the web page
reload
will succeed.
135
web_contents()->GetController().
Reload
(true);
/external/chromium_org/chrome/browser/ui/panels/
panel_host.h
92
void
Reload
();
/external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_ui_browsertest.cc
73
chrome::
Reload
(browser(), CURRENT_TAB);
Completed in 1141 milliseconds
1
2
3
4
5
6
7
8