/external/chromium/chrome/browser/custom_handlers/ |
register_protocol_handler_infobar_delegate.cc | 24 // The user has submitted a form, causing the page to navigate elsewhere. We
|
/external/chromium/chrome/browser/extensions/ |
app_process_apitest.cc | 78 // so the URLs we navigate to must have host "localhost". 115 // Now let's have these pages navigate, into or out of the extension web 143 // 1. navigate to a page1 in the app 162 // so the URLs we navigate to must have host "localhost".
|
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/ |
tab_manipulation.applescript | 8 -- create a new tab and navigate to a particular URL.
|
/external/chromium/chrome/browser/ui/gtk/ |
back_forward_button_gtk.h | 20 // When clicked, these buttons will navigate forward or backward. When
|
/external/chromium/chrome/browser/ui/views/ |
find_bar_host_interactive_uitest.cc | 53 // First we navigate to our test page (tab A). 132 // First we navigate to our test page (tab A). 194 Checkpoint("Navigate", start_time); 196 // First we navigate to any page.
|
/external/chromium_org/android_webview/renderer/ |
aw_render_view_ext.h | 44 virtual void Navigate(const GURL& url) OVERRIDE;
|
/external/chromium_org/chrome/browser/ |
collected_cookies_browsertest.cc | 55 // Navigate to another page.
|
/external/chromium_org/chrome/browser/extensions/api/omnibox/ |
omnibox_api_interactive_test.cc | 51 // gets told to navigate to the string "command".
|
/external/chromium_org/chrome/browser/extensions/ |
app_process_apitest.cc | 223 // Now let's have these pages navigate, into or out of the extension web 353 // Now let's have a tab navigate out of and back into the app's web 372 // 1. navigate to a page1 in the app 390 // 1. We navigate to redirect.html 392 // 3. Renderer issues the meta refresh to navigate to server-redirect. 427 // so the URLs we navigate to must have host "localhost". 438 // Load app and re-navigate to the page. 450 // Disable app and re-navigate to the page. 474 // so the URLs we navigate to must have host "localhost". 477 // Load app, disable it, and navigate to the page [all...] |
extension_install_ui.h | 45 // TODO(asargent) Normally we navigate to the new tab page when an app is
|
page_action_browsertest.cc | 44 // Navigate to the feed page. 60 // Navigate to the feed page. 66 // Navigate to a page with no feed. 82 // Page action should become visible when we navigate here.
|
/external/chromium_org/chrome/browser/notifications/sync_notifier/ |
chrome_notifier_delegate.cc | 60 // Navigate to the URL in a new tab.
|
/external/chromium_org/chrome/browser/ui/cocoa/applescript/examples/ |
tab_manipulation.applescript | 8 -- create a new tab and navigate to a particular URL.
|
/external/chromium_org/chrome/browser/ui/gtk/ |
back_forward_button_gtk.h | 20 // When clicked, these buttons will navigate forward or backward. When
|
/external/chromium_org/chrome/browser/ui/search/ |
instant_page.h | 55 // Called when the page is about to navigate to |url|. 65 // Called when the page wants to navigate to |url|. Usually used by the 66 // page to navigate to privileged destinations (e.g. chrome:// URLs) or to 67 // navigate to URLs that are hidden from the page using Restricted IDs (rid
|
/external/chromium_org/chrome/browser/ui/webui/ntp/android/ |
navigation_handler.h | 16 // to navigate away from the NTP.
|
/external/chromium_org/chrome/common/extensions/ |
extension_process_policy.cc | 36 // to navigate from a hosted app to a normal page or another hosted app
|
/external/chromium_org/chrome/renderer/pepper/ |
pepper_flash_renderer_host.h | 63 // A stack of ReplyMessageContexts to track Navigate() calls which have not
|
/external/chromium_org/chrome/test/functional/ |
chromeos_browser.py | 30 """Verify that after broswer crash is recovered, user can still navigate
|
/external/chromium_org/content/browser/devtools/ |
renderer_overrides_handler.cc | 63 devtools::Page::navigate::kName, 136 const char* param = devtools::Page::navigate::kParamUrl; 141 return command->InternalErrorResponse("Cannot navigate to invalid URL"); 152 return command->InternalErrorResponse("No WebContents to navigate");
|
/external/chromium_org/content/public/browser/ |
render_view_host_observer.h | 42 virtual void Navigate(const GURL& url);
|
/external/chromium_org/ppapi/cpp/private/ |
flash.h | 52 static int32_t Navigate(const URLRequestInfo& request_info,
|
/external/chromium_org/remoting/host/setup/win/ |
auth_code_getter.cc | 44 hr = browser_->Navigate(url, empty_variant.AsInput(), empty_variant.AsInput(),
|
/external/chromium_org/ui/app_list/cocoa/ |
app_list_view_controller.h | 28 // AppsGridController (displaying an AppListModel), pager control to navigate
|
/external/chromium_org/chrome/browser/ui/find_bar/ |
find_bar_host_browsertest.cc | 189 // First we navigate to our frames page. 493 // First we navigate to our special focus tracking page. 543 // First we navigate to our page. 581 // First we navigate to our test content. 619 // First we navigate to our test content. 659 // First we navigate to our page. 709 // First we navigate to our page. 739 // First we navigate to our test content. 759 // Then navigate away (to any page). 772 // First we navigate to our page [all...] |