OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
404
// call request->
SetAuth
() with the user's credentials once it obtains them,
462
void WebRequest::
setAuth
(const string16& username, const string16& password)
464
ASSERT(m_loadState == Started, "
setAuth
called on a WebRequest not in STARTED state (state=%d)", m_loadState);
466
m_request->
SetAuth
(username, password);
/external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp
[
all
...]
Completed in 308 milliseconds