HomeSort by relevance Sort by last modified time
    Searched refs:url (Results 926 - 950 of 1269) sorted by null

<<31323334353637383940>>

  /external/webkit/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.h 84 void load(const String& url);
  /external/webkit/WebCore/workers/
WorkerContext.h 65 const KURL& url() const { return m_url; } function in class:WebCore::WorkerContext
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp 371 WebURL WebFrameImpl::url() const function in class:WebKit::WebFrameImpl
376 return ds->request().url();
382 // The URL to the favicon may be in the header. As such, only
385 const KURL& url = frameLoader->iconURL(); local
386 if (!url.isEmpty())
387 return url;
613 ScriptSourceCode(source.code, source.url, source.startLine));
624 sourcesIn[i].code, sourcesIn[i].url, sourcesIn[i].startLine));
729 if (resourceRequest.url().protocolIs("javascript")) {
730 loadJavaScriptURL(resourceRequest.url());
    [all...]
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginView.h 81 URL:(NSURL *)URL
126 - (WebCore::CString)resolvedURLStringForURL:(const char*)url target:(const char*)target;
  /external/webkit/WebKit/mac/WebCoreSupport/
WebDragClient.mm 119 DragImageRef WebDragClient::createDragImageForLink(KURL& url, const String& title, Frame* frame)
127 NSURL *cocoaURL = url;
132 void WebDragClient::declareAndWriteDragImage(NSPasteboard* pasteboard, DOMElement* element, NSURL* URL, NSString* title, WebCore::Frame* frame)
139 [pasteboard _web_declareAndWriteDragImageForElement:element URL:URL title:title archive:archive source:source];
  /external/webkit/WebKit/qt/Api/
qwebframe_p.h 49 WebCore::KURL url; member in class:QWebFrameData
qwebsettings.h 111 static QIcon iconForUrl(const QUrl &url);
  /external/webkit/WebKit/win/
WebFrame.h 118 /* [in] */ BSTR url);
249 /* [in] */ BSTR url,
313 virtual WebCore::ObjectContentType objectContentType(const WebCore::KURL& url, const WebCore::String& mimeType);
346 WebCore::KURL url() const;
  /external/webkit/WebKitTools/DumpRenderTree/
AccessibilityUIElement.h 134 JSStringRef url();
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
PluginObject.cpp 645 char* url = toCString(urlString); local
662 NPError error = browser->posturl(obj->npp, url, target, pathString.UTF8Length, path, TRUE);
666 free(url);
872 void handleCallback(PluginObject* object, const char *url, NPReason reason, void *notifyData)
888 // First URL; first header block; last URL; last header block.
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/qt/
DumpRenderTreeQt.h 72 void open(const QUrl& url);
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
queries.py 59 print patch.url()
  /frameworks/base/include/media/
MediaPlayerInterface.h 45 // argument to the 'test:' url in the setDataSource call.
104 const char *url,
  /frameworks/base/tools/layoutlib/bridge/src/android/webkit/
WebView.java 110 public void loadUrl(String url) {
  /libcore/luni/src/test/java/tests/api/java/util/
ResourceBundleTest.java 28 import java.net.URL;
125 Vector<URL> urlVec = new Vector<URL>();
130 String url; local
132 url = "file:" + path + resPackage + "subfolder/";
134 url = "jar:file:" + path + "!" + resPackage + "subfolder/";
135 urlVec.addElement(new URL(url));
139 URL[] urls = new URL[urlVec.size()]
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/
FileUtils.java 27 import java.net.URL;
55 * <li>converting to and from a URL
456 * Convert from a <code>URL</code> to a <code>File</code>.
458 * From version 1.1 this method will decode the URL.
462 * @param url the file URL to convert, <code>null</code> returns <code>null</code>
464 * if the URL's protocol is not <code>file</code>
467 public static File toFile(URL url) {
468 if (url == null || !url.getProtocol().equals("file")) {
509 URL url = urls[i]; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
SettingsLicenseActivity.java 104 public void onPageFinished(WebView view, String url) {
  /external/chromium/net/http/
http_cache_unittest.cc 32 // Skip past that to locate the actual URL.
35 // URL corresponding to a registered MockTransaction. It would be good to
37 GURL url; local
41 url = GURL(key.substr(slash + 1));
43 url = GURL(key);
45 const MockTransaction* t = FindMockTransaction(url);
962 ASSERT_EQ(net::OK, cache.disk_cache()->OpenEntry(kSimpleGET_Transaction.url,
    [all...]
http_cache.cc 284 // Strip out the reference, username, and password sections of the URL.
285 std::string url = HttpUtil::SpecForRequest(request->url); local
289 // No valid URL can begin with numerals, so we should not have to worry
292 url.insert(0, StringPrintf("%" PRId64 "/",
295 return url;
307 // instance of an URL from the cache.
310 if (playback_cache_map_->find(url) != playback_cache_map_->end())
311 generation = (*playback_cache_map_)[url];
312 (*playback_cache_map_)[url] = generation + 1
    [all...]
  /external/chromium/net/flip/
flip_network_transaction.cc 219 std::string host = request_->url.HostNoBrackets();
220 int port = request_->url.EffectiveIntPort();
  /external/chromium/net/socket_stream/
socket_stream.h 42 // authentication identity for proxy URL first. If server requires proxy
93 SocketStream(const GURL& url, Delegate* delegate);
102 const GURL& url() const { return url_; } function in class:net::SocketStream
  /external/chromium/net/url_request/
view_cache_helper.cc 62 GURL url = GURL(url_prefix + key); local
64 "<tr><td><a href=\"" + url.spec() + "\">" + EscapeForHTML(key) +
  /external/chromium/third_party/icu/public/i18n/unicode/
vtzone.h 105 * @param url Receives the RFC2445 TZURL property value.
109 UBool getTZURL(UnicodeString& url) const;
113 * @param url The TZURL property value.
116 void setTZURL(const UnicodeString& url);
  /external/icu4c/i18n/unicode/
vtzone.h 105 * @param url Receives the RFC2445 TZURL property value.
109 UBool getTZURL(UnicodeString& url) const;
113 * @param url The TZURL property value.
116 void setTZURL(const UnicodeString& url);
  /external/webkit/WebCore/bindings/v8/
V8Proxy.cpp 166 void logInfo(Frame* frame, const String& message, const String& url)
171 V8ConsoleMessage consoleMessage(message, url, 0);
196 "with URL %s from frame with URL %s. "
198 targetDocument->url().string().utf8().data(),
199 sourceDocument->url().string().utf8().data());
365 timelineAgent->willEvaluateScript(source.url().isNull() ? String() : source.url().string(), source.startLine());
385 v8::Handle<v8::Script> script = compileScript(code, source.url(), source.startLine() - 1);
393 // this based on whether the script source has a URL
    [all...]

Completed in 592 milliseconds

<<31323334353637383940>>