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

  /external/webkit/Source/WebKit/win/Interfaces/
IWebResourceLoadDelegatePrivate.idl 61 HRESULT shouldUseCredentialStorage([in] IWebView* webView, [in] unsigned long identifier, [in] IWebDataSource* dataSource, [out, retval] BOOL* shouldUse);
  /external/webkit/Source/WebCore/loader/
SubresourceLoader.cpp 249 bool shouldUse;
250 if (m_client && m_client->getShouldUseCredentialStorage(this, shouldUse))
251 return shouldUse;
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 136 BOOL shouldUse;
137 if (SUCCEEDED(resourceLoadDelegatePrivate->shouldUseCredentialStorage(webView, identifier, getWebDataSource(loader), &shouldUse)))
138 return shouldUse;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 2264 milliseconds