/external/webkit/Source/WebKit/mac/WebView/ |
D | WebDocumentInternal.h | 58 - (NSDictionary *)elementAtPoint:(NSPoint)point; 59 - (NSDictionary *)elementAtPoint:(NSPoint)point allowShadowContent:(BOOL)allow;
|
D | WebView.h | 560 - (NSDictionary *)elementAtPoint:(NSPoint)point;
|
D | WebPDFView.mm | 375 …NSMenu *menu = [webView _menuForElement:[self elementAtPoint:[self convertPoint:[theEvent location… 579 - (NSDictionary *)elementAtPoint:(NSPoint)point 590 - (NSDictionary *)elementAtPoint:(NSPoint)point allowShadowContent:(BOOL)allow 592 return [self elementAtPoint:point];
|
D | WebHTMLView.mm | 3523 …return [[[self elementAtPoint:point allowShadowContent:YES] objectForKey:WebElementIsSelectedKey] … 3529 …return [[[self elementAtPoint:point allowShadowContent:YES] objectForKey:WebElementIsInScrollBarKe… 6332 - (NSDictionary *)elementAtPoint:(NSPoint)point 6334 return [self elementAtPoint:point allowShadowContent:NO]; 6337 - (NSDictionary *)elementAtPoint:(NSPoint)point allowShadowContent:(BOOL)allow
|
D | WebView.mm | 3851 return [(NSView <WebDocumentElement> *)documentView elementAtPoint:point]; 3856 - (NSDictionary *)elementAtPoint:(NSPoint)point
|
/external/webkit/Tools/DumpRenderTree/ |
D | AccessibilityController.h | 48 AccessibilityUIElement elementAtPoint(int x, int y);
|
D | AccessibilityController.cpp | 97 …return AccessibilityUIElement::makeJSAccessibilityUIElement(context, controller->elementAtPoint(x,… in getElementAtPointCallback()
|
D | AccessibilityUIElement.h | 80 AccessibilityUIElement elementAtPoint(int x, int y);
|
D | AccessibilityUIElement.cpp | 292 …ityUIElement::makeJSAccessibilityUIElement(context, toAXElement(thisObject)->elementAtPoint(x, y)); in elementAtPointCallback()
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | AccessibilityControllerGtk.cpp | 49 AccessibilityUIElement AccessibilityController::elementAtPoint(int x, int y) in elementAtPoint() function in AccessibilityController
|
D | AccessibilityUIElementGtk.cpp | 109 AccessibilityUIElement AccessibilityUIElement::elementAtPoint(int x, int y) in elementAtPoint() function in AccessibilityUIElement
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | AccessibilityControllerMac.mm | 45 AccessibilityUIElement AccessibilityController::elementAtPoint(int x, int y) function
|
D | AccessibilityUIElementMac.mm | 316 AccessibilityUIElement AccessibilityUIElement::elementAtPoint(int x, int y) function
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | AccessibilityControllerWin.cpp | 62 AccessibilityUIElement AccessibilityController::elementAtPoint(int x, int y) in elementAtPoint() function in AccessibilityController
|
D | AccessibilityUIElementWin.cpp | 120 AccessibilityUIElement AccessibilityUIElement::elementAtPoint(int x, int y) in elementAtPoint() function in AccessibilityUIElement
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebView.idl | 600 @method elementAtPoint: 603 - (NSDictionary *)elementAtPoint:(NSPoint)point; 605 HRESULT elementAtPoint([in] LPPOINT point, [out, retval] IPropertyBag** elementDictionary);
|
/external/webkit/Source/WebKit/win/ |
D | WebView.h | 265 virtual HRESULT STDMETHODCALLTYPE elementAtPoint(
|
D | WebView.cpp | 3498 HRESULT STDMETHODCALLTYPE WebView::elementAtPoint( in elementAtPoint() function in WebView
|
D | ChangeLog-2009-06-16 | 5238 (WebView::elementAtPoint): Same. 16364 (WebView::elementAtPoint): Added argument checking. 18330 (WebView::elementAtPoint): 18790 coordinates before calling elementAtPoint. 19683 (WebView::elementAtPoint): Ditto. 20336 Here is a basic implementation of elementAtPoint for Boomer. 20360 (WebView::elementAtPoint): Call into frame to get the HitTestResult
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2007-10-14 | 10014 (-[WebHTMLView elementAtPoint:allowShadowContent:]): Ditto 10759 (-[WebHTMLView elementAtPoint:allowShadowContent:]): 11378 (-[WebHTMLView elementAtPoint:allowShadowContent:]): 11558 (-[WebHTMLView elementAtPoint:allowShadowContent:]): The 11843 (-[WebHTMLView elementAtPoint:allowShadowContent:]): Pass point to 11850 This is the WebKit half of pushing the guts of elementAtPoint and 11878 (-[WebHTMLView elementAtPoint:allowShadowContent:]): Call directly 13201 (-[WebPDFView elementAtPoint:]): 13202 (-[WebPDFView elementAtPoint:allowShadowContent:]): 18540 (-[WebHTMLView elementAtPoint:]): Ditto. [all …]
|
D | WebKit.order | 646 -[WebHTMLView(WebDocumentInternalProtocols) elementAtPoint:allowShadowContent:]
|
D | ChangeLog-2006-02-09 | 352 (-[NSArray elementAtPoint:]): 355 (-[WebImageView elementAtPoint:]): 2042 (-[WebImageView elementAtPoint:]): Use WebCoreElementImageRendererKey 2085 (-[NSArray elementAtPoint:]): 2145 (-[WebHTMLView elementAtPoint:]): Add an NSImage to the dictionary, which now comes from 4894 … now conforms to WebDocumentElement protocol (which lets [WebView elementAtPoint:] work better) 4900 (-[WebPDFView elementAtPoint:]): 5441 (-[WebPDFView elementAtPoint:]): 5900 Fixed <rdar://problem/4097289> -[WebView elementAtPoint:] failing when WebView is nested and offset 14582 (-[WebView elementAtPoint:]): new proposed API [all …]
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 374 (-[WebCoreBridge elementAtPoint:]): if the element is an object, use DATA for the URL 570 (-[WebCoreBridge elementAtPoint:]): 1176 (-[WebCoreBridge elementAtPoint:]): WebCoreElementLinkURL and WebCoreElementImageURL 3239 (-[WebCoreBridge elementAtPoint:]): use the innerNonSharedNode 3470 * kwq/WebCoreBridge.mm: (-[WebCoreBridge elementAtPoint:]): Check for nil renderer. 4485 * kwq/WebCoreBridge.mm: (-[WebCoreBridge elementAtPoint:]): Add code to 4699 (-[WebCoreBridge elementAtPoint:]): 4801 (-[WebCoreBridge elementAtPoint:]): 5954 (-[WebCoreBridge elementAtPoint:]): 6199 (-[WebCoreBridge elementAtPoint:]): [all …]
|
D | ChangeLog-2003-10-25 | 1260 (-[WebCoreBridge elementAtPoint:]): 1512 * kwq/WebCoreBridge.mm: (-[WebCoreBridge elementAtPoint:]): Changed to call KHTMLPart::text 2528 …* kwq/WebCoreBridge.mm: (-[WebCoreBridge elementAtPoint:]): Set the value of a new element diction… 5234 … * kwq/WebCoreBridge.mm: (-[WebCoreBridge elementAtPoint:]): Remove code that tried to determine 5953 (-[WebCoreBridge elementAtPoint:]): Convert title and alt strings to use yen sign before 13315 (-[WebCoreBridge elementAtPoint:]): get the rect of the image 14431 (-[WebCoreBridge elementAtPoint:]): 14459 (-[WebCoreBridge elementAtPoint:]): set the selection bit 15483 * kwq/WebCoreBridge.mm: (-[WebCoreBridge elementAtPoint:]): 18413 (-[WebCoreBridge elementAtPoint:]): call selectedString
|
D | ChangeLog-2006-05-10 | 10983 elementAtPoint needs to return input element when clicking on new text field 10992 …: Added allowShadowContent parameter to getInnerNonSharedNode so new elementAtPoint method in WebK… 15363 elementAtPoint returns the list when the point is over a list marker 17117 elementAtPoint is expensive and should return a smart dictionary 17121 Support for WebKit. This removes the old elementAtPoint: on the bridge. 18268 elementAtPoint returns the list when the point is over a list marker 24507 elementAtPoint to this new method. This method takes a point and returns a NodeInfo 24509 (-[WebCoreFrameBridge elementAtPoint:]): Use new nodeInfoAtPoint method. 25553 (-[WebCoreFrameBridge elementAtPoint:]): 26908 (-[WebCoreFrameBridge elementAtPoint:]): [all …]
|