Home | History | Annotate | Download | only in mac

Lines Matching refs:WebPageProxy

27 #import "WebPageProxy.h"
94 String WebPageProxy::standardUserAgent(const String& applicationNameForUserAgent)
104 void WebPageProxy::getIsSpeaking(bool& isSpeaking)
109 void WebPageProxy::speak(const String& string)
114 void WebPageProxy::stopSpeaking()
119 void WebPageProxy::searchWithSpotlight(const String& string)
124 CGContextRef WebPageProxy::containingWindowGraphicsContext()
129 void WebPageProxy::updateWindowIsVisible(bool windowIsVisible)
136 void WebPageProxy::windowAndViewFramesChanged(const IntRect& windowFrameInScreenCoordinates, const IntRect& viewFrameInWindowCoordinates, const IntPoint& accessibilityViewCoordinates)
144 void WebPageProxy::setComposition(const String& text, Vector<CompositionUnderline> underlines, uint64_t selectionStart, uint64_t selectionEnd, uint64_t replacementRangeStart, uint64_t replacementRangeEnd)
149 void WebPageProxy::confirmComposition()
154 bool WebPageProxy::insertText(const String& text, uint64_t replacementRangeStart, uint64_t replacementRangeEnd)
161 void WebPageProxy::getMarkedRange(uint64_t& location, uint64_t& length)
166 void WebPageProxy::getSelectedRange(uint64_t& location, uint64_t& length)
171 void WebPageProxy::getAttributedSubstringFromRange(uint64_t location, uint64_t length, AttributedString& result)
176 uint64_t WebPageProxy::characterIndexForPoint(const IntPoint point)
183 WebCore::IntRect WebPageProxy::firstRectForCharacterRange(uint64_t location, uint64_t length)
190 bool WebPageProxy::executeKeypressCommands(const Vector<WebCore::KeypressCommand>& commands)
197 bool WebPageProxy::writeSelectionToPasteboard(const String& pasteboardName, const Vector<String>& pasteboardTypes)
205 bool WebPageProxy::readSelectionFromPasteboard(const String& pasteboardName)
213 void WebPageProxy::setDragImage(const WebCore::IntPoint& clientPosition, const ShareableBitmap::Handle& dragImageHandle, bool isLinkDrag)
222 void WebPageProxy::performDictionaryLookupAtLocation(const WebCore::FloatPoint& point)
230 void WebPageProxy::interpretQueuedKeyEvent(const EditorState& state, bool& handled, Vector<WebCore::KeypressCommand>& commands)
237 void WebPageProxy::sendComplexTextInputToPlugin(uint64_t pluginComplexTextInputIdentifier, const String& textInput)
245 void WebPageProxy::uppercaseWord()
250 void WebPageProxy::lowercaseWord()
255 void WebPageProxy::capitalizeWord()
260 void WebPageProxy::setSmartInsertDeleteEnabled(bool isSmartInsertDeleteEnabled)
270 void WebPageProxy::didPerformDictionaryLookup(const String& text, const DictionaryPopupInfo& dictionaryPopupInfo)
275 void WebPageProxy::registerWebProcessAccessibilityToken(const CoreIPC::DataReference& data)
280 void WebPageProxy::registerUIProcessAccessibilityTokens(const CoreIPC::DataReference& elementToken, const CoreIPC::DataReference& windowToken)
288 void WebPageProxy::setComplexTextInputEnabled(uint64_t pluginComplexTextInputIdentifier, bool complexTextInputEnabled)
293 void WebPageProxy::executeSavedCommandBySelector(const String& selector, bool& handled)
298 bool WebPageProxy::shouldDelayWindowOrderingForEvent(const WebKit::WebMouseEvent& event)
306 bool WebPageProxy::acceptsFirstMouse(int eventNumber, const WebKit::WebMouseEvent& event)