Home
last modified time | relevance | path

Searched refs:CppArgumentList (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
DLayoutTestController.h72 void dumpAsText(const CppArgumentList&, CppVariant*);
79 void dumpDatabaseCallbacks(const CppArgumentList&, CppVariant*);
84 void dumpEditingCallbacks(const CppArgumentList&, CppVariant*);
89 void dumpFrameLoadCallbacks(const CppArgumentList&, CppVariant*);
94 void dumpUserGestureInFrameLoadCallbacks(const CppArgumentList&, CppVariant*);
98 void dumpBackForwardList(const CppArgumentList&, CppVariant*);
102 void dumpChildFrameScrollPositions(const CppArgumentList&, CppVariant*);
107 void dumpChildFramesAsText(const CppArgumentList&, CppVariant*);
112 void dumpResourceLoadCallbacks(const CppArgumentList&, CppVariant*);
117 void dumpResourceResponseMIMETypes(const CppArgumentList&, CppVariant*);
[all …]
DEventSender.h66 void mouseDown(const CppArgumentList&, CppVariant*);
67 void mouseUp(const CppArgumentList&, CppVariant*);
68 void mouseMoveTo(const CppArgumentList&, CppVariant*);
69 void leapForward(const CppArgumentList&, CppVariant*);
70 void keyDown(const CppArgumentList&, CppVariant*);
71 void dispatchMessage(const CppArgumentList&, CppVariant*);
72 void textZoomIn(const CppArgumentList&, CppVariant*);
73 void textZoomOut(const CppArgumentList&, CppVariant*);
74 void zoomPageIn(const CppArgumentList&, CppVariant*);
75 void zoomPageOut(const CppArgumentList&, CppVariant*);
[all …]
DAccessibilityUIElement.h57 void allAttributesCallback(const CppArgumentList&, CppVariant*);
58 void attributesOfLinkedUIElementsCallback(const CppArgumentList&, CppVariant*);
59 void attributesOfDocumentLinksCallback(const CppArgumentList&, CppVariant*);
60 void attributesOfChildrenCallback(const CppArgumentList&, CppVariant*);
61 void parametrizedAttributeNamesCallback(const CppArgumentList&, CppVariant*);
62 void lineForIndexCallback(const CppArgumentList&, CppVariant*);
63 void boundsForRangeCallback(const CppArgumentList&, CppVariant*);
64 void stringForRangeCallback(const CppArgumentList&, CppVariant*);
65 void childAtIndexCallback(const CppArgumentList&, CppVariant*);
66 void elementAtPointCallback(const CppArgumentList&, CppVariant*);
[all …]
DTextInputController.h50 void insertText(const CppArgumentList&, CppVariant*);
51 void doCommand(const CppArgumentList&, CppVariant*);
52 void setMarkedText(const CppArgumentList&, CppVariant*);
53 void unmarkText(const CppArgumentList&, CppVariant*);
54 void hasMarkedText(const CppArgumentList&, CppVariant*);
55 void conversationIdentifier(const CppArgumentList&, CppVariant*);
56 void substringFromRange(const CppArgumentList&, CppVariant*);
57 void attributedSubstringFromRange(const CppArgumentList&, CppVariant*);
58 void markedRange(const CppArgumentList&, CppVariant*);
59 void selectedRange(const CppArgumentList&, CppVariant*);
[all …]
DLayoutTestController.cpp273 void LayoutTestController::dumpAsText(const CppArgumentList& arguments, CppVariant* result) in dumpAsText()
285 void LayoutTestController::dumpDatabaseCallbacks(const CppArgumentList&, CppVariant* result) in dumpDatabaseCallbacks() argument
291 void LayoutTestController::dumpEditingCallbacks(const CppArgumentList&, CppVariant* result) in dumpEditingCallbacks() argument
297 void LayoutTestController::dumpBackForwardList(const CppArgumentList&, CppVariant* result) in dumpBackForwardList() argument
303 void LayoutTestController::dumpFrameLoadCallbacks(const CppArgumentList&, CppVariant* result) in dumpFrameLoadCallbacks() argument
309 void LayoutTestController::dumpUserGestureInFrameLoadCallbacks(const CppArgumentList&, CppVariant* … in dumpUserGestureInFrameLoadCallbacks() argument
315 void LayoutTestController::dumpResourceLoadCallbacks(const CppArgumentList&, CppVariant* result) in dumpResourceLoadCallbacks() argument
321 void LayoutTestController::dumpResourceResponseMIMETypes(const CppArgumentList&, CppVariant* result) in dumpResourceResponseMIMETypes() argument
327 void LayoutTestController::dumpChildFrameScrollPositions(const CppArgumentList&, CppVariant* result) in dumpChildFrameScrollPositions() argument
333 void LayoutTestController::dumpChildFramesAsText(const CppArgumentList&, CppVariant* result) in dumpChildFramesAsText() argument
[all …]
DAccessibilityUIElement.cpp340 void AccessibilityUIElement::allAttributesCallback(const CppArgumentList&, CppVariant* result) in allAttributesCallback() argument
345 void AccessibilityUIElement::attributesOfLinkedUIElementsCallback(const CppArgumentList&, CppVarian… in attributesOfLinkedUIElementsCallback() argument
350 void AccessibilityUIElement::attributesOfDocumentLinksCallback(const CppArgumentList&, CppVariant* … in attributesOfDocumentLinksCallback() argument
355 void AccessibilityUIElement::attributesOfChildrenCallback(const CppArgumentList& arguments, CppVari… in attributesOfChildrenCallback()
364 void AccessibilityUIElement::parametrizedAttributeNamesCallback(const CppArgumentList&, CppVariant*… in parametrizedAttributeNamesCallback() argument
369 void AccessibilityUIElement::lineForIndexCallback(const CppArgumentList&, CppVariant* result) in lineForIndexCallback() argument
374 void AccessibilityUIElement::boundsForRangeCallback(const CppArgumentList&, CppVariant* result) in boundsForRangeCallback() argument
379 void AccessibilityUIElement::stringForRangeCallback(const CppArgumentList&, CppVariant* result) in stringForRangeCallback() argument
384 void AccessibilityUIElement::childAtIndexCallback(const CppArgumentList& arguments, CppVariant* res… in childAtIndexCallback()
400 void AccessibilityUIElement::elementAtPointCallback(const CppArgumentList&, CppVariant* result) in elementAtPointCallback() argument
[all …]
DTextInputController.cpp78 void TextInputController::insertText(const CppArgumentList& arguments, CppVariant* result) in insertText()
88 void TextInputController::doCommand(const CppArgumentList& arguments, CppVariant* result) in doCommand()
100 void TextInputController::setMarkedText(const CppArgumentList& arguments, CppVariant* result) in setMarkedText()
114 void TextInputController::unmarkText(const CppArgumentList&, CppVariant* result) in unmarkText() argument
121 void TextInputController::hasMarkedText(const CppArgumentList&, CppVariant* result) in hasMarkedText() argument
132 void TextInputController::conversationIdentifier(const CppArgumentList&, CppVariant* result) in conversationIdentifier() argument
138 void TextInputController::substringFromRange(const CppArgumentList&, CppVariant* result) in substringFromRange() argument
144 void TextInputController::attributedSubstringFromRange(const CppArgumentList&, CppVariant* result) in attributedSubstringFromRange() argument
150 void TextInputController::markedRange(const CppArgumentList&, CppVariant* result) in markedRange() argument
165 void TextInputController::selectedRange(const CppArgumentList&, CppVariant* result) in selectedRange() argument
[all …]
DEventSender.cpp356 int EventSender::getButtonNumberFromSingleArg(const CppArgumentList& arguments) in getButtonNumberFromSingleArg()
380 void EventSender::mouseDown(const CppArgumentList& arguments, CppVariant* result) in mouseDown()
402 void EventSender::mouseUp(const CppArgumentList& arguments, CppVariant* result) in mouseUp()
454 void EventSender::mouseMoveTo(const CppArgumentList& arguments, CppVariant* result) in mouseMoveTo()
489 void EventSender::keyDown(const CppArgumentList& arguments, CppVariant* result) in keyDown()
615 void EventSender::dispatchMessage(const CppArgumentList& arguments, CppVariant* result) in dispatchMessage()
647 void EventSender::leapForward(const CppArgumentList& arguments, CppVariant* result) in leapForward()
671 void EventSender::textZoomIn(const CppArgumentList&, CppVariant* result) in textZoomIn() argument
677 void EventSender::textZoomOut(const CppArgumentList&, CppVariant* result) in textZoomOut() argument
683 void EventSender::zoomPageIn(const CppArgumentList&, CppVariant* result) in zoomPageIn() argument
[all …]
DAccessibilityController.h58 void dumpAccessibilityNotifications(const CppArgumentList&, CppVariant*);
69 void logFocusEventsCallback(const CppArgumentList&, CppVariant*);
70 void logScrollingStartEventsCallback(const CppArgumentList&, CppVariant*);
71 void fallbackCallback(const CppArgumentList&, CppVariant*);
DCppBoundClass.h57 typedef Vector<CppVariant> CppArgumentList; typedef
111 virtual void run(const CppArgumentList&, CppVariant*) = 0;
117 typedef void (T::*MethodType)(const CppArgumentList&, CppVariant*);
123 virtual void run(const CppArgumentList& arguments, CppVariant* result) in run()
154 void bindMethod(const std::string& name, void (T::*method)(const CppArgumentList&, CppVariant*)) in bindMethod() argument
201 void bindFallbackMethod(void (T::*method)(const CppArgumentList&, CppVariant*)) in bindFallbackMethod() argument
DAccessibilityController.cpp92 void AccessibilityController::dumpAccessibilityNotifications(const CppArgumentList&, CppVariant* re… in dumpAccessibilityNotifications() argument
98 void AccessibilityController::logFocusEventsCallback(const CppArgumentList&, CppVariant* result) in logFocusEventsCallback() argument
104 void AccessibilityController::logScrollingStartEventsCallback(const CppArgumentList&, CppVariant* r… in logScrollingStartEventsCallback() argument
120 void AccessibilityController::fallbackCallback(const CppArgumentList&, CppVariant* result) in fallbackCallback() argument
DPlainTextController.h45 void plainText(const CppArgumentList&, CppVariant*);
48 void fallbackMethod(const CppArgumentList&, CppVariant*);
DPlainTextController.cpp54 void PlainTextController::plainText(const CppArgumentList& arguments, CppVariant* result) in plainText()
74 void PlainTextController::fallbackMethod(const CppArgumentList&, CppVariant* result) in fallbackMethod() argument
DCppBoundClass.cpp241 CppArgumentList cppArguments(argumentCount); in invoke()
/external/chromium/webkit/glue/
Dcpp_binding_example.h56 void echoValue(const CppArgumentList& args, CppVariant* result);
60 void echoType(const CppArgumentList& args, CppVariant* result);
64 void plus(const CppArgumentList& args, CppVariant* result);
71 void fallbackMethod(const CppArgumentList& args, CppVariant* result);
Dcpp_bound_class.h33 typedef std::vector<CppVariant> CppArgumentList; typedef
71 typedef Callback2<const CppArgumentList&, CppVariant*>::Type Callback;
87 void (T::*method)(const CppArgumentList&, CppVariant*)) { in BindMethod() argument
89 NewCallback<T, const CppArgumentList&, CppVariant*>( in BindMethod()
135 void (T::*method)(const CppArgumentList&, CppVariant*)) { in BindFallbackMethod() argument
138 NewCallback<T, const CppArgumentList&, CppVariant*>( in BindFallbackMethod()
Dcpp_binding_example.cc56 void CppBindingExample::echoValue(const CppArgumentList& args, in echoValue()
65 void CppBindingExample::echoType(const CppArgumentList& args, in echoType()
85 void CppBindingExample::plus(const CppArgumentList& args, in plus()
120 void CppBindingExample::fallbackMethod(const CppArgumentList& args, in fallbackMethod()
Dcpp_bound_class_unittest.cc50 void fallbackMethod(const CppArgumentList& args, CppVariant* result) { in fallbackMethod()
Dcpp_bound_class.cc220 CppArgumentList cpp_args(arg_count); in Invoke()