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

12 3 4 5 6 7

  /external/chromium_org/chrome/browser/devtools/
devtools_target_impl.h 56 // Reload the target page.
57 virtual void Reload() const;
  /external/chromium_org/chrome/browser/ui/webui/
inspect_ui.h 38 void Reload(const std::string& source_id, const std::string& target_id);
  /external/chromium_org/content/public/test/
render_view_test.h 112 // Simulates a navigation with a type of reload to the given url.
113 void Reload(const GURL& url);
test_renderer_host.h 157 // Simulates a reload of the current page.
158 void Reload();
  /external/chromium_org/ui/keyboard/
keyboard_controller.h 61 void Reload();
  /external/chromium_org/chrome/browser/extensions/
active_script_controller_unittest.cc 185 Reload();
222 // Reload. This should remove the pending injection, and we should not
224 Reload();
284 Reload();
component_loader.h 99 void Reload(const std::string& extension_id);
navigation_observer.cc 100 // Grant permissions, re-enable the extension, and then reload the tab.
102 nav_controller->Reload(true);
plugin_apitest.cc 91 // If we reload the extension and page, it should work again.
101 chrome::Reload(browser(), CURRENT_TAB);
  /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.
  /external/chromium_org/chrome/browser/ui/search_engines/
template_url_table_model.cc 134 Reload();
143 void TemplateURLTableModel::Reload() {
381 Reload();
  /external/chromium_org/chrome/browser/ui/
browser_instant_controller.cc 161 // Reload the contents to ensure that it gets assigned to a non-priviledged
165 contents->GetController().Reload(false);
  /external/chromium_org/chrome/browser/ui/panels/
panel_host.h 92 void Reload();
panel_host.cc 252 void PanelHost::Reload() {
253 content::RecordAction(UserMetricsAction("Reload"));
254 web_contents_->GetController().Reload(true);
  /external/chromium_org/chrome/renderer/net/
net_error_helper_core.h 92 // Starts a reload of the page in the observed frame.
162 // starting the auto-reload process.
167 // protection against this kind of "reload storm".
169 // TODO(rdsmith): prevent the reload storm.
207 void Reload();
230 // True if auto-reload is enabled at all.
233 // True if auto-reload should only run when the observed frame is visible.
236 // Timer used to wait for auto-reload attempts.
239 // True if the auto-reload timer would be running but is waiting for an
244 // is used to inhibit starting auto-reload when an error page finishes, i
    [all...]
  /external/chromium_org/chrome/test/chromedriver/chrome/
stub_web_view.h 26 virtual Status Reload() OVERRIDE;
web_view.h 49 // Reload the current page.
50 virtual Status Reload() = 0;
  /external/chromium_org/content/public/browser/
navigation_controller.h 42 RELOAD, // Normal (cache-validating) reload.
43 RELOAD_IGNORING_CACHE, // Reload bypassing the cache (shift-reload).
44 RELOAD_ORIGINAL_REQUEST_URL // Reload using the original request URL.
236 // Returns the index from which we would go back/forward or reload. This is
329 // reload the page. In nearly all cases pass in true. If a transient entry
331 virtual void Reload(bool check_for_repost) = 0;
333 // Like Reload(), but don't use caches (aka "shift-reload")
    [all...]
  /external/chromium_org/components/policy/core/common/
async_policy_provider_unittest.cc 176 // Reload.
187 // A Reload is triggered before RefreshPolicies, and it shouldn't trigger
189 loader_->Reload(true);
212 // Though there is a pending Reload, the provider and the loader can be
215 loader_->Reload(true);
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.cpp 694 case Reload:
    [all...]
  /external/chromium_org/components/visitedlink/test/
visitedlink_unittest.cc 168 void Reload() {
242 Reload();
289 // Reload() will test for these.
306 Reload();
400 Reload();
442 Reload();
444 // Make sure the extra one was *not* written (Reload won't test this).
  /external/chromium_org/athena/content/
web_activity.cc 96 web_view_->GetWebContents()->GetController().Reload(false);
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_reloader.cc 100 // If the tab needs to reload, do so asynchronously, to avoid reentrancy
144 // either STATE_MAYBE_BROKEN_BY_PORTAL or STATE_TIMER_RUNNING, reload the
148 // the case that a user tries to reload a tab, and then quickly logs in.
157 // Either reload the tab now, if an error page has already been committed
158 // or an interstitial is being displayed, or reload it if and when a
165 // If the tab needs to reload or is in STATE_NONE, do nothing. The reload
240 // Try to reload the tab now.
256 // reload the underlying page, even if it hasn't yet committed.
269 controller->Reload(true)
    [all...]
  /external/chromium_org/chrome/browser/gpu/
three_d_api_observer.cc 93 // be unblocked and the web page reload will succeed.
137 InfoBarService::WebContentsFromInfoBar(infobar())->GetController().Reload(
  /external/chromium_org/chrome/browser/printing/
print_preview_dialog_controller_browsertest.cc 212 // Reload the initiator. Make sure reloading destroys the print preview
215 chrome::Reload(browser(), CURRENT_TAB);

Completed in 597 milliseconds

12 3 4 5 6 7