/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/ |
RepostFormWarningTest.java | 44 // Load the url posting data for the first time. 58 // Load the url posting data for the first time. 85 // Load the url posting data for the first time. 112 final String url = "chrome/test/data/empty.html"; local 118 mTab.loadUrlWithSanitization(TestHttpServerClient.getUrl(url), postData);
|
/external/chromium_org/chrome/browser/android/bookmarks/ |
managed_bookmarks_shim.cc | 96 std::string url; local 98 !dict->GetString(ManagedBookmarksPolicyHandler::kUrl, &url)) { 103 BookmarkNode* node = new BookmarkNode(id++, GURL(url)); 104 node->set_type(BookmarkNode::URL);
|
partner_bookmarks_shim.h | 13 #include "url/gurl.h" 88 NodeRenamingMapKey(const GURL& url, const base::string16& provider_title); 90 const GURL& url() const { return url_; } function in class:PartnerBookmarksShim::NodeRenamingMapKey
|
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_node_data.h | 16 #include "url/gurl.h" 27 // . A single URL. 50 // If true, this element represents a URL. 53 // The URL, only valid if is_url is true. 54 GURL url; member in struct:BookmarkNodeData::Element 65 // Children, only used for non-URL nodes. 104 // Creates a single-bookmark DragData from url/title pair. 105 bool ReadFromTuple(const GURL& url, const base::string16& title); 115 // Writes elements to data. If there is only one element and it is a URL 116 // the URL and title are written to the clipboard in a format other apps ca [all...] |
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
open_with_browser.cc | 107 void OpenNewTab(Profile* profile, const GURL& url) { 117 chrome::AddSelectedTabWithURL(displayer.browser(), url, 121 // Reads the alternate URL from a GDoc file. When it fails, returns a file URL 123 // Note that an alternate url is a URL to open a hosted document. 125 GURL url = drive::util::ReadUrlFromGDocFile(file_path); local 126 if (url.is_empty()) 127 url = net::FilePathToFileURL(file_path); 128 return url; 154 GURL url = drive::util::FilePathToDriveURL( local [all...] |
/external/chromium_org/chrome/browser/chromeos/input_method/ |
textinput_browsertest.cc | 30 GURL url = ui_test_utils::GetTestUrl( local 33 ui_test_utils::NavigateToURL(browser(), url); local 62 GURL url = ui_test_utils::GetTestUrl( local 65 ui_test_utils::NavigateToURL(browser(), url); local 76 GURL url = ui_test_utils::GetTestUrl( local 79 ui_test_utils::NavigateToURL(browser(), url); local 90 GURL url = ui_test_utils::GetTestUrl( local 93 ui_test_utils::NavigateToURL(browser(), url); local 115 GURL url = ui_test_utils::GetTestUrl( local 118 ui_test_utils::NavigateToURL(browser(), url); local 147 GURL url = ui_test_utils::GetTestUrl( local 150 ui_test_utils::NavigateToURL(browser(), url); local 176 GURL url = ui_test_utils::GetTestUrl( local 179 ui_test_utils::NavigateToURL(browser(), url); local 205 GURL url = ui_test_utils::GetTestUrl( local 208 ui_test_utils::NavigateToURL(browser(), url); local 237 GURL url = ui_test_utils::GetTestUrl( local 240 ui_test_utils::NavigateToURL(browser(), url); local [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ |
captive_portal_view.cc | 17 #include "url/gurl.h" 83 GURL url = source->GetLastCommittedURL(); local 84 // Note, |url| will be empty for "client3.google.com/generate_204" page. 85 if (!redirected_ && url != GURL::EmptyGURL() && 86 url != GURL(CaptivePortalStartURL())) { 87 DLOG(INFO) << CaptivePortalStartURL() << " vs " << url.spec();
|
user_image.h | 11 #include "url/gurl.h" 55 // URL from which this image was originally downloaded, if any. 56 void set_url(const GURL& url) { url_ = url; } 57 GURL url() const { return url_; } function in class:chromeos::UserImage
|
/external/chromium_org/chrome/browser/extensions/api/web_request/ |
web_request_permissions.cc | 18 #include "url/gurl.h" 24 // Returns true if the URL is sensitive and requests to this URL must not be 27 bool IsSensitiveURL(const GURL& url) { 31 const std::string host = url.host(); 53 EndsWith(url.host(), ".clients.google.com", true) || 54 url.host() == "sb-ssl.google.com"; 59 GURL url_without_query = url.ReplaceComponents(replacements); 62 extension_urls::IsBlacklistUpdateUrl(url); 66 // to. Extensions still need specific permissions for a given URL, which i 103 const GURL& url = request->url(); local [all...] |
web_request_time_tracker.h | 16 #include "url/gurl.h" 52 const GURL& url, void* profile); 73 // Called when an extension has redirected the given request to another URL. 82 GURL url; // used for debug purposes only member in struct:ExtensionWebRequestTimeTracker::RequestTimeLog
|
/external/chromium_org/chrome/browser/extensions/ |
gtalk_extension_browsertest.cc | 63 std::string url = web_contents->GetURL().spec(); local 64 if (url.find(url_query) != std::string::npos)
|
/external/chromium_org/chrome/browser/history/ |
history_notifications.h | 15 #include "url/gurl.h" 27 // A list of redirects leading up to the URL represented by this struct. If 66 KeywordSearchUpdatedDetails(const GURL& url, 71 GURL url; member in struct:history::KeywordSearchUpdatedDetails 78 explicit KeywordSearchDeletedDetails(const GURL& url); 81 GURL url; member in struct:history::KeywordSearchDeletedDetails
|
most_visited_tiles_experiment.cc | 31 // Visited Field Trial to remove a URL already open in the browser. 74 const std::string& url = (*items)[i].url.spec(); local 75 if (ShouldRemoveURL(open_urls, url, items->size())) 88 std::string url; local 90 page_value->GetString("url", &url) && 91 ShouldRemoveURL(open_urls, url, pages_value->GetSize())) { 110 const std::string& url, 112 if (open_urls.count(url) == 0 [all...] |
visit_tracker_unittest.cc | 20 const char* url; member in struct:__anon7815::VisitToTest 51 tracker->AddVisit(host, test[i].page_id, GURL(test[i].url),
|
/external/chromium_org/chrome/browser/plugins/ |
chrome_plugin_service_filter.h | 21 #include "url/gurl.h" 38 // Overrides the plugin lookup mechanism for a given tab and object URL to use 42 const GURL& url, 46 // URL. 49 const GURL& url); 69 const GURL& url, 87 GURL url; // If empty, the override applies to all urls in render_frame. member in struct:ChromePluginServiceFilter::OverriddenPlugin
|
/external/chromium_org/chrome/browser/policy/ |
configuration_policy_handler_android.cc | 15 #include "url/gurl.h" 23 std::string* url) { 37 *url = gurl.spec(); 44 const char ManagedBookmarksPolicyHandler::kUrl[] = "url"; 69 std::string url; local 70 if (!*it || !GetBookmark(**it, &name, &url)) { 91 std::string url; local 92 if (*it && GetBookmark(**it, &name, &url)) { 95 dict->SetString(kUrl, url);
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_link_manager.h | 15 #include "url/gurl.h" 49 const GURL& url, 77 const GURL& url, 87 GURL url; member in struct:prerender::PrerenderLinkManager::LinkPrerender
|
/external/chromium_org/chrome/browser/renderer_host/ |
safe_browsing_resource_throttle.cc | 18 // verify a URL. After this amount of time the outstanding check will be 19 // aborted, and the URL will be treated as if it were safe. 44 // We need to check the new URL before starting the request. 45 if (CheckUrl(request_->url())) 48 // If the URL couldn't be verified synchronously, defer starting the 62 // We need to check the new URL before following the redirect. 66 // If the URL couldn't be verified synchronously, defer following the 79 // the URL has been classified. 81 const GURL& url, SBThreatType threat_type) { 84 CHECK(url == url_being_checked_) << "Was expecting: " << url_being_checked 85 << " but got: " << url; local [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/ |
util.js | 26 * @param {string} url The url address of wallpaper. For custom wallpaper, it is 31 WallpaperUtil.saveWallpaperInfo = function(url, layout, source) { 33 url: url, 45 * Downloads resources from url. Calls onSuccess and opt_onFailure accordingly. 46 * @param {string} url The url address where we should fetch resources. 53 WallpaperUtil.fetchURL = function(url, type, onSuccess, onFailure, opt_xhr) { 72 xhr.open('GET', url, true) [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
ui_manager.h | 21 #include "url/gurl.h" 34 // loading an URL. 43 GURL url; member in struct:SafeBrowsingUIManager::UnsafeResource 91 // |url| is the url of the resource that matches a safe browsing list. 92 // If the request contained a chain of redirects, |url| is the last url 94 // chain). Otherwise, |original_url| = |url|. 95 void DisplayBlockingPage(const GURL& url, 125 // Report hits to the unsafe contents (malware, phishing, unsafe download URL) [all...] |
/external/chromium_org/chrome/browser/sync/test/integration/performance/ |
sessions_sync_perf_test.cc | 31 // Update all tabs in |profile| by visiting a new URL. 42 // Returns a new unique URL. 45 // Returns a unique URL according to the integer |n|. 62 GURL url; local 66 url = NextURL(); 68 OpenURLParams(url, 73 urls.push_back(url);
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
remote_sync_delegate.h | 47 const fileapi::FileSystemURL& url() const { return remote_change_.url; } function in class:sync_file_system::drive_backend::RemoteSyncDelegate
|
/external/chromium_org/chrome/browser/sync_file_system/ |
syncable_file_system_util_unittest.cc | 34 FileSystemURL CreateFileSystemURL(const std::string& url) { 35 return ExternalMountPoints::GetSystemInstance()->CrackURL(GURL(url)); 56 const FileSystemURL url = CreateSyncableFileSystemURL(GURL(kOrigin), path); local 58 EXPECT_TRUE(url.is_valid()); 59 EXPECT_EQ(expected_url, url); 71 const FileSystemURL url = CreateSyncableFileSystemURL( local 75 EXPECT_TRUE(SerializeSyncableFileSystemURL(url, &serialized));
|
/external/chromium_org/chrome/browser/thumbnails/ |
thumbnailing_context.h | 48 GURL url; member in struct:thumbnails::ThumbnailingContext
|
/external/chromium_org/chrome/browser/translate/ |
translate_script_unittest.cc | 16 #include "url/gurl.h" 57 GURL url = fetcher->GetOriginalURL(); local 58 EXPECT_TRUE(url.is_valid()); 59 EXPECT_EQ(expected_url.GetOrigin().spec(), url.GetOrigin().spec()); 60 EXPECT_EQ(expected_url.path(), url.path()); 76 url, TranslateScript::kAlwaysUseSslQueryName, &always_use_ssl); 82 url, TranslateScript::kCallbackQueryName, &callback); 87 url, TranslateScript::kCssLoaderCallbackQueryName, &css_loader_callback); 93 url, 111 GURL url = fetcher->GetOriginalURL() local [all...] |