Home | History | Annotate | Download | only in mac

Lines Matching refs:PageClientImpl

27 #import "PageClientImpl.h"
112 PassOwnPtr<PageClientImpl> PageClientImpl::create(WKView* wkView)
114 return adoptPtr(new PageClientImpl(wkView));
117 PageClientImpl::PageClientImpl(WKView* wkView)
123 PageClientImpl::~PageClientImpl()
127 PassOwnPtr<DrawingAreaProxy> PageClientImpl::createDrawingAreaProxy()
132 void PageClientImpl::setViewNeedsDisplay(const WebCore::IntRect& rect)
137 void PageClientImpl::displayView()
142 void PageClientImpl::scrollView(const IntRect& scrollRect, const IntSize& scrollOffset)
150 IntSize PageClientImpl::viewSize()
155 bool PageClientImpl::isViewWindowActive()
160 bool PageClientImpl::isViewFocused()
165 bool PageClientImpl::isViewVisible()
179 bool PageClientImpl::isViewInWindow()
184 void PageClientImpl::processDidCrash()
189 void PageClientImpl::pageClosed()
194 void PageClientImpl::didRelaunchProcess()
199 void PageClientImpl::toolTipChanged(const String& oldToolTip, const String& newToolTip)
204 void PageClientImpl::setCursor(const WebCore::Cursor& cursor)
210 void PageClientImpl::setViewportArguments(const WebCore::ViewportArguments&)
214 void PageClientImpl::registerEditCommand(PassRefPtr<WebEditCommandProxy> prpCommand, WebPageProxy::UndoOrRedo undoOrRedo)
227 void PageClientImpl::clearAllEditCommands()
232 bool PageClientImpl::canUndoRedo(WebPageProxy::UndoOrRedo undoOrRedo)
237 void PageClientImpl::executeUndoRedo(WebPageProxy::UndoOrRedo undoOrRedo)
242 bool PageClientImpl::interpretKeyEvent(const NativeWebKeyboardEvent& event, Vector<WebCore::KeypressCommand>& commands)
247 void PageClientImpl::setDragImage(const IntPoint& clientPosition, PassRefPtr<ShareableBitmap> dragImage, bool isLinkDrag)
255 void PageClientImpl::updateSecureInputState()
260 FloatRect PageClientImpl::convertToDeviceSpace(const FloatRect& rect)
265 FloatRect PageClientImpl::convertToUserSpace(const FloatRect& rect)
270 IntRect PageClientImpl::windowToScreen(const IntRect& rect)
278 void PageClientImpl::doneWithKeyEvent(const NativeWebKeyboardEvent& event, bool wasEventHandled)
289 PassRefPtr<WebPopupMenuProxy> PageClientImpl::createPopupMenuProxy(WebPageProxy* page)
294 PassRefPtr<WebContextMenuProxy> PageClientImpl::createContextMenuProxy(WebPageProxy* page)
299 void PageClientImpl::setFindIndicator(PassRefPtr<FindIndicator> findIndicator, bool fadeOut)
304 void PageClientImpl::accessibilityWebProcessTokenReceived(const CoreIPC::DataReference& data)
311 void PageClientImpl::enterAcceleratedCompositingMode(const LayerTreeContext& layerTreeContext)
316 void PageClientImpl::exitAcceleratedCompositingMode()
322 void PageClientImpl::setComplexTextInputEnabled(uint64_t pluginComplexTextInputIdentifier, bool complexTextInputEnabled)
327 CGContextRef PageClientImpl::containingWindowGraphicsContext()
338 void PageClientImpl::didChangeScrollbarsForMainFrame() const
343 void PageClientImpl::didCommitLoadForMainFrame(bool useCustomRepresentation)
348 void PageClientImpl::didFinishLoadingDataForCustomRepresentation(const String& suggestedFilename, const CoreIPC::DataReference& dataReference)
353 double PageClientImpl::customRepresentationZoomFactor()
358 void PageClientImpl::setCustomRepresentationZoomFactor(double zoomFactor)
363 void PageClientImpl::findStringInCustomRepresentation(const String& string, FindOptions options, unsigned maxMatchCount)
368 void PageClientImpl::countStringMatchesInCustomRepresentation(const String& string, FindOptions options, unsigned maxMatchCount)
373 void PageClientImpl::flashBackingStoreUpdates(const Vector<IntRect>&)
378 void PageClientImpl::didPerformDictionaryLookup(const String& text, double scaleFactor, const DictionaryPopupInfo& dictionaryPopupInfo)
402 void PageClientImpl::dismissDictionaryLookupPanel()
409 void PageClientImpl::showCorrectionPanel(CorrectionPanelInfo::PanelType type, const FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings)
418 void PageClientImpl::dismissCorrectionPanel(ReasonForDismissingCorrectionPanel reason)
425 String PageClientImpl::dismissCorrectionPanelSoon(WebCore::ReasonForDismissingCorrectionPanel reason)
434 void PageClientImpl::recordAutocorrectionResponse(EditorClient::AutocorrectionResponseType responseType, const String& replacedString, const String& replacementString)
442 float PageClientImpl::userSpaceScaleFactor() const
456 bool PageClientImpl::executeSavedCommandBySelector(const String& selectorString)