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

  /external/webkit/WebCore/loader/
SubresourceLoader.cpp 245 bool shouldUse;
246 if (m_client && m_client->getShouldUseCredentialStorage(this, shouldUse))
247 return shouldUse;
  /external/webkit/WebKit/win/Interfaces/
IWebResourceLoadDelegatePrivate.idl 61 HRESULT shouldUseCredentialStorage([in] IWebView* webView, [in] unsigned long identifier, [in] IWebDataSource* dataSource, [out, retval] BOOL* shouldUse);
  /external/webkit/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 136 BOOL shouldUse;
137 if (SUCCEEDED(resourceLoadDelegatePrivate->shouldUseCredentialStorage(webView, identifier, getWebDataSource(loader), &shouldUse)))
138 return shouldUse;
    [all...]

Completed in 37 milliseconds