HomeSort by relevance Sort by last modified time
    Searched refs:urlstring (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8WebSocketCustom.cpp 58 v8::Handle<v8::String> urlstring = args[0]->ToString(); local
61 if (urlstring.IsEmpty())
69 const KURL& url = context->completeURL(toWebCoreString(urlstring));
V8XMLHttpRequestCustom.cpp 130 String urlstring = toWebCoreString(args[1]); local
135 KURL url = context->completeURL(urlstring);

Completed in 31 milliseconds