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

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/
background_contents_service_unittest.cc 73 virtual void Navigate(GURL url) {
139 contents->Navigate(url);
143 // Navigate the contents to a new url, should not change url.
144 contents->Navigate(url2);
160 contents->Navigate(url);
180 contents->Navigate(url);
193 contents->Navigate(url);
218 // Navigate the contents, then make sure the one associated with the extension
222 contents->Navigate(url);
224 contents2->Navigate(url2)
    [all...]
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/safe_browsing/
safe_browsing_blocking_page_unittest.cc 102 void Navigate(const char* url, int page_id) {
226 Navigate(kBadURL, 1);
242 // Navigate somewhere.
243 Navigate(kGoogleURL, 1);
245 // Navigate somewhere else.
246 Navigate(kGoodURL, 2);
276 // Navigate somewhere.
277 Navigate(kGoodURL, 1);
308 // Navigate somewhere.
309 Navigate(kGoogleURL, 1)
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_navigator.h 31 // Parameters that tell Navigate() what to do.
35 // Simple Navigate to URL in current tab:
38 // chrome::Navigate(&params);
44 // chrome::Navigate(&params);
49 // chrome::Navigate(&params);
68 // The browser-global ID of the frame to navigate, or -1 for the main frame.
91 // instead. When non-NULL, Navigate() assumes it has already been
97 // Note: If this field is set to NULL by the caller and Navigate() creates
100 // not added to a TabStripModel before Navigate() returns.
103 // [in] The WebContents that initiated the Navigate() request if suc
    [all...]
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...]
browser_tabstrip.cc 31 chrome::Navigate(&params);
43 Navigate(&params);
68 Navigate(&params);
  /external/chromium_org/tools/telemetry/telemetry/core/
tab_unittest.py 22 self._tab.Navigate(self._browser.http_server.UrlOf('blank.html'))
27 self._tab.Navigate(self._browser.http_server.UrlOf('blank.html'))
35 lambda: self._tab.Navigate('chrome://crash',
45 new_tab.Navigate('about:blank')
64 self._tab.Navigate(
84 self._tab.Navigate(
  /external/chromium-trace/trace-viewer/examples/
run_stream_server.sh 9 echo Navigate to http://localhost:8001/examples/stream_trace_viewer.html
  /external/chromium_org/chrome/browser/resources/pdf/
background.js 8 // causes the entire frame to navigate). Also work out how we can
  /external/chromium_org/chrome/browser/ui/webui/options/
options_ui_browsertest.h 17 // Navigate to the settings tab and block until complete.
  /external/chromium_org/chrome_frame/test/data/
fulltab_anchor_url_navigate.html 4 <title>ChromeFrame fulltab mode anchor url navigate test</title>
  /external/chromium_org/content/browser/frame_host/
interstitial_page_navigator_impl.h 18 // navigation to commit, since interstitial pages are not allowed to navigate.
render_frame_host_manager_unittest.cc 113 // Note: we navigate the active RenderViewHost because previous navigations
148 // Navigate our first tab to a chrome url and then to the destination.
153 // Navigate to a cross-site URL.
183 // Tests that when you navigate from a chrome:// url to another page, and
192 // Navigate our first tab to the chrome url and then to the destination,
231 // Navigate both to the new tab page, and verify that they share a
257 // Navigate our first tab to a chrome url and then to the destination.
269 // Navigate to a cross-site URL.
410 // Navigate to an initial URL.
430 // Navigate to a cross-site URL (different SiteInstance but sam
    [all...]
  /external/chromium_org/tools/perf/page_sets/
browser_control_click.json 10 { "action": "navigate" },
image_decoding_measurement.json 4 { "action": "navigate" },
pica.json 9 { "action": "navigate" },
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
click_element_unittest.py 13 self._tab.Navigate(
32 self._tab.Navigate(
51 self._tab.Navigate(
70 self._tab.Navigate(
navigate.py 17 tab.Navigate(target_side_url, page.script_to_evaluate_on_commit)
wait.py 18 return (getattr(self, 'condition', None) == 'navigate' or
28 elif getattr(self, 'condition', None) == 'navigate':
31 'before waiting for navigate.')
  /external/chromium_org/chrome_frame/test/
chrome_frame_automation_mock.cc 19 mock_launch.Navigate("about:blank");
25 TEST(ChromeFrame, 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/chrome/browser/background/
background_contents_service_unittest.cc 71 virtual void Navigate(GURL url) {
138 contents->Navigate(url);
142 // Navigate the contents to a new url, should not change url.
143 contents->Navigate(url2);
161 contents->Navigate(url);
183 contents->Navigate(url);
196 contents->Navigate(url);
222 // Navigate the contents, then make sure the one associated with the extension
226 contents->Navigate(url);
228 contents2->Navigate(url2)
    [all...]
  /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 

Completed in 1569 milliseconds

12 3 4 5 6 7 8 91011>>