/external/chromium/chrome/browser/chromeos/ |
external_protocol_dialog.h | 25 ExternalProtocolDialog(TabContents* tab_contents, const GURL& url); 49 // The scheme of the url.
|
/external/chromium/chrome/browser/debugger/ |
devtools_client_host.h | 41 // navigating to |url|. 42 virtual void FrameNavigating(const std::string& url) = 0;
|
/external/chromium/chrome/browser/download/ |
save_page_browsertest.cc | 59 GURL url = URLRequestMockHTTPJob::GetMockUrl( local 61 ui_test_utils::NavigateToURL(browser(), url); local 71 EXPECT_EQ(url, WaitForSavePackageToFinish()); 114 GURL url = URLRequestMockHTTPJob::GetMockUrl( local 116 ui_test_utils::NavigateToURL(browser(), url); local 126 EXPECT_EQ(url, WaitForSavePackageToFinish()); 153 GURL url = URLRequestMockHTTPJob::GetMockUrl( local 155 ui_test_utils::NavigateToURL(browser(), url); local 168 EXPECT_EQ(url, WaitForSavePackageToFinish());
|
/external/chromium/chrome/browser/extensions/ |
extension_devtools_bridge.h | 39 virtual void FrameNavigating(const std::string& url) {}
|
extensions_ui.h | 35 ExtensionPage(const GURL& url, int render_process_id, int render_view_id, 37 : url(url), render_process_id(render_process_id), 39 GURL url; member in struct:ExtensionPage
|
/external/chromium/chrome/browser/geolocation/ |
geolocation_settings_state.cc | 32 embedder_url_ = details.entry->url(); 36 details.previous_url.GetOrigin() != details.entry->url().GetOrigin()) { 97 const GURL& url) const { 100 url, UTF8ToWide(profile_->GetPrefs()->GetString(prefs::kAcceptLanguages)),
|
/external/chromium/chrome/browser/history/ |
starred_url_database_unittest.cc | 25 void AddPage(const GURL& url) { 26 URLRow row(url); 43 if (entry.type == StarredEntry::URL) 44 EXPECT_TRUE(entry.url == db_value.url); 92 // Provided for URL/StarredURLDatabase. 133 entry1.url = GURL("http://google.com/1"); 139 entry2.url = GURL("http://google.com/2"); 217 entry1.url = GURL("http://google.com/1"); 224 entry2.url = GURL("http://google.com/2") [all...] |
/external/chromium/chrome/browser/instant/ |
instant_controller.h | 39 // of a URL. InstantController is owned by Browser. 75 // Invoked as the user types in the omnibox with the url to navigate to. If 76 // the url is empty and there is a preview TabContents it is destroyed. If url 100 // Returns true if we're showing the last URL passed to |Update|. If this is 101 // false a commit does not result in committing the last url passed to update. 159 // Returns true if we're attempting to use the instant API with the last URL 171 // Returns the URL currently being loaded or shown if everything has finished 186 const GURL& url) OVERRIDE; 201 bool ShouldUpdateNow(TemplateURLID instant_id, const GURL& url); [all...] |
/external/chromium/chrome/browser/nacl_host/ |
nacl_process_host.h | 25 explicit NaClProcessHost(const std::wstring& url);
|
/external/chromium/chrome/browser/net/ |
blob_url_request_job_factory.cc | 30 controller()->GetBlobDataFromUrl(request->url());
|
file_system_url_request_job_factory.cc | 21 const std::string path = request->url().path(); 25 // redirects back here, by adding a / to the URL.
|
sdch_dictionary_fetcher.h | 39 // This leaves the URL in a queue, which is de-duped, so that there is less 40 // chance we'll try to load the same URL multiple times when a pile of 47 // Make sure we're processing (or waiting for) the the arrival of the next URL 54 const GURL& url, 62 // The currently outstanding URL fetch of a dicitonary. 72 // Althought the SDCH spec does not preclude a server from using a single URL 74 // dictionary from an URL several times), current implementations seem to have 75 // that 1-1 relationship (i.e., each URL points at a single dictionary, and 80 // dictionary at most once from a given URL (so that it doesn't waste 83 // so that we won't try to load from an URL more than once [all...] |
/external/chromium/chrome/browser/resources/ntp4/ |
most_visited_page.css | 102 background-image: url('../ntp/ntp_pin_off.png'); 106 background-image: url('../ntp/ntp_pin_off_h.png'); 110 background-image: url('../ntp/ntp_pin_off_p.png'); 114 background-image: url('../ntp/ntp_pin_on.png'); 118 background-image: url(../ntp/ntp_pin_on_h.png'); 122 background-image: url(../ntp/ntp_pin_on_p.png'); 126 background-image: url('../ntp/ntp_close.png'); 130 background-image: url('../ntp/ntp_close_h.png'); 134 background-image: url('../ntp/ntp_close_p.png');
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_blocking_page_unittest.cc | 92 virtual void OnUrlCheckResult(const GURL& url, 102 void Navigate(const char* url, int page_id) { 104 InitNavigateParams(¶ms, page_id, GURL(url), PageTransition::TYPED); 115 InitNavigateParams(¶ms, entry->page_id(), GURL(entry->url()), 121 const char* url) { 123 InitResource(&resource, resource_type, GURL(url)); 159 const GURL& url) { 161 resource->url = url; 262 EXPECT_EQ(kGoogleURL, controller().GetActiveEntry()->url().spec()) [all...] |
/external/chromium/chrome/browser/search_engines/ |
search_provider_install_data_unittest.cc | 26 static TemplateURL* CreateTemplateURL(const std::string& url, 29 t_url->SetURL(url, 0, 0); 69 // Does a verification for one url and its expected state. 71 const std::string& url); 145 const std::string& url) { 148 install_data_->GetInstallState(GURL(url)); 153 LOG(ERROR) << "GetInstallState for " << url << " failed. Expected " << 191 void SimulateDefaultSearchIsManaged(const std::string& url) { 192 ASSERT_FALSE(url.empty()); 199 Value::CreateStringValue(url)); [all...] |
/external/chromium/chrome/browser/sync/glue/ |
http_bridge.h | 55 virtual const std::string& GetUserAgent(const GURL& url) const { 59 net::URLRequestContext::GetUserAgent(url) : user_agent_; 104 virtual void SetURL(const char* url, int port); 121 const GURL& url, 160 // The URL to POST to. 195 // This lock synchronizes use of state involved in the flow to fetch a URL
|
/external/chromium/chrome/browser/tabs/ |
pinned_tab_test_utils.cc | 12 return tab.url.spec() + ":" + (tab.is_app ? "app" : "") + ":" +
|
/external/chromium/chrome/browser/ui/views/ |
dom_view.h | 33 // Loads the given URL into the page. You must have previously called Init(). 34 void LoadURL(const GURL& url);
|
/external/chromium/chrome/browser/ui/views/tabs/ |
tab_strip_controller.h | 73 virtual void PerformDrop(bool drop_before, int index, const GURL& url) = 0;
|
/external/chromium/chrome/common/net/gaia/ |
gaia_authenticator_unittest.cc | 25 bool Post(const GURL& url, const string& post_body,
|
/external/chromium/net/base/ |
cookie_monster.h | 139 bool SetCookieWithDetails(const GURL& url, 154 // using given url scheme, host / domain and path and options. This does not 158 CookieList GetAllCookiesForURLWithOptions(const GURL& url, 163 CookieList GetAllCookiesForURL(const GURL& url); 176 // Deletes all cookies that match the host of the given URL 180 int DeleteAllForHost(const GURL& url); 221 // Sets the cookies specified by |cookie_list| returned from |url| 223 virtual bool SetCookieWithOptions(const GURL& url, 227 // Gets all cookies that apply to |url| given |options|. 230 virtual std::string GetCookiesWithOptions(const GURL& url, [all...] |
/external/chromium/net/http/ |
http_proxy_utils.cc | 27 GetHostAndOptionalPort(request_info.url));
|
/external/chromium/net/proxy/ |
mock_proxy_resolver.cc | 14 const GURL& url, 18 url_(url), 59 int MockAsyncProxyResolverBase::GetProxyForURL(const GURL& url, 64 scoped_refptr<Request> request = new Request(this, url, results, callback);
|
proxy_resolver.h | 22 // to use for a particular URL. Generally the backend for a ProxyResolver is 36 // Gets a list of proxy servers to use for |url|. If the request will 42 virtual int GetProxyForURL(const GURL& url, 52 // URL, or via the javascript text itself. If |expects_pac_bytes| is true, 54 // contain the actual script bytes rather than just the URL.
|
proxy_resolver_v8.h | 46 virtual int GetProxyForURL(const GURL& url,
|