HomeSort by relevance Sort by last modified time
    Searched refs:url (Results 1201 - 1225 of 2774) sorted by null

<<41424344454647484950>>

  /external/chromium/chrome/browser/ui/views/
page_info_bubble_view.h 28 const GURL& url,
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_backend.h 58 // Returns false if |url| is not a URL managed by this object.
59 bool StartRequest(const GURL& url, URLRequestChromeJob* job);
html_dialog_ui.h 73 // Displays file URL contents inside a modal HTML dialog.
78 // Before loading a URL corresponding to this WebUI, the caller should set its
86 // The URL for the content that will be loaded in the dialog.
87 GURL url; member in struct:HtmlDialogUI::HtmlDialogParams
114 // Displays external URL contents inside a modal HTML dialog.
new_tab_page_sync_handler.cc 22 // Default URL for the sync web interface.
36 // The generalized, fully qualified URL of pages where
38 const char* url; member in struct:GoogleCookieFilter
56 GURL url(kGAIACookieFilters[i].url);
59 std::string cookies = store->GetCookiesWithOptions(url, options);
207 // The only time we set the URL is when the user is synced and we need to
209 // set that URL, HandleSyncLinkClicked won't be called when the user
  /external/chromium/chrome/browser/ui/webui/options/
extension_settings_handler.h 35 ExtensionPage(const GURL& url, int render_process_id, int render_view_id,
37 : url(url),
41 GURL url; member in struct:ExtensionPage
search_engine_manager_handler.h 36 const std::string& url);
  /external/chromium/chrome/common/extensions/
file_browser_handler.h 40 // File schema URL patterns.
43 bool MatchesURL(const GURL& url) const;
  /external/chromium/chrome/common/
web_apps.h 27 GURL url; member in struct:WebApplicationInfo::IconInfo
42 // URL to a manifest that defines the application. If specified, all other
53 // The launch URL for the app.
94 // this URL and pass the result to ParseWebAppFromDefinitionFile() for further
  /external/chromium/googleurl/src/
url_parse_file.cc 46 // guessing that it maps internally to the empty URL.
49 // When on a file: URL source page, this link will work. When over HTTP,
50 // the file: URL will appear in the status bar but the link will not work
166 // relative URL resolver when it determines there is an absolute URL, which
217 // file: URL with exactly 2 slashes is considered to have a host component.
235 void ParseFileURL(const char* url, int url_len, Parsed* parsed) {
236 DoParseFileURL(url, url_len, parsed);
239 void ParseFileURL(const char16* url, int url_len, Parsed* parsed) {
240 DoParseFileURL(url, url_len, parsed)
    [all...]
  /external/chromium/net/base/
host_port_pair.h 23 // Creates a HostPortPair for the origin of |url|.
24 static HostPortPair FromURL(const GURL& url);
static_cookie_policy_unittest.cc 23 int CanGetCookies(const GURL& url, const GURL& first_party) {
24 return policy_.CanGetCookies(url, first_party);
26 int CanSetCookie(const GURL& url, const GURL& first_party) {
27 return policy_.CanSetCookie(url, first_party, std::string());
  /external/chromium/net/data/proxy_resolver_v8_unittest/
passthrough.js 4 function FindProxyForURL(url, host) {
10 return "PROXY " + makePseudoHost(url + "." + host);
  /external/chromium/webkit/glue/
webdropdata_win.cc 22 drop_data->url = test_url;
  /external/webkit/Source/JavaScriptCore/profiler/
ProfileGenerator.cpp 79 CString url = callIdentifier.m_url.utf8(); local
80 JAVASCRIPTCORE_PROFILE_WILL_EXECUTE(m_profileGroup, const_cast<char*>(name.data()), const_cast<char*>(url.data()), callIdentifier.m_lineNumber);
94 CString url = callIdentifier.m_url.utf8(); local
95 JAVASCRIPTCORE_PROFILE_DID_EXECUTE(m_profileGroup, const_cast<char*>(name.data()), const_cast<char*>(url.data()), callIdentifier.m_lineNumber);
  /external/webkit/Source/WebCore/accessibility/
AccessibilityImageMapLink.h 62 virtual KURL url() const;
  /external/webkit/Source/WebCore/bindings/js/
CachedScriptSourceProvider.h 60 : ScriptSourceProvider(stringToUString(cachedScript->response().url()), cachedScript->sourceProviderCache())
  /external/webkit/Source/WebCore/bindings/v8/
ScriptProfileNode.cpp 46 String ScriptProfileNode::url() const function in class:WebCore::ScriptProfileNode
  /external/webkit/Source/WebCore/fileapi/
Blob.h 59 const KURL& url() const { return m_internalURL; } function in class:WebCore::Blob
75 // This is an internal URL referring to the blob data associated with this object. It serves
76 // as an identifier for this blob. The internal URL is never used to source the blob's content
FileReader.cpp 84 LOG(FileAPI, "FileReader: reading as array buffer: %s %s\n", blob->url().string().utf8().data(), blob->isFile() ? static_cast<File*>(blob)->path().utf8().data() : "");
94 LOG(FileAPI, "FileReader: reading as binary: %s %s\n", blob->url().string().utf8().data(), blob->isFile() ? static_cast<File*>(blob)->path().utf8().data() : "");
104 LOG(FileAPI, "FileReader: reading as text: %s %s\n", blob->url().string().utf8().data(), blob->isFile() ? static_cast<File*>(blob)->path().utf8().data() : "");
115 LOG(FileAPI, "FileReader: reading as data URL: %s %s\n", blob->url().string().utf8().data(), blob->isFile() ? static_cast<File*>(blob)->path().utf8().data() : "");
  /external/webkit/Source/WebCore/html/
MediaDocument.cpp 95 m_mediaElement->setSrc(document()->url());
116 MediaDocument::MediaDocument(Frame* frame, const KURL& url)
117 : HTMLDocument(frame, url)
211 embedElement->setAttribute(srcAttr, url().string());
  /external/webkit/Source/WebCore/html/parser/
XSSFilter.h 73 bool isSameOriginResource(const String& url);
  /external/webkit/Source/WebCore/loader/
CrossOriginPreflightResultCache.cpp 159 void CrossOriginPreflightResultCache::appendEntry(const String& origin, const KURL& url, PassOwnPtr<CrossOriginPreflightResultCacheItem> preflightResult)
163 pair<CrossOriginPreflightResultHashMap::iterator, bool> addResult = m_preflightHashMap.add(make_pair(origin, url), resultPtr);
170 bool CrossOriginPreflightResultCache::canSkipPreflight(const String& origin, const KURL& url, bool includeCredentials, const String& method, const HTTPHeaderMap& requestHeaders)
173 CrossOriginPreflightResultHashMap::iterator cacheIt = m_preflightHashMap.find(std::make_pair(origin, url));
  /external/webkit/Source/WebCore/loader/cache/
CachedFont.h 52 CachedFont(const String& url);
CachedScript.h 45 CachedScript(const String& url, const String& charset);
  /external/webkit/Source/WebCore/loader/icon/
PageURLRecord.h 64 inline String url() const { return m_pageURL; } function in class:WebCore::PageURLRecord

Completed in 660 milliseconds

<<41424344454647484950>>