/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/test/gpu/page_sets/ |
gpu_process_tests.json | 10 { "action": "navigate"} 17 { "action": "navigate"} 24 { "action": "navigate"} 31 { "action": "navigate"},
|
pixel_tests.json | 9 { "action": "navigate"}, 23 { "action": "navigate"}, 37 { "action": "navigate"},
|
memory_tests.json | 9 { "action": "navigate" },
|
/external/chromium_org/tools/perf/page_sets/ |
tough_scheduling_cases.json | 11 { "action": "navigate" }, 19 { "action": "navigate" }, 31 { "action": "navigate" }, 43 { "action": "navigate" }, 57 { "action": "navigate" }, 71 { "action": "navigate" }, 85 { "action": "navigate" }, 99 { "action": "navigate" }, 107 { "action": "navigate" }, 119 { "action": "navigate" }, [all...] |
key_silk_cases.json | 12 { "action": "navigate" }, 24 { "action": "navigate" }, 33 { "action": "navigate" }, 45 { "action": "navigate" }, 57 { "action": "navigate" }, 69 { "action": "navigate" }, 81 { "action": "navigate" }, 90 { "action": "navigate" }, 99 { "action": "navigate" }, 108 { "action": "navigate" }, [all...] |
top_25.json | 12 { "action": "navigate" }, 51 { "action": "navigate" }, 70 { "action": "navigate" }, 117 { "action": "navigate" }, 131 { "action": "navigate" }, 160 { "action": "navigate" }, 170 { "action": "navigate" }, 175 { "action": "wait", "condition": "navigate" }, 178 { "action": "wait", "condition": "navigate" }, 181 { "action": "wait", "condition": "navigate" }, [all...] |
top_10.json | 12 { "action": "navigate" }, 21 { "action": "navigate" }, 30 { "action": "navigate" }, 40 { "action": "navigate" }, 51 { "action": "navigate" },
|
/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(¶ms); 34 // browser::Navigate(¶ms); 39 // browser::Navigate(¶ms); 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(¶ms); 30 chrome::Navigate(¶ms);
|
/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/ |
extension_page.py | 19 binding bug for old versions of Chrome (crbug.com/263162). After Navigate 22 self._inspector_backend.Navigate(self.url, None, 10)
|
/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
navigate_unittest.py | 7 from telemetry.page.actions import navigate namespace 23 i = navigate.NavigateAction()
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
inspector_page_unittest.py | 18 self._tab.Navigate(self._browser.http_server.UrlOf('blank.html')) 22 self._tab.Navigate( 42 self._tab.Navigate( 49 self._tab.Navigate(
|