OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cancelAuth
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit/android/WebCoreSupport/
WebRequest.h
84
void
cancelAuth
();
WebUrlLoaderClient.h
74
void
cancelAuth
();
WebUrlLoaderClient.cpp
298
void WebUrlLoaderClient::
cancelAuth
()
307
thread->message_loop()->PostTask(FROM_HERE, NewRunnableMethod(m_request.get(), &WebRequest::
cancelAuth
));
WebRequest.cpp
387
// or request->
CancelAuth
() to cancel the login and display the error page.
451
void WebRequest::
cancelAuth
()
453
ASSERT(m_loadState == Started, "
cancelAuth
called on a WebRequest not in STARTED state (state=%d)", m_loadState);
455
m_request->
CancelAuth
();
/external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp
[
all
...]
Completed in 8232 milliseconds