HomeSort by relevance Sort by last modified time
    Searched refs:elementAtPoint (Results 1 - 13 of 13) sorted by null

  /external/webkit/WebKit/mac/WebView/
WebDocumentInternal.h 57 - (NSDictionary *)elementAtPoint:(NSPoint)point;
58 - (NSDictionary *)elementAtPoint:(NSPoint)point allowShadowContent:(BOOL)allow;
WebView.h 556 @method elementAtPoint:
560 - (NSDictionary *)elementAtPoint:(NSPoint)point;
WebPDFView.mm 366 NSMenu *menu = [webView _menuForElement:[self elementAtPoint:[self convertPoint:[theEvent locationInWindow] fromView:nil]] defaultItems:items];
570 - (NSDictionary *)elementAtPoint:(NSPoint)point
581 - (NSDictionary *)elementAtPoint:(NSPoint)point allowShadowContent:(BOOL)allow
583 return [self elementAtPoint:point];
    [all...]
WebHTMLView.mm 165 NSDictionary *dict = [htmlView elementAtPoint:localPoint allowShadowContent:NO];
189 NSDictionary *dict = [htmlView elementAtPoint:localPoint allowShadowContent:NO];
    [all...]
WebView.mm     [all...]
  /external/webkit/WebKitTools/DumpRenderTree/
AccessibilityUIElement.h 71 AccessibilityUIElement elementAtPoint(int x, int y);
AccessibilityUIElement.cpp 230 return AccessibilityUIElement::makeJSAccessibilityUIElement(context, toAXElement(thisObject)->elementAtPoint(x, y));
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
AccessibilityUIElementGtk.cpp 88 AccessibilityUIElement AccessibilityUIElement::elementAtPoint(int x, int y)
  /external/webkit/WebKitTools/DumpRenderTree/win/
AccessibilityUIElementWin.cpp 86 AccessibilityUIElement AccessibilityUIElement::elementAtPoint(int x, int y)
  /external/webkit/WebKit/win/Interfaces/
IWebView.idl 599 @method elementAtPoint:
602 - (NSDictionary *)elementAtPoint:(NSPoint)point;
604 HRESULT elementAtPoint([in] LPPOINT point, [out, retval] IPropertyBag** elementDictionary);
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/
AccessibilityUIElementMac.mm 241 AccessibilityUIElement AccessibilityUIElement::elementAtPoint(int x, int y)
  /external/webkit/WebKit/win/
WebView.h 245 virtual HRESULT STDMETHODCALLTYPE elementAtPoint(
    [all...]
WebView.cpp     [all...]

Completed in 328 milliseconds