Home | History | Annotate | Download | only in web

Lines Matching refs:ChromeClientImpl

33 #include "ChromeClientImpl.h"
132 ChromeClientImpl::ChromeClientImpl(WebViewImpl* webView)
143 ChromeClientImpl::~ChromeClientImpl()
147 void* ChromeClientImpl::webView() const
152 void ChromeClientImpl::chromeDestroyed()
157 void ChromeClientImpl::setWindowRect(const FloatRect& r)
163 FloatRect ChromeClientImpl::windowRect()
178 FloatRect ChromeClientImpl::pageRect()
186 void ChromeClientImpl::focus()
192 void ChromeClientImpl::unfocus()
198 bool ChromeClientImpl::canTakeFocus(FocusDirection)
205 void ChromeClientImpl::takeFocus(FocusDirection direction)
215 void ChromeClientImpl::focusedNodeChanged(Node* node)
232 Page* ChromeClientImpl::createWindow(
288 WebNavigationPolicy ChromeClientImpl::getNavigationPolicy()
307 void ChromeClientImpl::show(NavigationPolicy navigationPolicy)
318 bool ChromeClientImpl::canRunModal()
323 void ChromeClientImpl::runModal()
329 void ChromeClientImpl::setToolbarsVisible(bool value)
334 bool ChromeClientImpl::toolbarsVisible()
339 void ChromeClientImpl::setStatusbarVisible(bool value)
344 bool ChromeClientImpl::statusbarVisible()
349 void ChromeClientImpl::setScrollbarsVisible(bool value)
357 bool ChromeClientImpl::scrollbarsVisible()
362 void ChromeClientImpl::setMenubarVisible(bool value)
367 bool ChromeClientImpl::menubarVisible()
372 void ChromeClientImpl::setResizable(bool value)
377 void ChromeClientImpl::addMessageToConsole(MessageSource source,
391 bool ChromeClientImpl::canRunBeforeUnloadConfirmPanel()
396 bool ChromeClientImpl::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
405 void ChromeClientImpl::closeWindowSoon()
419 void ChromeClientImpl::runJavaScriptAlert(Frame* frame, const String& message)
430 bool ChromeClientImpl::runJavaScriptConfirm(Frame* frame, const String& message)
442 bool ChromeClientImpl::runJavaScriptPrompt(Frame* frame,
463 void ChromeClientImpl::setStatusbarText(const String& message)
469 bool ChromeClientImpl::tabsToLinks()
474 IntRect ChromeClientImpl::windowResizerRect() const
482 void ChromeClientImpl::invalidateContentsAndRootView(const IntRect& updateRect)
489 void ChromeClientImpl::invalidateContentsForSlowScroll(const IntRect& updateRect)
494 void ChromeClientImpl::scheduleAnimation()
499 void ChromeClientImpl::scroll(
513 IntPoint ChromeClientImpl::screenToRootView(const IntPoint& point) const
525 IntRect ChromeClientImpl
537 WebScreenInfo ChromeClientImpl::screenInfo() const
542 void ChromeClientImpl::contentsSizeChanged(Frame* frame, const IntSize& size) const
552 void ChromeClientImpl::deviceOrPageScaleFactorChanged() const
557 void ChromeClientImpl::didProgrammaticallyScroll(Frame* frame, const IntPoint& scrollPoint) const
564 void ChromeClientImpl::layoutUpdated(Frame* frame) const
569 void ChromeClientImpl::mouseDidMoveOverElement(
595 void ChromeClientImpl::setToolTip(const String& tooltipText, TextDirection dir)
606 void ChromeClientImpl::dispatchViewportPropertiesDidChange(const ViewportArguments& arguments) const
611 void ChromeClientImpl::print(Frame* frame)
617 PassOwnPtr<ColorChooser> ChromeClientImpl::createColorChooser(ColorChooserClient* chooserClient, const Color&)
627 PassOwnPtr<WebColorChooser> ChromeClientImpl::createWebColorChooser(WebColorChooserClient* chooserClient, const WebColor& initialColor)
635 PassRefPtr<DateTimeChooser> ChromeClientImpl::openDateTimeChooser(DateTimeChooserClient* pickerClient, const DateTimeChooserParameters& parameters)
644 void ChromeClientImpl::runOpenPanel(Frame* frame, PassRefPtr<FileChooser> fileChooser)
670 void ChromeClientImpl::enumerateChosenDirectory(FileChooser* fileChooser)
686 void ChromeClientImpl::popupOpened(PopupContainer* popupContainer,
725 void ChromeClientImpl::popupClosed(WebCore::PopupContainer* popupContainer)
730 void ChromeClientImpl::setCursor(const WebCore::Cursor& cursor)
735 void ChromeClientImpl::setCursor(const WebCursorInfo& cursor)
747 void ChromeClientImpl::setCursorForPlugin(const WebCursorInfo& cursor)
752 void ChromeClientImpl::formStateDidChange(const Node* node)
764 void ChromeClientImpl::getPopupMenuInfo(PopupContainer* popupContainer,
805 void ChromeClientImpl::postAccessibilityNotification(AccessibilityObject* obj, AXObjectCache::AXNotification notification)
812 String ChromeClientImpl::acceptLanguages()
817 bool ChromeClientImpl::paintCustomOverhangArea(GraphicsContext* context, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect)
826 GraphicsLayerFactory* ChromeClientImpl::graphicsLayerFactory() const
831 void ChromeClientImpl::attachRootGraphicsLayer(Frame* frame, GraphicsLayer* graphicsLayer)
836 void ChromeClientImpl::scheduleCompositingLayerFlush()
841 ChromeClient::CompositingTriggerFlags ChromeClientImpl::allowedCompositingTriggers() const
866 void ChromeClientImpl::enterFullScreenForElement(Element* element)
871 void ChromeClientImpl::exitFullScreenForElement(Element* element)
876 bool ChromeClientImpl::hasOpenedPopup() const
881 PassRefPtr<PopupMenu> ChromeClientImpl::createPopupMenu(Frame& frame, PopupMenuClient* client) const
889 PagePopup* ChromeClientImpl::openPagePopup(PagePopupClient* client, const IntRect& originBoundsInRootView)
895 void ChromeClientImpl::closePagePopup(PagePopup* popup)
901 void ChromeClientImpl::setPagePopupDriver(PagePopupDriver* driver)
907 void ChromeClientImpl::resetPagePopupDriver()
912 bool ChromeClientImpl::isPasswordGenerationEnabled() const
917 void ChromeClientImpl::openPasswordGenerator(HTMLInputElement* input)
924 bool ChromeClientImpl::shouldRunModalDialogDuringPageDismissal(const DialogType& dialogType, const String& dialogMessage, FrameLoader::PageDismissalType dismissalType) const
942 bool ChromeClientImpl::shouldRubberBandInDirection(WebCore::ScrollDirection direction) const
958 void ChromeClientImpl::numWheelEventHandlersChanged(unsigned numberOfWheelHandlers)
963 void ChromeClientImpl::needTouchEvents(bool needsTouchEvents)
968 bool ChromeClientImpl::requestPointerLock()
973 void ChromeClientImpl::requestPointerUnlock()
978 bool ChromeClientImpl::isPointerLocked()
983 void ChromeClientImpl::annotatedRegionsChanged()
990 void ChromeClientImpl::didAssociateFormControls(const Vector<RefPtr<Element> >& elements)