Searched refs:setStatusText (Results 1 - 25 of 30) sorted by relevance

12

/external/webkit/Source/WebCore/websockets/
H A DWebSocketHandshakeResponse.h50 void setStatusText(const String& statusText);
H A DWebSocketHandshakeResponse.cpp78 void WebSocketHandshakeResponse::setStatusText(const String& statusText) function in class:WebCore::WebSocketHandshakeResponse
H A DWebSocketHandshake.cpp328 m_response.setStatusText(statusText);
/external/webkit/Tools/MiniBrowser/win/
H A DBrowserView.cpp73 static void setStatusText(WKPageRef page, WKStringRef text, const void* clientInfo) function
107 setStatusText,
/external/webkit/Source/WebKit2/UIProcess/
H A DWebUIClient.h67 void setStatusText(WebPageProxy*, const String&);
H A DWebUIClient.cpp142 void WebUIClient::setStatusText(WebPageProxy* page, const String& text) function in class:WebKit::WebUIClient
144 if (!m_client.setStatusText)
147 m_client.setStatusText(toAPI(page), toAPI(text.impl()), m_client.clientInfo);
H A DWebPageProxy.h554 void setStatusText(const String&);
/external/webkit/Source/WebKit/chromium/public/
H A DWebViewClient.h221 virtual void setStatusText(const WebString&) { } function in class:WebKit::WebViewClient
/external/webkit/Source/WebKit/mac/DefaultDelegates/
H A DWebDefaultUIDelegate.m101 - (void)webView: (WebView *)wv setStatusText:(NSString *)text
/external/webkit/Source/WebKit/mac/WebView/
H A DWebUIDelegate.h254 @method webView:setStatusText:
259 - (void)webView:(WebView *)sender setStatusText:(NSString *)text;
/external/webkit/Tools/WinLauncher/
H A DPrintWebUIDelegate.h48 virtual HRESULT STDMETHODCALLTYPE setStatusText(IWebView*, BSTR) { return E_NOTIMPL; } function in class:PrintWebUIDelegate
/external/webkit/Tools/DumpRenderTree/mac/
H A DUIDelegate.mm180 - (void)webView:(WebView *)sender setStatusText:(NSString *)text
183 printf("UI DELEGATE STATUS CALLBACK: setStatusText:%s\n", [text UTF8String]);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorDelegate.h75 virtual HRESULT STDMETHODCALLTYPE setStatusText( function in class:WebInspectorDelegate
H A DWebChromeClient.cpp433 uiDelegate->setStatusText(m_webView, BString(statusText));
/external/webkit/Tools/MiniBrowser/mac/
H A DBrowserWindowController.m488 static void setStatusText(WKPageRef page, WKStringRef text, const void* clientInfo)
490 LOG(@"setStatusText");
627 setStatusText,
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.h139 virtual void setStatusText(const WebKit::WebString&);
/external/webkit/Tools/DumpRenderTree/win/
H A DUIDelegate.cpp629 HRESULT STDMETHODCALLTYPE UIDelegate::setStatusText(IWebView*, BSTR text) function in class:UIDelegate
632 printf("UI DELEGATE STATUS CALLBACK: setStatusText:%s\n", text ? toUTF8(text).c_str() : "");
H A DUIDelegate.h77 virtual HRESULT STDMETHODCALLTYPE setStatusText(
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebPluginController.mm412 [[v _UIDelegateForwarder] webView:v setStatusText:message];
/external/webkit/Source/WebKit/qt/declarative/
H A Dqdeclarativewebview.cpp694 void QDeclarativeWebView::setStatusText(const QString& text) function in class:QDeclarativeWebView
781 connect(page, SIGNAL(statusBarMessage(QString)), this, SLOT(setStatusText(QString)));
H A Dqdeclarativewebview_p.h241 void setStatusText(const QString&);
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebUIDelegate.idl273 @method webView:setStatusText:
277 - (void)webView:(WebView *)sender setStatusText:(NSString *)text;
279 HRESULT setStatusText([in] IWebView* sender, [in] BSTR text);
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.cpp485 m_webView->client()->setStatusText(message);
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPage.h199 WKPageSetStatusTextCallback setStatusText; member in struct:WKPageUIClient
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.mm556 CallUIDelegate(m_webView, @selector(webView:setStatusText:), (NSString *)status);

Completed in 641 milliseconds

12