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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/test/data/session_history/
location_redirect_frame1.html 2 function navigate() {
  /external/chromium_org/content/test/data/
navigate_opener.html 3 <head><title>Navigate opener</title>
onunload_cookie.html 16 <p>Navigate to another page to set cookie</p>
sync_xmlhttprequest_during_unload.html 18 <p>Navigate to another page to trigger synch xmlhttprequest</p>
remove_frame_on_unload.html 18 <p>Navigate to another page to cause frame to be removed.</p>
  /external/chromium-trace/trace-viewer/
README 4 In any browser, navigate to
  /external/chromium_org/content/browser/
database_browsertest.cc 37 void Navigate(Shell* shell) {
77 Navigate(shell());
87 Navigate(shell());
101 Navigate(shell());
116 Navigate(shell());
128 Navigate(shell());
164 Navigate(shell());
180 Navigate(shell());
185 Navigate(otr);
196 Navigate(otr)
    [all...]
  /external/chromium/chrome/browser/ui/
browser_navigator.h 22 // Parameters that tell Navigate() what to do.
26 // Simple Navigate to URL in current tab:
29 // browser::Navigate(&params);
34 // browser::Navigate(&params);
39 // browser::Navigate(&params);
56 // non-NULL, Navigate() assumes it has already been navigated to its
62 // Note: If this field is set to NULL by the caller and Navigate() creates
65 // before Navigate() returns.
68 // [in] The TabContents that initiated the Navigate() request if such context
71 // originating browser prior to the operation performed by Navigate()
    [all...]
browser_navigator_browsertest.cc 55 browser::Navigate(&p);
57 // Nothing should have happened as a result of Navigate();
82 browser::Navigate(&p);
115 // Navigate to singleton_url1.
119 browser::Navigate(&p);
139 // Navigate to singleton_url1.
143 browser::Navigate(&p);
158 browser::Navigate(&p);
170 browser::Navigate(&p);
189 browser::Navigate(&p)
    [all...]
  /external/chromium_org/ppapi/examples/printing/
README.txt 5 disable flash in about:plugins, and navigate to any .swf on the internet.
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_bubble_links_delegate.cc 22 chrome::Navigate(&params);
30 chrome::Navigate(&params);
  /external/chromium_org/third_party/WebKit/ManualTests/
back-from-document-with-scrollbar.html 5 function navigate()
39 <body onpageshow="navigate();">
about-blank-xhr.html 3 <li>Navigate that tab to about:blank.</li>
back-forward-during-alert-2.html 4 alert("While this alert is showing, two-fingered swipe back using a MacBook trackpad, Magic Trackpad, or Magic Mouse. You should not be able to navigate back. If you can, dismissing this dialog will likely result in a crash.");
clearTimeout-crash-bug29832.html 10 "function navigate() { location.href='data:text/html,<body>Close this page and wait.</body>'};" +
11 "setTimeout(navigate,0);</" +
20 <p>To reproduce the crash, click the link below, the popup window opens, which will immediately navigate to another one, so the b/f cache entry will be created. Close the popup window. Wait a few seconds (~10), for the page cache to start deleting pages it doesn't need - crash will happen.<br><a href="javascript:test()">Crash me!</a>
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
inspector_page_unittest.py 20 self._tab.Navigate(self._browser.http_server.UrlOf('blank.html'))
24 self._tab.Navigate(
44 self._tab.Navigate(
51 self._tab.Navigate(
  /external/chromium_org/content/browser/devtools/
devtools_protocol_constants.cc 33 namespace navigate { namespace in namespace:content::devtools::Page
34 const char kName[] = "Page.navigate";
36 } // navigate
  /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...]
  /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/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/tools/telemetry/telemetry/page/actions/
wait.py 17 return self.condition == 'navigate' or self.condition == 'href_change'
26 elif self.condition == 'navigate':
29 'before waiting for 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/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);
84 // instead. When non-NULL, Navigate() assumes it has already been
90 // Note: If this field is set to NULL by the caller and Navigate() creates
93 // not added to a TabStripModel before Navigate() returns.
96 // [in] The WebContents that initiated the Navigate() request if such
100 // Navigate(). However, if the originating page is from a differen
    [all...]
  /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>

Completed in 1050 milliseconds

1 2 3 4 5 6 7 8 91011>>