HomeSort by relevance Sort by last modified time
    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 300 void WebUrlLoaderClient::cancelAuth()
309 thread->message_loop()->PostTask(FROM_HERE, NewRunnableMethod(m_request.get(), &WebRequest::cancelAuth));
WebRequest.cpp 398 // or request->CancelAuth() to cancel the login and display the error page.
462 void WebRequest::cancelAuth()
464 ASSERT(m_loadState == Started, "cancelAuth called on a WebRequest not in STARTED state (state=%d)", m_loadState);
466 m_request->CancelAuth();
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp     [all...]

Completed in 2106 milliseconds