HomeSort by relevance Sort by last modified time
    Searched refs:Reload (Results 26 - 50 of 179) sorted by null

12 3 4 5 6 7 8

  /external/chromium_org/content/browser/
child_process_security_policy_browsertest.cc 54 web_contents->GetController().Reload(true);
  /external/chromium_org/content/public/test/
test_renderer_host.cc 138 void RenderViewHostTestHarness::Reload() {
141 controller().Reload(false);
149 controller().Reload(false);
render_view_test.h 105 // Simulates a navigation with a type of reload to the given url.
106 void Reload(const GURL& url);
test_renderer_host.h 150 // Simulates a reload of the current page.
151 void Reload();
  /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/extensions/
component_loader.h 89 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/app_list/
extension_app_item.h 45 // Reload the title and icon from the underlying extension.
46 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/chrome/test/webdriver/commands/
navigate_commands.cc 56 Error* error = session_->Reload();
  /external/chromium_org/sync/internal_api/test/
test_user_share.cc 43 bool TestUserShare::Reload() {
  /external/chromium_org/chrome/browser/chromeos/drive/
dummy_file_system.h 100 virtual void Reload() OVERRIDE {}
  /external/chromium_org/chrome/browser/guestview/webview/
webview_guest.h 66 // Reload the guest.
67 void Reload();
  /external/chromium_org/chrome/browser/policy/
async_policy_provider.cc 76 // However, it's also possible that an asynchronous Reload() is in progress
78 // FILE thread before posting the next Reload, to prevent a potential
79 // concurrent Reload() from triggering a notification too early. If another
117 base::Bind(&AsyncPolicyLoader::Reload,
  /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();

Completed in 2759 milliseconds

12 3 4 5 6 7 8