HomeSort by relevance Sort by last modified time
    Searched refs:Reload (Results 101 - 125 of 184) sorted by null

1 2 3 45 6 7 8

  /external/chromium_org/chrome/browser/chromeos/drive/
file_system.h 155 virtual void Reload(const FileOperationCallback& callback) OVERRIDE;
178 // Part of Reload(). This is called after the cache and the resource metadata
182 // Used for initialization and Reload(). (Re-)initializes sub components that
183 // need to be recreated during the reload of resource metadata and the cache.
drive_integration_service.cc 395 file_system_->Reload(base::Bind(
410 // Failed to reload, or Drive was disabled during the reloading.
fake_file_system.cc 225 void FakeFileSystem::Reload(const FileOperationCallback& callback) {
  /external/chromium_org/chrome/browser/devtools/
devtools_target_impl.cc 260 void DevToolsTargetImpl::Reload() const {
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc 160 namespace Reload = api::developer_private::Reload;
633 scoped_ptr<Reload::Params> params(Reload::Params::Create(*args_));
    [all...]
  /external/chromium_org/chrome/browser/
referrer_policy_browsertest.cc 374 // policy, then navigate to C, back to B, and reload.
401 // Reload to B.
402 chrome::Reload(browser(), CURRENT_TAB);
408 // Shift-reload to B.
  /external/chromium_org/chrome/browser/ssl/
ssl_blocking_page.cc 369 controller->Reload(true);
  /external/chromium_org/chrome/renderer/
content_settings_observer_browsertest.cc 115 // 3. Reload page.
119 Reload(url);
  /external/chromium_org/content/browser/renderer_host/
render_view_host_unittest.cc 76 // the contents may get closed out even though the user pressed the reload
90 // . click reload.
102 controller().Reload(false);
  /external/chromium_org/content/public/test/
render_view_test.cc 312 void RenderViewTest::Reload(const GURL& url) {
315 params.navigation_type = ViewMsg_Navigate_Type::RELOAD;
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
chrome_browser_backend.py 168 extension_object.Reload()
  /external/chromium_org/chrome/browser/extensions/
app_process_apitest.cc 495 // Enable app and reload the page.
505 chrome::Reload(browser(), CURRENT_TAB);
511 // Disable app and reload the page.
521 chrome::Reload(browser(), CURRENT_TAB);
560 // Enable app and reload via JavaScript.
569 LOG(INFO) << "Executing location.reload().";
570 ASSERT_TRUE(content::ExecuteScript(contents, "location.reload();"));
572 LOG(INFO) << "Executing location.reload() - done.";
576 // Disable app and reload via JavaScript.
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_focus_uitest.cc 821 // Tests that focus goes where expected when using reload.
826 // Open the new tab, reload.
    [all...]
browser_commands.cc 175 // normally done in Browser::Navigate, but a reload bypasses Navigate.
183 web_contents->GetController().Reload(true);
370 void Reload(Browser* browser, WindowOpenDisposition disposition) {
371 content::RecordAction(UserMetricsAction("Reload"));
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
find_bar_host_interactive_uitest.cc 374 // Reload the page to clear the matching result.
375 chrome::Reload(browser(), CURRENT_TAB);
  /external/chromium_org/chrome/test/automation/
tab_proxy.cc 134 AutomationMsg_NavigationResponseValues TabProxy::Reload() {
  /external/chromium_org/content/browser/android/
content_view_core_impl.h 151 void Reload(JNIEnv* env, jobject obj, jboolean check_for_repost);
  /external/chromium_org/content/shell/browser/
shell_views.cc 244 shell_->Reload();
278 // Toolbar view contains forward/backward/reload button and URL entry
  /external/chromium/chrome/browser/extensions/
extension_browsertests_misc.cc 239 LOG(INFO) << "Reload extension A done: "
245 LOG(INFO) << "Reload extension B done: "
725 // Now the plugin should be in the cache, but we have to reload the page for
730 browser()->Reload(CURRENT_TAB);
746 // If we reload the extension and page, it should work again.
750 browser()->Reload(CURRENT_TAB);
    [all...]
  /external/chromium/chrome/browser/translate/
translate_manager_browsertest.cc 562 TEST_F(TranslateManagerTest, Reload) {
569 // Reload should bring back the infobar.
571 Reload();
573 // Ensures it is really handled a reload.
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
video_player.js 97 * Save the current state so that it survives page/app reload.
153 volumeManager.ensureInitialized(reload);
158 reload();
195 * Reload the player.
197 function reload() { function
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ExtensionAPI.js 92 Reload: "Reload",
672 reload: function(optionsOrUserAgent)
679 console.warn("Passing userAgent as string parameter to inspectedWindow.reload() is deprecated. " +
680 "Use inspectedWindow.reload({ userAgent: value}) instead.");
682 return extensionServer.sendRequest({ command: commands.Reload, options: options });
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl_unittest.cc 569 // URL bar to reload: a pending entry is created and then it is discarded when
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc     [all...]
  /external/chromium/chrome/browser/ui/
browser.h 454 void Reload(WindowOpenDisposition disposition);
455 void ReloadIgnoringCache(WindowOpenDisposition disposition); // Shift-reload.
    [all...]

Completed in 1163 milliseconds

1 2 3 45 6 7 8