Searched defs:Navigate (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Dtab_test_case.py25 self._tab.Navigate('about:blank')
28 def Navigate(self, filename, script_to_evaluate_on_commit=None): member in class:TabTestCase
34 self._tab.Navigate(url, script_to_evaluate_on_commit)
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dinspector_page.py103 def Navigate(self, url, script_to_evaluate_on_commit=None, timeout=60): member in class:InspectorPage
H A Dinspector_backend.py164 def Navigate(self, url, script_to_evaluate_on_commit, timeout): member in class:InspectorBackend
165 self._page.Navigate(url, script_to_evaluate_on_commit, timeout)
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Dmerge_session_load_page_unittest.cc73 void Navigate(const char* url, int page_id) { function in class:chromeos::MergeSessionLoadPageTest
126 Navigate(kURL1, 1);
144 Navigate(kURL1, 1);
159 Navigate(kURL1, 1);
179 Navigate(kURL2, 2);
/external/chromium_org/chrome/browser/chromeos/offline/
H A Doffline_load_page_unittest.cc64 void Navigate(const char* url, int page_id) { function in class:chromeos::OfflineLoadPageTest
94 Navigate(kURL1, 1);
116 Navigate(kURL2, 2);
123 Navigate(kURL1, 1);
/external/chromium_org/content/browser/
H A Ddatabase_browsertest.cc36 void Navigate(Shell* shell) { function in class:content::DatabaseTest
76 Navigate(shell());
86 Navigate(shell());
100 Navigate(shell());
115 Navigate(shell());
127 Navigate(shell());
163 Navigate(shell());
179 Navigate(shell());
184 Navigate(otr);
195 Navigate(ot
[all...]
/external/chromium_org/mojo/examples/window_manager/
H A Ddebug_panel.cc119 Navigate("mojo://mojo_embedded_app/");
123 Navigate("http://www.aaronboodman.com/z_dropbox/test.html");
127 void DebugPanel::Navigate(const std::string& url) { function in class:mojo::examples::DebugPanel
/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
H A Dwebdriver_tab_backend.py73 def Navigate(self, url, script_to_evaluate_on_commit=None, timeout=None): member in class:WebDriverTabBackend
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dtab.py17 tab.Navigate('http://www.google.com/')
174 def Navigate(self, url, script_to_evaluate_on_commit=None, member in class:Tab
182 self._inspector_backend.Navigate(url, script_to_evaluate_on_commit, timeout)
209 self.Navigate('about:blank')
/external/chromium_org/tools/perf/measurements/
H A Dpage_cycler_unittest.py54 def Navigate(self, url): member in class:FakeTab
/external/chromium_org/android_webview/renderer/
H A Daw_render_view_ext.cc228 void AwRenderViewExt::Navigate(const GURL& url) { function in class:android_webview::AwRenderViewExt
229 // Navigate is called only on NEW navigations, so WebImageCache won't be freed
234 // RenderViewObserver. Thus, clearing decoding image cache on Navigate, seems
/external/chromium_org/chrome/browser/background/
H A Dbackground_contents_service_unittest.cc86 virtual void Navigate(GURL url) { function in class:MockBackgroundContents
249 contents->Navigate(url);
253 // Navigate the contents to a new url, should not change url.
254 contents->Navigate(url2);
272 contents->Navigate(url);
294 contents->Navigate(url);
307 contents->Navigate(url);
334 // Navigate the contents, then make sure the one associated with the extension
338 contents->Navigate(url);
340 contents2->Navigate(url
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page_unittest.cc124 void Navigate(const char* url, int page_id) { function in class:SafeBrowsingBlockingPageTest
273 Navigate(kBadURL, 1);
291 // Navigate somewhere.
292 Navigate(kGoogleURL, 1);
294 // Navigate somewhere else.
295 Navigate(kGoodURL, 2);
328 // Navigate somewhere.
329 Navigate(kGoodURL, 1);
363 // Navigate somewhere.
364 Navigate(kGoogleUR
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_navigator.cc247 // Obtain the profile used by the code that originated the Navigate() request.
306 // Navigate() function. When Navigate() creates a WebContents for a URL,
491 void Navigate(NavigateParams* params) { function in namespace:chrome
545 // Navigate() must not return early after this point.
635 // originated from chrome::Navigate.
691 // originated from chrome::Navigate.
/external/chromium_org/content/browser/tracing/
H A Dtracing_controller_browsertest.cc39 void Navigate(Shell* shell) { function in class:content::TracingControllerTest
127 Navigate(shell());
160 Navigate(shell());
194 Navigate(shell());
295 Navigate(shell());
323 Navigate(shell());
360 Navigate(shell());
/external/chromium_org/content/public/renderer/
H A Drender_view_observer.h93 virtual void Navigate(const GURL& url) {} function in class:content::RenderViewObserver
/external/chromium_org/content/renderer/pepper/
H A Dfake_pepper_plugin_instance.cc57 int32_t FakePepperPluginInstance::Navigate( function in class:content::FakePepperPluginInstance
/external/chromium_org/ppapi/c/private/
H A Dppb_flash.h173 * Navigate to the URL given by the given URLRequestInfo. (This supports GETs,
176 int32_t (*Navigate)(PP_Resource request_info, member in struct:PPB_Flash_13_0
255 int32_t (*Navigate)(PP_Resource request_info, member in struct:PPB_Flash_12_4
286 int32_t (*Navigate)(PP_Resource request_info, member in struct:PPB_Flash_12_5
320 int32_t (*Navigate)(PP_Resource request_info, member in struct:PPB_Flash_12_6
/external/chromium_org/ppapi/cpp/private/
H A Dflash.cc160 int32_t Flash::Navigate(const URLRequestInfo& request_info, function in class:pp::flash::Flash
165 return get_interface<PPB_Flash_13_0>()->Navigate(
170 if (flash_12_combined_interface.Navigate) {
171 return flash_12_combined_interface.Navigate(
/external/chromium_org/ppapi/proxy/
H A Dflash_resource.cc232 int32_t FlashResource::Navigate(PP_Instance instance, function in class:ppapi::proxy::FlashResource
/external/chromium_org/ppapi/thunk/
H A Dppb_flash_thunk.cc56 int32_t Navigate(PP_Resource request_id, function in namespace:ppapi::thunk::__anon10274
72 return enter.functions()->Navigate(instance, request_id, target,
168 &Navigate,
186 &Navigate,
205 &Navigate,
225 &Navigate,
/external/chromium_org/chrome/renderer/
H A Dchrome_render_view_observer.cc288 void ChromeRenderViewObserver::Navigate(const GURL& url) { function in class:ChromeRenderViewObserver
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_manager.cc199 RenderFrameHostImpl* RenderFrameHostManager::Navigate( function in class:content::RenderFrameHostManager
201 TRACE_EVENT1("navigation", "RenderFrameHostManager:Navigate",
1532 // Navigate message) until we hear back from the old renderer's
1567 // Otherwise the same SiteInstance can be used. Navigate render_frame_host_.
/external/chromium_org/content/shell/renderer/
H A Dwebkit_test_runner.cc589 void WebKitTestRunner::Navigate(const GURL& url) { function in class:content::WebKitTestRunner
/external/chromium_org/chrome/browser/devtools/device/
H A Ddevtools_android_bridge.cc405 void Navigate(const std::string& url, base::Closure callback) const;
516 void RemotePageTarget::Navigate(const std::string& url, function in class:RemotePageTarget
695 new_page.Navigate(url,

Completed in 8828 milliseconds

12