Lines Matching defs:WebFrame

143         android::WebFrame* webFrame)
175 struct WebFrame::JavaBrowserFrame
225 WebFrame::WebFrame(JNIEnv* env, jobject obj, jobject historyList, WebCore::Page* page)
324 WebFrame::~WebFrame()
336 WebFrame* WebFrame::getWebFrame(const WebCore::Frame* frame)
401 WebFrame::shouldInterceptRequest(const WTF::String& url)
421 WebFrame::reportError(int errorCode, const WTF::String& description,
438 WebFrame::convertIDNToUnicode(const WebCore::KURL& url) {
456 WebFrame::loadStarted(WebCore::Frame* frame)
507 WebFrame::transitionToCommitted(WebCore::Frame* frame)
521 WebFrame::didFinishLoad(WebCore::Frame* frame)
549 WebFrame::addHistoryItem(WebCore::HistoryItem* item)
557 WebFrame::removeHistoryItem(int index)
565 WebFrame::updateHistoryIndex(int newIndex)
573 WebFrame::setTitle(const WTF::String& title)
591 WebFrame::windowObjectCleared(WebCore::Frame* frame)
604 WebFrame::setProgress(float newProgress)
617 WebFrame::userAgentForURL(const WebCore::KURL* url)
623 WebFrame::didReceiveIcon(WebCore::Image* icon)
641 WebFrame::didReceiveTouchIconURL(const WTF::String& url, bool precomposed)
656 WebFrame::updateVisitedHistory(const WebCore::KURL& url, bool reload)
672 WebFrame::canHandleRequest(const WebCore::ResourceRequest& request)
700 WebFrame::shouldSaveFormData()
712 WebFrame::createWindow(bool dialog, bool userGesture)
725 WebFrame::requestFocus() const
736 WebFrame::closeWindow(WebViewCore* webViewCore)
754 WebFrame::decidePolicyForFormResubmission(WebCore::FramePolicyFunction func)
766 WebFrame::getRawResourceFilename(WebCore::PlatformBridge::rawResId id) const
778 WebFrame::density() const
790 WebFrame::didReceiveAuthenticationChallenge(WebUrlLoaderClient* client, const std::string& host, const std::string& realm, bool useCachedCredentials, bool suppressDialog)
807 WebFrame::reportSslCertError(WebUrlLoaderClient* client, int error, const std::string& cert, const std::string& url)
827 WebFrame::requestClientCert(WebUrlLoaderClient* client, const std::string& hostAndPort)
840 WebFrame::downloadStart(const std::string& url, const std::string& userAgent, const std::string& contentDisposition, const std::string& mimetype, const std::string& referer, long long contentLength)
863 WebFrame::didReceiveData(const char* data, int size) {
877 WebFrame::didFinishLoading() {
887 void WebFrame::setCertificate(const std::string& cert)
903 void WebFrame::autoLogin(const std::string& loginHeader)
948 void WebFrame::maybeSavePassword(WebCore::Frame* frame, const WebCore::ResourceRequest& request)
975 bool WebFrame::getUsernamePasswordFromDom(WebCore::Frame* frame, WTF::String& username, WTF::String& password)
1004 jbyteArray WebFrame::getPostData(const WebCore::ResourceRequest& request)
1115 // Create a WebFrame to access the Java BrowserFrame associated with this page
1116 WebFrame* webFrame = new WebFrame(env, obj, historyList, page);
1680 if (WebFrame::getWebFrame(pFrame)->getUsernamePasswordFromDom(pFrame, username, password)) {
1729 WebFrame::saveFormData(HTMLFormElement* form)