OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dropEffects
(Results
1 - 4
of
4
) sorted by null
/external/webkit/WebKitTools/DumpRenderTree/mac/
AccessibilityUIElementMac.mm
584
NSMutableString*
dropEffects
= [NSMutableString string];
587
[
dropEffects
appendString:[value objectAtIndex:k]];
589
[
dropEffects
appendString:@","];
592
return [
dropEffects
createJSStringRef];
/external/webkit/WebCore/accessibility/
AccessibilityRenderObject.cpp
[
all
...]
/external/webkit/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm
[
all
...]
/external/webkit/WebKitTools/DumpRenderTree/
AccessibilityUIElement.cpp
376
JSRetainPtr<JSStringRef>
dropEffects
(Adopt, toAXElement(thisObject)->ariaDropEffects());
377
return JSValueMakeString(context,
dropEffects
.get());
[
all
...]
Completed in 5409 milliseconds