Home
last modified time | relevance | path

Searched refs:firstRectForCharacterRange (Results 1 – 25 of 35) sorted by relevance

12

/external/webkit/Tools/DumpRenderTree/chromium/
DTextInputController.cpp60 bindMethod("firstRectForCharacterRange", &TextInputController::firstRectForCharacterRange); in TextInputController()
180 void TextInputController::firstRectForCharacterRange(const CppArgumentList& arguments, CppVariant* … in firstRectForCharacterRange() function in TextInputController
192 … if (!mainFrame->firstRectForCharacterRange(arguments[0].toInt32(), arguments[1].toInt32(), rect)) in firstRectForCharacterRange()
DTextInputController.h60 void firstRectForCharacterRange(const CppArgumentList&, CppVariant*);
/external/webkit/Tools/DumpRenderTree/qt/
DTextInputControllerQt.cpp155 QVariantList TextInputController::firstRectForCharacterRange(int location, int length) in firstRectForCharacterRange() function in TextInputController
157 …return DumpRenderTreeSupportQt::firstRectForCharacterRange(qobject_cast<QWebPage*>(parent()), loca… in firstRectForCharacterRange()
DTextInputControllerQt.h52 QVariantList firstRectForCharacterRange(int location, int length);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DDumpRenderTreeSupportGtk.h97 static bool firstRectForCharacterRange(WebKitWebView*, int location, int length, GdkRectangle*);
DDumpRenderTreeSupportGtk.cpp545 bool DumpRenderTreeSupportGtk::firstRectForCharacterRange(WebKitWebView* webView, int location, int… in firstRectForCharacterRange() function in DumpRenderTreeSupportGtk
/external/webkit/Tools/DumpRenderTree/gtk/
DTextInputController.cpp117 if (!DumpRenderTreeSupportGtk::firstRectForCharacterRange(view, location, length, &rect)) in firstRectForCharacterRangeCallback()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.h96 static QVariantList firstRectForCharacterRange(QWebPage* page, int location, int length); in Q_DECLARE_METATYPE()
DDumpRenderTreeSupportQt.cpp588 QVariantList DumpRenderTreeSupportQt::firstRectForCharacterRange(QWebPage* page, int location, int … in firstRectForCharacterRange() function in DumpRenderTreeSupportQt
/external/webkit/Source/WebKit/chromium/public/
DWebFrame.h399 virtual bool firstRectForCharacterRange(unsigned location, unsigned length, WebRect&) const = 0;
/external/webkit/Tools/DumpRenderTree/mac/
DTextInputController.m191 return @"firstRectForCharacterRange";
329 NSRect rect = [textInput firstRectForCharacterRange:NSMakeRange(from, length)];
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.h154 virtual bool firstRectForCharacterRange(unsigned location, unsigned length, WebRect&) const;
DWebFrameImpl.cpp1152 bool WebFrameImpl::firstRectForCharacterRange(unsigned location, unsigned length, WebRect& rect) co… in firstRectForCharacterRange() function in WebKit::WebFrameImpl
/external/webkit/Source/WebKit2/UIProcess/mac/
DWebPageProxyMac.mm183 WebCore::IntRect WebPageProxy::firstRectForCharacterRange(uint64_t location, uint64_t length)
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.h331 … void firstRectForCharacterRange(uint64_t location, uint64_t length, WebCore::IntRect& resultRect);
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.h266 WebCore::IntRect firstRectForCharacterRange(uint64_t, uint64_t);
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKView.mm1465 - (NSRect)firstRectForCharacterRange:(NSRange)theRange actualRange:(NSRangePointer)actualRange
1475 … NSRect resultRect = _data->_page->firstRectForCharacterRange(theRange.location, theRange.length);
1485 …LOG(TextInput, "firstRectForCharacterRange:(%u, %u) -> (%f, %f, %f, %f)", theRange.location, theRa…
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
DWebPageMac.mm372 void WebPage::firstRectForCharacterRange(uint64_t location, uint64_t length, WebCore::IntRect& resu…
/external/webkit/Source/WebKit/mac/
DWebKit.order2026 -[WebHTMLView(WebNSTextInputSupport) firstRectForCharacterRange:]
DChangeLog-2006-02-09970 (-[WebHTMLView firstRectForCharacterRange:]):
1774 …-[WebHTMLView firstRectForCharacterRange:] is using _selectedRange instead of the given range if n…
1777 (-[WebHTMLView firstRectForCharacterRange:]):
2491 (-[WebHTMLView firstRectForCharacterRange:]):
6385 If there is no marked text firstRectForCharacterRange: will
6393 (-[WebHTMLView firstRectForCharacterRange:]):
6460 (-[WebHTMLView firstRectForCharacterRange:]):
6525 (-[WebHTMLView firstRectForCharacterRange:]):
8341 (-[WebHTMLView firstRectForCharacterRange:]): Remove needless logging.
9891 <rdar://problem/3759187> REGRESSION (Mail): implement firstRectForCharacterRange:
[all …]
DChangeLog-2007-10-141693 (-[WebHTMLView firstRectForCharacterRange:]):
3320 Don't be overzealous with the input checks, firstRectForCharacterRange
3327 (-[WebHTMLView firstRectForCharacterRange:]):
3340 (-[WebHTMLView firstRectForCharacterRange:]):
5633 (-[WebHTMLView firstRectForCharacterRange:]):
/external/webkit/Source/WebKit/chromium/
DChangeLog911 (WebKit::WebFrameImpl::firstRectForCharacterRange):
948 (WebKit::WebFrameImpl::firstRectForCharacterRange):
1006 … (WebKit::WebFrameImpl::firstRectForCharacterRange): Return the result rect in window coordinates
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLView.mm5802 - (NSRect)firstRectForCharacterRange:(NSRange)theRange
5816 …LOG(TextInput, "firstRectForCharacterRange:(%u, %u) -> (0, 0, 0, 0)", theRange.location, theRange.…
5830 …LOG(TextInput, "firstRectForCharacterRange:(%u, %u) -> (%f, %f, %f, %f)", theRange.location, theRa…
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_mac.mm2128 - (NSRect)firstRectForCharacterRange:(NSRange)theRange {
/external/webkit/Source/WebKit2/
DChangeLog2588 (-[WKView firstRectForCharacterRange:actualRange:]):
4580 (-[WKView firstRectForCharacterRange:]):
8755 (WebKit::WebPageProxy::firstRectForCharacterRange):

12