/external/chromium/net/data/proxy_resolver_v8_unittest/ |
dns_fail.js | 5 function FindProxyForURL(url, host) {
|
/external/webkit/WebCore/accessibility/ |
AccessibilityImageMapLink.cpp | 93 KURL AccessibilityImageMapLink::url() const function in class:WebCore::AccessibilityImageMapLink 152 return url();
|
/external/webkit/WebCore/bindings/v8/ |
ScriptEventListener.cpp | 72 sourceURL = node->document()->url().string(); 105 sourceURL = frame->document()->url().string();
|
/external/webkit/WebCore/loader/appcache/ |
ApplicationCache.h | 55 unsigned removeResource(const String& url); 66 ApplicationCacheResource* resourceForURL(const String& url); 72 bool isURLInOnlineWhitelist(const KURL&); // There is an entry in online whitelist that has the same origin as the resource's URL and that is a prefix match for the resource's URL.
|
/external/webkit/WebCore/platform/haiku/ |
PasteboardHaiku.cpp | 119 void Pasteboard::writeURL(const KURL& url, const String&, Frame*) 131 data->AddString("text/plain", url.string());
|
/external/webkit/WebCore/platform/win/ |
PasteboardWin.cpp | 120 selectedRange->startContainer(ec)->document()->url().string(), data); 163 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame) 165 ASSERT(!url.isEmpty()); 171 title = url.lastPathComponent(); 173 title = url.host(); 178 HGLOBAL cbData = createGlobalData(url, title); 187 markupToCF_HTML(urlToMarkup(url, title), "", data); 196 HGLOBAL cbData = createGlobalData(url.string());
|
/external/webkit/WebCore/storage/ |
StorageEventDispatcher.cpp | 58 frames[i]->document()->enqueueStorageEvent(StorageEvent::create(eventNames().storageEvent, key, oldValue, newValue, sourceFrame->document()->url(), frames[i]->domWindow()->sessionStorage())); 71 frames[i]->document()->enqueueStorageEvent(StorageEvent::create(eventNames().storageEvent, key, oldValue, newValue, sourceFrame->document()->url(), frames[i]->domWindow()->localStorage()));
|
/external/webkit/WebCore/websockets/ |
WorkerThreadableWebSocketChannel.cpp | 52 WorkerThreadableWebSocketChannel::WorkerThreadableWebSocketChannel(WorkerContext* context, WebSocketChannelClient* client, const String& taskMode, const KURL& url, const String& protocol) 55 , m_bridge(new Bridge(m_workerClientWrapper, m_workerContext, taskMode, url, protocol)) 97 WorkerThreadableWebSocketChannel::Peer::Peer(RefPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, WorkerLoaderProxy& loaderProxy, ScriptExecutionContext* context, const String& taskMode, const KURL& url, const String& protocol) 100 , m_mainWebSocketChannel(WebSocketChannel::create(context, this, url, protocol)) 213 void WorkerThreadableWebSocketChannel::Bridge::mainThreadCreateWebSocketChannel(ScriptExecutionContext* context, Bridge* thisPtr, RefPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, const String& taskMode, const KURL& url, const String& protocol) 218 Peer* peer = Peer::create(clientWrapper, thisPtr->m_loaderProxy, context, taskMode, url, protocol); 222 WorkerThreadableWebSocketChannel::Bridge::Bridge(PassRefPtr<ThreadableWebSocketChannelClientWrapper> workerClientWrapper, PassRefPtr<WorkerContext> workerContext, const String& taskMode, const KURL& url, const String& protocol) 231 m_loaderProxy.postTaskToLoader(createCallbackTask(&Bridge::mainThreadCreateWebSocketChannel, this, m_workerClientWrapper, m_taskMode, url, protocol));
|
/external/webkit/WebCore/xml/ |
XSLTProcessorLibxslt.cpp | 114 KURL url(KURL(ParsedURLString, reinterpret_cast<const char*>(base)), reinterpret_cast<const char*>(uri)); 121 bool requestAllowed = globalDocLoader->frame() && globalDocLoader->doc()->securityOrigin()->canRequest(url); 123 globalDocLoader->frame()->loader()->loadResourceSynchronously(url, AllowStoredCredentials, error, response, data); 124 requestAllowed = globalDocLoader->doc()->securityOrigin()->canRequest(response.url()); 128 globalDocLoader->printAccessDeniedMessage(url); 229 stylesheetRootNode->document()->url().string(), 230 stylesheetRootNode->document()->url()); // FIXME: Should we use baseURL here? 250 sourceIsDocument ? ownerDocument->url().string() : String());
|
/external/webkit/WebKit/chromium/src/ |
WebNotification.cpp | 73 WebURL WebNotification::url() const function in class:WebKit::WebNotification 76 return m_private->url();
|
WebURLResponse.cpp | 86 WebURL WebURLResponse::url() const function in class:WebKit::WebURLResponse 88 return m_private->m_resourceResponse->url(); 91 void WebURLResponse::setURL(const WebURL& url) 93 m_private->m_resourceResponse->setURL(url); 226 void WebURLResponse::setAppCacheManifestURL(const WebURL& url) 228 m_private->m_resourceResponse->setAppCacheManifestURL(url);
|
/external/webkit/WebKit/win/Interfaces/ |
IWebHistoryDelegate.idl | 47 HRESULT updateHistoryTitle([in] IWebView* webView, [in] BSTR title, [in] BSTR url);
|
/external/webkit/WebKit/win/ |
WebDataSource.h | 84 /* [retval][out] */ BSTR *url); 96 /* [in] */ BSTR url,
|
/frameworks/base/core/tests/coretests/src/android/provider/ |
SmsProviderTest.java | 71 for (Uri url : urls) { 72 int count = contentResolver.delete(url, null, null);
|
/frameworks/base/include/private/media/ |
VideoFrame.h | 34 explicit MediaAlbumArt(const char* url) { 37 FILE *in = fopen(url, "r");
|
/frameworks/base/media/libmedia/ |
IMediaPlayerService.cpp | 60 const char* url, const KeyedVector<String8, String8> *headers, int audioSessionId) { 65 data.writeCString(url); 110 virtual sp<IMemory> decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, int* pFormat) 114 data.writeCString(url); 157 const char* url = data.readCString(); local 169 pid, client, url, numHeaders > 0 ? &headers : NULL, audioSessionId); 189 const char* url = data.readCString(); local 193 sp<IMemory> player = decode(url, &sampleRate, &numChannels, &format);
|
/libcore/dom/src/test/java/org/w3c/domts/ |
JTidyDocumentBuilderFactory.java | 87 public Document load(java.net.URL url) throws DOMTestLoadException { 90 java.io.InputStream stream = url.openStream();
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldURLStreamHandlerFactoryTest.java | 22 import java.net.URL; 45 URL.setURLStreamHandlerFactory(shf); 46 URL url = new URL("http://" + local 50 url.openConnection(); 59 URL.setURLStreamHandlerFactory(shf); 66 URL.setURLStreamHandlerFactory(null); 80 Field [] fields = URL.class.getDeclaredFields(); 109 URL.setURLStreamHandlerFactory(oldFactory) [all...] |
/external/oauth/core/src/main/java/net/oauth/ |
OAuth.java | 278 * Construct a URL like the given one, but with the given parameters added 281 public static String addParameters(String url, String... parameters) 283 return addParameters(url, newList(parameters)); 286 public static String addParameters(String url, 291 return url; 293 return url + ((url.indexOf("?") < 0) ? '?' : '&') + form;
|
/external/webkit/WebCore/bindings/js/ |
JSHistoryCustom.cpp | 175 String url; 177 url = valueToStringWithUndefinedOrNullCheck(exec, args.at(2)); 183 impl()->stateObjectAdded(historyState.release(), title, url, History::StateObjectPush, ec); 199 String url; 201 url = valueToStringWithUndefinedOrNullCheck(exec, args.at(2)); 207 impl()->stateObjectAdded(historyState.release(), title, url, History::StateObjectReplace, ec);
|
/external/webkit/WebCore/inspector/ |
InspectorTimelineAgent.cpp | 136 void InspectorTimelineAgent::willChangeXHRReadyState(const String& url, int readyState) 138 pushCurrentRecord(TimelineRecordFactory::createXHRReadyStateChangeData(m_frontend, url, readyState), XHRReadyStateChangeRecordType); 146 void InspectorTimelineAgent::willLoadXHR(const String& url) 148 pushCurrentRecord(TimelineRecordFactory::createXHRLoadData(m_frontend, url), XHRLoadRecordType); 156 void InspectorTimelineAgent::willEvaluateScript(const String& url, int lineNumber) 158 pushCurrentRecord(TimelineRecordFactory::createEvaluateScriptData(m_frontend, url, lineNumber), EvaluateScriptTimelineRecordType);
|
/external/webkit/WebCore/platform/mac/ |
WebCoreNSStringExtras.mm | 83 RetainPtr<CFURLRef> url(AdoptCF, CFURLCreateFromFSRef(NULL, &fref)); 84 if (!url) 87 NSString *path = [(NSURL *)url.get() path];
|
/external/webkit/WebCore/platform/network/mac/ |
WebCoreURLResponse.mm | 42 // When the URL's extension is a known binary type, we'll go with application/octet-stream. 375 if ([[self URL] isFileURL] && [result caseInsensitiveCompare:@"application/octet-stream"] == NSOrderedSame) 380 NSURL *url = [self URL]; 381 if ([url isFileURL]) { 382 if (NSString *extension = [[url path] pathExtension]) { 384 // When this radar is resolved, we can remove this file:// url specific code.
|
/external/webkit/WebKit/qt/Api/ |
qwebframe.h | 108 Q_PROPERTY(QUrl url READ url WRITE setUrl) 123 void load(const QUrl &url); 137 void setUrl(const QUrl &url); 138 QUrl url() const; 209 void urlChanged(const QUrl &url);
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
ResourceLoadDelegate.cpp | 81 if (FAILED(request->URL(&urlBSTR))) 84 wstring url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR)); 101 return L"<NSURLRequest URL " + url + L", main document URL " + mainDocumentURL + L", http method " + httpMethod + L">"; 110 if (FAILED(response->URL(&urlBSTR))) 113 wstring url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR)); 121 return L"<NSURLResponse " + url + L", http status code " + wstringFromInt(statusCode) + L">"; 162 // If the error doesn't have a failing URL, we fake one by using the URL the resource had 312 wstring url = urlSuitableForTestResult(wstringFromBSTR(urlBSTR)); local [all...] |