Searched defs:expected_url (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/android/
H A Dmeta_tag_observer.cc48 const GURL& expected_url) {
49 if (!success || tag_name != meta_tag_ || validated_url_ != expected_url ||
53 HandleMetaTagContent(tag_content, expected_url);
44 OnDidRetrieveMetaTagContent( bool success, const std::string& tag_name, const std::string& tag_content, const GURL& expected_url) argument
/external/chromium_org/chrome/browser/sessions/
H A Drestore_on_startup_policy_handler_unittest.cc286 std::string expected_url; local
287 EXPECT_TRUE(url_list_result->GetString(0, &expected_url));
288 EXPECT_EQ(std::string("http://foo.com"), expected_url);
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_history_unittest.cc16 const char* expected_url,
30 if (url != expected_url)
14 ListEntryMatches(base::ListValue* list, size_t index, const char* expected_url, FinalStatus expected_final_status, Origin expected_origin, const std::string& expected_end_time) argument
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_downloader_unittest.cc54 const std::string& expected_url,
74 EXPECT_EQ(expected_url, parsed_url);
51 VerifyWithAccountData(const std::string& full_name, const std::string& given_name, const std::string& url, const std::string& expected_url, const std::string& locale, bool is_valid) argument
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsyncable_file_system_util_unittest.cc53 const FileSystemURL expected_url = local
58 EXPECT_EQ(expected_url, url);
69 const FileSystemURL expected_url = CreateFileSystemURL(expected_url_str); local
80 EXPECT_EQ(expected_url, deserialized);
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_unittest.cc149 const char* expected_url; member in struct:Data
221 EXPECT_EQ(input[i].expected_url, url.spec()) << " @" << i;
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_unittest.cc123 const GURL expected_url; local
126 const GURL expected_url(net::FilePathToFileURL(current_directory));
137 EXPECT_EQ(expected_url.path(), actual_url.path());
/external/chromium_org/chrome/browser/android/banners/
H A Dapp_banner_manager.cc101 const GURL& expected_url) {
106 expected_url,
118 ConvertUTF8ToJavaString(env, expected_url.spec()));
100 HandleMetaTagContent(const std::string& tag_content, const GURL& expected_url) argument
/external/chromium_org/components/omnibox/
H A Dkeyword_provider_unittest.cc301 const std::string expected_url; member in struct:__anon6652
345 if (cases[i].expected_url.empty())
348 EXPECT_EQ(cases[i].expected_url, url->url());
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_manager_chromeos_unittest.cc198 // Expects a pending URLFetcher for the |expected_url|, and returns it with
200 net::TestURLFetcher* PrepareOAuthFetcher(const GURL& expected_url) { argument
207 expected_url.spec(),
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_message_process_host_unittest.cc267 std::string expected_url = std::string("chrome-extension://") + local
277 EXPECT_EQ(expected_url, url);
287 EXPECT_EQ(expected_url, url);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_manager_unittest.cc120 const std::string& expected_url) {
124 EXPECT_EQ(GURL(expected_url), url_fetcher->GetOriginalURL());
119 ValidateRedirectFetcherRequest(const net::TestURLFetcher* url_fetcher, const std::string& expected_url) argument
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_service_unittest.cc69 const FileSystemURL& expected_url,
74 ASSERT_EQ(expected_url, url);
66 OnSyncCompleted(const tracked_objects::Location& where, const base::Closure& oncompleted, SyncStatusCode expected_status, const FileSystemURL& expected_url, SyncStatusCode status, const FileSystemURL& url) argument
/external/chromium_org/chrome/renderer/
H A Dchrome_render_view_observer.cc112 const GURL& expected_url,
146 bool success = document_url == expected_url;
221 const GURL& expected_url,
227 expected_url,
237 expected_url));
111 RetrieveMetaTagContent(const WebFrame* main_frame, const GURL& expected_url, const std::string& meta_tag_name, bool* found_tag, std::string* meta_tag_content) argument
220 OnRetrieveMetaTagContent( const GURL& expected_url, const std::string tag_name) argument
/external/chromium_org/components/suggestions/
H A Dsuggestions_service_unittest.cc226 std::string expected_url = local
228 factory_.SetFakeResponse(GURL(expected_url),
313 std::string expected_url = local
315 factory_.SetFakeResponse(GURL(expected_url), "irrelevant", net::HTTP_OK,
351 std::string expected_url = local
353 factory_.SetFakeResponse(GURL(expected_url), "irrelevant",
/external/chromium_org/chrome/browser/download/
H A Dsave_page_browsertest.cc142 const GURL& expected_url,
161 if (info.url_chain[0] != expected_url) {
163 << " != " << expected_url.spec();
319 // is |expected_url|.
322 const GURL& expected_url) const {
339 return (expected_url == download_item->GetOriginalUrl());
141 DownloadStoredProperly( const GURL& expected_url, const base::FilePath& expected_path, int64 num_files, DownloadItem::DownloadState expected_state, DownloadItem* item, const history::DownloadRow& info) argument
/external/chromium_org/content/browser/shared_worker/
H A Dshared_worker_service_impl_unittest.cc323 const std::string& expected_url,
331 EXPECT_EQ(GURL(expected_url), param.a.url);
321 CheckWorkerProcessMsgCreateWorker( MockRendererProcessHost* renderer_host, const std::string& expected_url, const std::string& expected_name, blink::WebContentSecurityPolicyType expected_security_policy_type, int* route_id) argument
/external/chromium_org/content/browser/appcache/
H A Dappcache_storage_impl_unittest.cc1555 void Verify_ExclusionNotFound(GURL expected_url, int phase) { argument
1556 EXPECT_EQ(expected_url, delegate()->found_url_);

Completed in 1204 milliseconds