HomeSort by relevance Sort by last modified time
    Searched full:navigate (Results 26 - 50 of 877) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/
browser_navigator_browsertest.cc 98 // Navigate() should have opened the contents in new foreground tab in the
144 chrome::Navigate(&p);
146 // Nothing should have happened as a result of Navigate();
160 // Navigate to the page.
165 chrome::Navigate(&p);
187 // Navigate to the page.
192 chrome::Navigate(&p);
258 // Navigate to singleton_url1.
262 chrome::Navigate(&p);
287 // Navigate to singleton_url2
    [all...]
  /external/chromium_org/chrome/test/webdriver/commands/
navigate_commands.h 17 // Navigate forward in the browser history, if possible. See:
32 // Navigate backwards in the browser history, if possible. See:
url_command.h 17 // Controls navigate to new web pages for the current tab. A call with
  /external/chromium_org/chrome_frame/test/
chrome_frame_automation_mock.cc 19 mock_launch.Navigate("about:blank");
25 TEST(ChromeFrame, Navigate) {
  /external/chromium_org/content/browser/devtools/
devtools_protocol_constants.h 40 namespace navigate { namespace in namespace:content::devtools::Page
43 } // navigate
  /external/chromium_org/third_party/WebKit/ManualTests/
crash-on-accessing-domwindow-without-frame.html 11 "function navigate() { location.href='data:text/html,<body>Close this page and wait.</body>'};" +
12 "setTimeout(navigate,0);</" +
  /external/chromium_org/content/browser/web_contents/
render_view_host_manager_unittest.cc 96 // Note: we navigate the active RenderViewHost because previous navigations
130 // Navigate our first tab to a chrome url and then to the destination.
135 // Navigate to a cross-site URL.
165 // Tests that when you navigate from a chrome:// url to another page, and
174 // Navigate our first tab to the chrome url and then to the destination,
213 // Navigate both to the new tab page, and verify that they share a
239 // Navigate our first tab to a chrome url and then to the destination.
251 // Navigate to a cross-site URL.
389 // Navigate to an initial URL.
409 // Navigate to a cross-site URL (different SiteInstance but sam
    [all...]
  /external/chromium/chrome/browser/
repost_form_warning_uitest.cc 50 // Navigate away from the page (this is when the test usually crashes).
80 // Navigate to a page that requires authentication, bringing up another
87 // Navigate away from the page.
  /external/chromium/chrome/browser/chromeos/offline/
offline_load_page_unittest.cc 65 void Navigate(const char* url, int page_id) {
92 Navigate(kURL1, 1);
113 Navigate(kURL2, 2);
120 Navigate(kURL1, 1);
  /external/chromium/chrome/browser/ui/webui/
html_dialog_tab_contents_delegate.cc 35 // Specify a NULL browser for navigation. This will cause Navigate()
47 browser::Navigate(&params);
62 // Specify a NULL browser for navigation. This will cause Navigate()
74 browser::Navigate(&params);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/
benchmark.zip 
  /external/chromium_org/chrome/browser/chromeos/login/
merge_session_load_page_unittest.cc 67 void Navigate(const char* url, int page_id) {
94 Navigate(kURL1, 1);
109 Navigate(kURL1, 1);
130 Navigate(kURL2, 2);
  /external/chromium_org/chrome/browser/chromeos/offline/
offline_load_page_unittest.cc 64 void Navigate(const char* url, int page_id) {
94 Navigate(kURL1, 1);
116 Navigate(kURL2, 2);
123 Navigate(kURL1, 1);
  /external/chromium_org/chrome/browser/extensions/
stubs_apitest.cc 24 // Navigate to a simple http:// page, which should get the content script
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page_unittest.cc 149 void Navigate(const char* url, int page_id) {
293 Navigate(kBadURL, 1);
310 // Navigate somewhere.
311 Navigate(kGoogleURL, 1);
313 // Navigate somewhere else.
314 Navigate(kGoodURL, 2);
345 // Navigate somewhere.
346 Navigate(kGoodURL, 1);
378 // Navigate somewhere.
379 Navigate(kGoogleURL, 1)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
chrome_web_contents_handler.cc 63 chrome::Navigate(&nav_params);
65 // Close the browser if chrome::Navigate created a new one.
108 chrome::Navigate(&params);
110 // Close the browser if chrome::Navigate created a new one.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/
options.html 28 <li>Navigate to some page</li>
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
NavigationClient.java 23 * @param index The navigation index to navigate to.
  /external/chromium_org/tools/perf/profile_creators/
small_profile_creator.py 21 tab.Navigate(page.url)
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_unittest.py 65 t.Navigate(b.http_server.UrlOf('blank.html'))
98 b.tabs[0].Navigate(b.http_server.UrlOf('blank.html'))
104 tab.Navigate(b.http_server.UrlOf('blank.html'))
114 tab.Navigate(b.http_server.UrlOf('blank.html'))
tab_unittest.py 25 self._tab.Navigate(self._browser.http_server.UrlOf('blank.html'))
32 self._tab.Navigate(self._browser.http_server.UrlOf('blank.html'))
40 lambda: self._tab.Navigate('chrome://crash',
70 self._tab.Navigate(
temporary_http_server_unittest.py 20 t.Navigate(b.http_server.UrlOf('/blank.html'))
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
inspector_memory_unittest.py 18 tab.Navigate(
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
wait_unittest.py 15 self._tab.Navigate(
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListEmptyViewTest.java 72 // Navigate forward
77 // Navigate backward
115 // Navigate forward
120 // Navigate backward

Completed in 417 milliseconds

12 3 4 5 6 7 8 91011>>