HomeSort by relevance Sort by last modified time
    Searched full:contenturl (Results 1 - 12 of 12) sorted by null

  /external/webkit/WebKit/mac/Misc/
WebKitErrors.m 105 contentURL:(NSURL *)contentURL
117 if (contentURL) {
118 [userInfo setObject:contentURL forKey:@"NSErrorFailingURLKey"];
120 [userInfo setObject:[contentURL _web_userVisibleString] forKey:NSErrorFailingURLStringKey];
122 [userInfo setObject:[contentURL _web_userVisibleString] forKey:NSURLErrorFailingURLStringErrorKey];
WebKitErrorsPrivate.h 58 contentURL:(NSURL *)contentURL
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
PhotoEntry.java 152 public String contentUrl;
191 contentUrl = null;
306 if (contentUrl == null || type.startsWith("video/")) {
307 contentUrl = attrs.getValue("", "url");
  /packages/apps/Gallery3D/src/com/cooliris/media/
PicasaDataSource.java 180 item.mContentUri = photo.contentUrl;
254 public String contentUrl;
  /external/webkit/WebKit/mac/Plugins/Hosted/
HostedNetscapePluginStream.mm 257 contentURL:m_responseURL ? m_responseURL.get() : m_requestURL.get()
  /external/webkit/WebKit/mac/Plugins/
WebPluginController.mm 418 contentURL:[response URL]
WebBaseNetscapePluginStream.mm 105 contentURL:m_responseURL ? m_responseURL.get() : m_requestURL.get()
WebNetscapePluginView.mm     [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm     [all...]
  /external/webkit/WebKit/mac/
WebKit.order     [all...]
ChangeLog-2002-12-03 261 Added contentURL to WebPluginError.
    [all...]
ChangeLog-2010-01-29     [all...]

Completed in 9128 milliseconds