Home | History | Annotate | Download | only in chromium

Lines Matching refs:WebViewHost

32 #include "WebViewHost.h"
232 WebView* WebViewHost::createView(WebFrame*, const WebURLRequest&, const WebWindowFeatures&, const WebString&)
239 WebWidget* WebViewHost::createPopupMenu(WebPopupType)
244 WebWidget* WebViewHost::createPopupMenu(const WebPopupMenuInfo&)
249 WebStorageNamespace* WebViewHost::createSessionStorageNamespace(unsigned quota)
254 void WebViewHost::didAddMessageToConsole(const WebConsoleMessage& message, const WebString& sourceName, unsigned sourceLine)
269 void WebViewHost::didStartLoading()
274 void WebViewHost::didStopLoading()
282 bool WebViewHost::shouldBeginEditing(const WebRange& range)
292 bool WebViewHost::shouldEndEditing(const WebRange& range)
302 bool WebViewHost::shouldInsertNode(const WebNode& node, const WebRange& range, WebEditingAction action)
314 bool WebViewHost::shouldInsertText(const WebString& text, const WebRange& range, WebEditingAction action)
324 bool WebViewHost::shouldChangeSelectedRange(
339 bool WebViewHost::shouldDeleteRange(const WebRange& range)
349 bool WebViewHost::shouldApplyStyle(const WebString& style, const WebRange& range)
359 bool WebViewHost::isSmartInsertDeleteEnabled()
364 bool WebViewHost::isSelectTrailingWhitespaceEnabled()
369 void WebViewHost::didBeginEditing()
376 void WebViewHost::didChangeSelection(bool isEmptySelection)
383 void WebViewHost::didChangeContents()
390 void WebViewHost::didEndEditing()
397 bool WebViewHost::handleCurrentKeyboardEvent()
408 void WebViewHost::spellCheck(const WebString& text, int& misspelledOffset, int& misspelledLength, WebVector<WebString>* optionalSuggestions)
414 void WebViewHost::requestCheckingOfText(const WebString& text, WebTextCheckingCompletion* completion)
418 postDelayedTask(new HostMethodTask(this, &WebViewHost::finishLastTextCheck), 0);
421 void WebViewHost::finishLastTextCheck()
443 WebString WebViewHost::autoCorrectWord(const WebString&)
452 void WebViewHost::runModalAlertDialog(WebFrame*, const WebString& message)
457 bool WebViewHost::runModalConfirmDialog(WebFrame*, const WebString& message)
463 bool WebViewHost::runModalPromptDialog(WebFrame* frame, const WebString& message,
470 bool WebViewHost::runModalBeforeUnloadDialog(WebFrame*, const WebString&)
475 void WebViewHost::showContextMenu(WebFrame*, const WebContextMenuData& contextMenuData)
480 void WebViewHost::clearContextMenuData()
485 WebContextMenuData* WebViewHost::lastContextMenuData() const
490 void WebViewHost::setStatusText(const WebString& text)
498 void WebViewHost::startDragging(const WebDragData& data, WebDragOperationsMask mask, const WebImage&, const WebPoint&)
511 void WebViewHost::navigateBackForwardSoon(int offset)
516 int WebViewHost::historyBackListCount()
521 int WebViewHost::historyForwardListCount()
527 void WebViewHost::postAccessibilityNotification(const WebAccessibilityObject& obj, WebAccessibilityNotification notification)
596 WebNotificationPresenter* WebViewHost::notificationPresenter()
601 WebKit::WebGeolocationClient* WebViewHost::geolocationClient()
606 WebKit::WebGeolocationClientMock* WebViewHost::geolocationClientMock()
613 WebSpeechInputController* WebViewHost::speechInputController(WebKit::WebSpeechInputListener* listener)
620 WebDeviceOrientationClientMock* WebViewHost::deviceOrientationClientMock()
627 MockSpellCheck* WebViewHost::mockSpellCheck()
632 WebDeviceOrientationClient* WebViewHost::deviceOrientationClient()
639 void WebViewHost::didInvalidateRect(const WebRect& rect)
644 void WebViewHost::didScrollRect(int, int, const WebRect& clipRect)
651 void WebViewHost::scheduleComposite()
659 void WebViewHost::scheduleAnimation()
661 postDelayedTask(new HostMethodTask(this, &WebViewHost::scheduleComposite), 0);
665 void WebViewHost::didFocus()
670 void WebViewHost::didBlur()
675 WebScreenInfo WebViewHost::screenInfo()
690 void WebViewHost::show(WebNavigationPolicy)
699 void WebViewHost::closeWidget()
706 void WebViewHost::closeWidgetSoon()
708 postDelayedTask(new HostMethodTask(this, &WebViewHost::closeWidget), 0);
711 void WebViewHost::didChangeCursor(const WebCursorInfo& cursorInfo)
718 WebRect WebViewHost::windowRect()
723 void WebViewHost::setWindowRect(const WebRect& rect)
738 WebRect WebViewHost::rootWindowRect()
743 WebRect WebViewHost::windowResizerRect()
749 void WebViewHost::runModal()
760 WebPlugin* WebViewHost::createPlugin(WebFrame* frame, const WebPluginParams& params)
765 WebWorker* WebViewHost::createWorker(WebFrame*, WebWorkerClient*)
770 WebMediaPlayer* WebViewHost::createMediaPlayer(WebFrame* frame, WebMediaPlayerClient* client)
775 WebApplicationCacheHost* WebViewHost::createApplicationCacheHost(WebFrame* frame, WebApplicationCacheHostClient* client)
780 bool WebViewHost::allowPlugins(WebFrame* frame, bool enabledPerSettings)
785 bool WebViewHost::allowImages(WebFrame* frame, bool enabledPerSettings)
790 void WebViewHost::loadURLExternally(WebFrame*, const WebURLRequest& request, WebNavigationPolicy policy)
793 WebViewHost* another = m_shell->createNewWindow(request.url());
798 WebNavigationPolicy WebViewHost::decidePolicyForNavigation(
824 bool WebViewHost::canHandleRequest(WebFrame*, const WebURLRequest& request)
832 WebURLError WebViewHost::cannotHandleRequestError(WebFrame*, const WebURLRequest& request)
843 WebURLError WebViewHost::cancelledError(WebFrame*, const WebURLRequest& request)
848 void WebViewHost::unableToImplementPolicyWithError(WebFrame* frame, const WebURLError& error)
855 void WebViewHost::willPerformClientRedirect(WebFrame* frame, const WebURL& from, const WebURL& to,
864 void WebViewHost::didCancelClientRedirect(WebFrame* frame)
872 void WebViewHost::didCreateDataSource(WebFrame*, WebDataSource* ds)
879 void WebViewHost::didStartProvisionalLoad(WebFrame* frame)
899 void WebViewHost::didReceiveServerRedirectForProvisionalLoad(WebFrame* frame)
908 void WebViewHost::didFailProvisionalLoad(WebFrame* frame, const WebURLError& error)
921 void WebViewHost::didCommitProvisionalLoad(WebFrame* frame, bool isNewNavigation)
930 void WebViewHost::didClearWindowObject(WebFrame* frame)
935 void WebViewHost::didReceiveTitle(WebFrame* frame, const WebString& title, WebTextDirection direction)
951 void WebViewHost::didFinishDocumentLoad(WebFrame* frame)
965 void WebViewHost::didHandleOnloadEvents(WebFrame* frame)
973 void WebViewHost::didFailLoad(WebFrame* frame, const WebURLError& error)
982 void WebViewHost::didFinishLoad(WebFrame* frame)
992 void WebViewHost::didNavigateWithinPage(WebFrame* frame, bool isNewNavigation)
999 void WebViewHost::didChangeLocationWithinPage(WebFrame* frame)
1007 void WebViewHost::assignIdentifierToRequest(WebFrame*, unsigned identifier, const WebURLRequest& request)
1015 void WebViewHost::removeIdentifierForRequest(unsigned identifier)
1020 WebViewHost::willSendRequest(WebFrame*, unsigned identifier, WebURLRequest& request, const WebURLResponse& redirectResponse)
1073 void WebViewHost::didReceiveResponse(WebFrame*, unsigned identifier, const WebURLResponse& response)
1091 void WebViewHost::didFinishResourceLoad(WebFrame*, unsigned identifier)
1100 void WebViewHost::didFailResourceLoad(WebFrame*, unsigned identifier, const WebURLError& error)
1111 void WebViewHost::didDisplayInsecureContent(WebFrame*)
1117 void WebViewHost::didRunInsecureContent(WebFrame*, const WebSecurityOrigin& origin, const WebURL& insecureURL)
1123 bool WebViewHost::allowScript(WebFrame*, bool enabledPerSettings)
1128 void WebViewHost::openFileSystem(WebFrame* frame, WebFileSystem::Type type, long long size, bool create, WebFileSystemCallbacks* callbacks)
1135 WebViewHost::WebViewHost(TestShell* shell)
1143 WebViewHost::~WebViewHost()
1159 void WebViewHost::setWebWidget(WebKit::WebWidget* widget)
1165 WebView* WebViewHost::webView() const
1172 WebWidget* WebViewHost::webWidget() const
1178 void WebViewHost::reset()
1223 void WebViewHost::setSelectTrailingWhitespaceEnabled(bool enabled)
1231 void WebViewHost::setSmartInsertDeleteEnabled(bool enabled)
1239 void WebViewHost::setCustomPolicyDelegate(bool isCustom, bool isPermissive)
1245 void WebViewHost::waitForPolicyDelegate()
1251 void WebViewHost::setEditCommand(const string& name, const string& value)
1257 void WebViewHost::clearEditCommand()
1263 void WebViewHost::loadURLForFrame(const WebURL& url, const WebString& frameName)
1271 bool WebViewHost::navigate(const TestNavigationEntry& entry, bool reload)
1315 LayoutTestController* WebViewHost::layoutTestController() const
1320 void WebViewHost::updateAddressBar(WebView* webView)
1332 void WebViewHost::locationChangeDone(WebFrame* frame)
1340 void WebViewHost::updateForCommittedLoad(WebFrame* frame, bool isNewNavigation)
1362 void WebViewHost::updateURL(WebFrame* frame)
1386 void WebViewHost::updateSessionHistory(WebFrame* frame)
1405 void WebViewHost::printFrameDescription(WebFrame* webframe)
1423 void WebViewHost::printFrameUserGestureStatus(WebFrame* webframe, const char* msg)
1429 void WebViewHost::printResourceDescription(unsigned identifier)
1435 void WebViewHost::setPendingExtraData(TestShellExtraData* extraData)
1440 void WebViewHost::setPageTitle(const WebString&)
1445 void WebViewHost::setAddressBarURL(const WebURL&)
1452 void WebViewHost::updatePaintRect(const WebRect& rect)
1468 void WebViewHost::paintRect(const WebRect& rect)
1482 void WebViewHost::paintInvalidatedRegion()
1516 SkCanvas* WebViewHost::canvas()
1527 void WebViewHost::resetScrollRect()
1531 void WebViewHost::discardBackingStore()
1538 void WebViewHost::displayRepaintMask()