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

  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebRequest.h 83 void setAuth(const string16& username, const string16& password);
WebUrlLoaderClient.h 73 void setAuth(const std::string& username, const std::string& password);
WebUrlLoaderClient.cpp 286 void WebUrlLoaderClient::setAuth(const std::string& username, const std::string& password)
297 thread->message_loop()->PostTask(FROM_HERE, NewRunnableMethod(m_request.get(), &WebRequest::setAuth, username16, password16));
WebRequest.cpp 397 // call request->SetAuth() with the user's credentials once it obtains them,
455 void WebRequest::setAuth(const string16& username, const string16& password)
457 ASSERT(m_loadState == Started, "setAuth called on a WebRequest not in STARTED state (state=%d)", m_loadState);
459 m_request->SetAuth(username, password);
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp     [all...]

Completed in 7017 milliseconds