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

  /external/webkit/WebKit/win/
WebURLCredential.h 53 virtual HRESULT STDMETHODCALLTYPE initWithUser(
WebURLCredential.cpp 107 HRESULT STDMETHODCALLTYPE WebURLCredential::initWithUser(
  /external/webkit/WebKit/mac/Panels/
WebAuthenticationPanel.m 225 credential = [[NSURLCredential alloc] initWithUser:[username stringValue] password:[password stringValue] persistence:([remember state] == NSOnState) ? NSURLCredentialPersistencePermanent : NSURLCredentialPersistenceForSession];
253 credential = [[NSURLCredential alloc] initWithUser:[username stringValue] password:[password stringValue] persistence:([remember state] == NSOnState) ? NSURLCredentialPersistencePermanent : NSURLCredentialPersistenceForSession];
  /external/webkit/WebKit/win/Interfaces/
IWebURLAuthenticationChallenge.idl 206 -(id)initWithUser:(NSString *)user password:(NSString *)password persistence:(NSURLCredentialPersistence)persistence
208 HRESULT initWithUser([in] BSTR user, [in] BSTR password, [in] WebURLCredentialPersistence persistence);
  /external/webkit/WebKitTools/DumpRenderTree/win/
ResourceLoadDelegate.cpp 283 credential->initWithUser(_bstr_t(user), _bstr_t(password), WebURLCredentialPersistenceForSession);
  /external/webkit/WebCore/platform/network/mac/
AuthenticationMac.mm 241 return [[[NSURLCredential alloc] initWithUser:coreCredential.user()
ResourceHandleMac.mm 490 NSURLCredential *credential = [[NSURLCredential alloc] initWithUser:d->m_user
    [all...]

Completed in 379 milliseconds