/external/webkit/Source/WebCore/html/ |
URLInputType.cpp | 48 return InputTypeNames::url();
|
/external/webkit/Source/WebCore/loader/cache/ |
CachedCSSStyleSheet.cpp | 40 CachedCSSStyleSheet::CachedCSSStyleSheet(const String& url, const String& charset) 41 : CachedResource(url, CSSStyleSheet) 56 c->setCSSStyleSheet(m_url, m_response.url(), m_decoder->encoding().name(), this); 116 c->setCSSStyleSheet(m_url, m_response.url(), m_decoder->encoding().name(), this);
|
CachedXSLStyleSheet.h | 40 CachedXSLStyleSheet(const String& url);
|
/external/webkit/Source/WebCore/platform/chromium/ |
DragDataChromium.cpp | 59 String url; local 62 url = m_platformDragData->getData(mimeTypeURL, ignoredSuccess); 66 url = PlatformBridge::filePathToURL(PlatformBridge::getAbsolutePath(m_platformDragData->filenames()[0])); 68 return url;
|
/external/webkit/Source/WebCore/platform/haiku/ |
TemporaryLinkStubs.cpp | 53 String signedPublicKeyAndChallengeString(unsigned keySizeIndex, const String &challengeString, const KURL &url)
|
/external/webkit/Source/WebCore/platform/network/cf/ |
ProxyServerCFNet.cpp | 39 static void addProxyServersForURL(Vector<ProxyServer>& proxyServers, const KURL& url) 45 RetainPtr<CFURLRef> cfURL(AdoptCF, url.createCFURL()); 86 Vector<ProxyServer> proxyServersForURL(const KURL& url, const NetworkingContext*) 90 addProxyServersForURL(proxyServers, url);
|
/external/webkit/Source/WebCore/platform/network/chromium/ |
ResourceResponse.h | 50 ResourceResponse(const KURL& url, const String& mimeType, long long expectedLength, const String& textEncodingName, const String& filename) 51 : ResourceResponseBase(url, mimeType, expectedLength, textEncodingName, filename) 70 void setAppCacheManifestURL(const KURL& url) { m_appCacheManifestURL = url; } 125 // The manifest url of the appcache this response was retrieved from, if any.
|
/external/webkit/Source/WebCore/platform/qt/ |
DragDataQt.cpp | 58 foreach (const QUrl &url, urls) { 59 if (!url.toLocalFile().isEmpty()) 70 foreach (const QUrl &url, urls) { 71 QString file = url.toLocalFile();
|
/external/webkit/Source/WebCore/websockets/ |
WebSocketHandshakeRequest.h | 48 KURL url() const;
|
/external/webkit/Source/WebCore/workers/ |
DedicatedWorkerThread.h | 48 virtual PassRefPtr<WorkerContext> createWorkerContext(const KURL& url, const String& userAgent);
|
/external/webkit/Source/WebKit/chromium/src/ |
WebSecurityOrigin.cpp | 57 WebSecurityOrigin WebSecurityOrigin::create(const WebURL& url) 59 return WebSecurityOrigin(SecurityOrigin::create(url)); 106 bool WebSecurityOrigin::canRequest(const WebURL& url) const 109 return m_private->canRequest(url);
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
ContextMenuClientHaiku.cpp | 53 void ContextMenuClientHaiku::downloadURL(const KURL& url)
|
/external/webkit/Source/WebKit/mac/Misc/ |
WebUserContentURLPattern.mm | 84 - (BOOL)matchesURL:(NSURL *)url 86 return _private->pattern.matches(url);
|
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebHistoryItem.idl | 49 @param URLString The URL string for the item. 63 @abstract The string representation of the originial URL of this item. 65 @result The string corresponding to the initial URL of this item. 68 HRESULT originalURLString([out, retval] BSTR* url); 72 @abstract The string representation of the URL represented by this item. 75 @result The string corresponding to the final URL of this item. 78 HRESULT URLString([out, retval] BSTR* url); 121 @result The icon associated with this item's URL.
|
/external/webkit/Tools/DumpRenderTree/ |
DumpRenderTree.h | 51 std::wstring urlSuitableForTestResult(const std::wstring& url);
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
TestEventPrinter.cpp | 41 void handleTestHeader(const char* url) const; 53 void handleTestHeader(const char* url) const; 122 void TestShellPrinter::handleTestHeader(const char* url) const 124 printf("#URL:%s\n", url);
|
/external/chromium/googleurl/src/ |
url_parse.cc | 245 bool DoExtractScheme(const CHAR* url, 250 while (begin < url_len && ShouldTrimFromURL(url[begin])) 257 if (url[i] == ':') { 328 // everything is the scheme. Both would produce an invalid URL, but this way 336 // Initializes a path URL which is merely a scheme followed by a path. Examples 340 // Get the non-path and non-scheme parts of the URL out of the way, we never 366 // For compatability with the standard URL parser, we treat no path as 384 // Get the non-path and non-scheme parts of the URL out of the way, we never 433 // For compatability with the standard URL parser, treat no path as 500 // URL delimited by a semicolon. We parse the parameter as part of th [all...] |
/external/chromium/chrome/browser/autocomplete/ |
history_contents_provider_unittest.cc | 26 const char* url; member in struct:__anon2460::TestEntry 72 GURL url(test_entries[i].url); 78 history_service->AddPage(url, t, id_scope, i, GURL(), 81 history_service->SetPageTitle(url, UTF8ToUTF16(test_entries[i].title)); 82 history_service->SetPageContents(url, UTF8ToUTF16(test_entries[i].body)); 117 EXPECT_EQ(test_entries[0].url, m[0].destination_url.spec()); 119 EXPECT_EQ(test_entries[1].url, m[1].destination_url.spec()); 131 EXPECT_EQ(test_entries[0].url, m[0].destination_url.spec()); 133 EXPECT_EQ(test_entries[1].url, m[1].destination_url.spec()) [all...] |
/external/chromium/chrome/browser/bookmarks/ |
bookmark_model.h | 42 // BookmarkNode contains information about a starred entry: title, URL, favicon, 50 URL, 55 // Creates a new node with the specified url and id of 0 56 explicit BookmarkNode(const GURL& url); 57 // Creates a new node with the specified url and id. 58 BookmarkNode(int64 id, const GURL& url); 61 // Returns the URL. 63 // Sets the URL to the given value. 64 void SetURL(const GURL& url) { url_ = url; } [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
default_user_images.cc | 88 bool IsDefaultImageUrl(const std::string url, int* image_id) { 89 if (url == kFirstDefaultUrl) { 93 return IsDefaultImageString(url, kDefaultUrlPrefix, image_id);
|
login_html_dialog.h | 21 // Launches html dialog during OOBE/Login with specified URL and title. 42 const GURL& url, 52 void set_url(const GURL& url) { url_ = url; }
|
registration_screen.h | 74 virtual void OnPageLoadFailed(const std::string& url); 76 // Sets the url for registration host page. Used in tests. 77 static void set_registration_host_page_url(const GURL& url); 94 const GURL& url, 103 // Url of account creation page. Overriden by tests.
|
web_page_view.h | 36 virtual void OnPageLoadFailed(const std::string& url) = 0; 50 const GURL& url, 101 // Loads the given URL into the page. 103 void LoadURL(const GURL& url);
|
/external/chromium/chrome/browser/extensions/ |
extension_function_dispatcher.h | 45 // chrome-extension://<id> URL are being shown. Callers must check for a 78 // Creates an instance for the specified RenderViewHost and URL. If the URL 82 const GURL& url); 106 // Gets the URL for the view we're displaying. 107 const GURL& url() { return url_; } function in class:ExtensionFunctionDispatcher 122 const GURL& url);
|
/external/chromium/chrome/browser/history/ |
text_database.h | 34 // URL of the match. 35 GURL url; member in struct:history::TextDatabase::Match 37 // The title is returned because the title in the text database and the URL 106 const std::string& url, 110 // Deletes the indexed data exactly matching the given URL/time pair. 111 void DeletePageData(base::Time time, const std::string& url); 129 // Any URLs found will be added to |unique_urls|. If a URL is already in the 131 // URL results).
|