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

<<41424344454647484950>>

  /external/webkit/WebCore/inspector/front-end/
ElementsTreeOutline.js 911 for (var url in WebInspector.resourceURLMap) {
912 var match = url.match(WebInspector.URLRegExp);
914 return url;
    [all...]
  /external/webkit/WebCore/page/
DragController.cpp 111 String url = dragData->asURL(&title); local
112 if (!url.isEmpty()) {
114 anchor->setHref(url);
DOMWindow.idl 74 [Custom] DOMWindow open(in DOMString url,
78 [Custom] DOMObject showModalDialog(in DOMString url,
    [all...]
  /frameworks/base/media/libstagefright/omx/tests/
OMXHarness.cpp 510 const char *url = GetURLForMime(mime); local
511 CHECK(url != NULL);
513 sp<MediaExtractor> extractor = CreateExtractorFromURI(url);
  /external/webkit/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 1193 initialize: function($super, url, options) {
1196 this.request(url);
1199 request: function(url) {
1200 this.url = url;
1213 // when GET, append parameters to URL
1215 this.url += (this.url.include('?') ? '&' : '?') + params;
1225 this.transport.open(this.method.toUpperCase(), this.url,
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java 133 * invoke the Browser application with a URL Intent rather than show it
177 * can also intercept URL loading here (via {@link
    [all...]
  /libcore/sqlite-jdbc/src/main/java/SQLite/JDBC2z/
JDBCResultSet.java     [all...]
  /external/webkit/WebCore/editing/
Editor.cpp 1099 KURL url = result.absoluteLinkURL(); local
    [all...]
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginView.mm     [all...]
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/common/osgi/
osgi.jar 
  /prebuilt/sdk/7/
android.jar 
  /external/chromium/net/third_party/nss/ssl/
sslsock.c 275 ss->url = !os->url ? NULL : PORT_Strdup(os->url);
412 if (ss->url != NULL)
413 PORT_Free((void *)ss->url); /* CONST */
    [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.mm 390 kern_return_t WKPCLoadURL(mach_port_t clientPort, uint32_t pluginID, data_t url, mach_msg_type_number_t urlLength, data_t target, mach_msg_type_number_t targetLength,
394 DataDeallocator urlDeallocator(url, urlLength);
407 NPError result = instanceProxy->loadURL(url, target, postData, postDataLength, static_cast<LoadURLFlags>(flags), streamID);
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java     [all...]
  /external/webkit/WebKitTools/DumpRenderTree/
AccessibilityUIElement.cpp 591 JSRetainPtr<JSStringRef> url(Adopt, toAXElement(thisObject)->url());
592 return JSValueMakeString(context, url.get());
    [all...]
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 182 if (lastSlashPos == (fullPageName.length - 1)) { // if the url ends in slash (add 'index.html')
307 //alert("intl, returning base url: /" + base);
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 152 if (lastSlashPos == (fullPageName.length - 1)) { // if the url ends in slash (add 'index.html')
225 //alert("intl, returning base url: /" + base);
  /cts/tests/tests/text/src/android/text/util/cts/
LinkifyTest.java 61 public final String transformUrl(final Matcher match, String url) {
  /development/samples/BrowserPlugin/jni/
main.cpp 57 void NPP_URLNotify(NPP instance, const char* URL, NPReason reason,
397 void NPP_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData)
  /external/bluetooth/glib/glib/
gutils.c 2217 CFURLRef url = CFURLCreateFromFSRef (kCFAllocatorSystemDefault, &found); local
    [all...]
  /external/chromium/net/websockets/
websocket.cc 63 socket_stream_ = new SocketStream(request_->url(), this);
  /external/proguard/src/proguard/gui/
ProGuardGUI.java 33 import java.net.URL;
    [all...]
  /external/webkit/WebCore/accessibility/
AccessibilityObject.h 401 virtual KURL url() const { return KURL(); } function in class:WebCore::AccessibilityObject
  /external/webkit/WebCore/loader/icon/
IconDatabase.cpp 77 static String urlForLogging(const String& url)
81 if (url.length() < urlTruncationLength)
82 return url;
83 return url.substring(0, urlTruncationLength) + "...";
188 // Clear the IconRecords for every page URL - RefCounting will cause the IconRecords themselves to be deleted
189 // We don't delete the actual PageRecords because we have the "retain icon for url" count to keep track of
240 // 1 - The initial url import is incomplete and this pageURL was marked to be notified once it is complete if an iconURL exists
241 // 2 - The initial url import IS complete and this pageURL has no icon
255 // If the initial URL import isn't complete, it's possible to have a PageURL record without an associated icon
323 // 1 - The initial url import is incomplete and this pageURL has already been marked to be notified once it is complete i (…)
    [all...]

Completed in 1299 milliseconds

<<41424344454647484950>>