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

  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.h 72 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...]
TextInputController.h 50 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...]
PlainTextController.h 45 void plainText(const CppArgumentList&, CppVariant*);
48 void fallbackMethod(const CppArgumentList&, CppVariant*);
EventSender.h 66 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...]
AccessibilityUIElement.h 57 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...]
AccessibilityController.h 58 void dumpAccessibilityNotifications(const CppArgumentList&, CppVariant*);
69 void logFocusEventsCallback(const CppArgumentList&, CppVariant*);
70 void logScrollingStartEventsCallback(const CppArgumentList&, CppVariant*);
71 void fallbackCallback(const CppArgumentList&, CppVariant*);
PlainTextController.cpp 54 void PlainTextController::plainText(const CppArgumentList& arguments, CppVariant* result)
74 void PlainTextController::fallbackMethod(const CppArgumentList&, CppVariant* result)
LayoutTestController.cpp 273 void LayoutTestController::dumpAsText(const CppArgumentList& arguments, CppVariant* result)
285 void LayoutTestController::dumpDatabaseCallbacks(const CppArgumentList&, CppVariant* result)
291 void LayoutTestController::dumpEditingCallbacks(const CppArgumentList&, CppVariant* result)
297 void LayoutTestController::dumpBackForwardList(const CppArgumentList&, CppVariant* result)
303 void LayoutTestController::dumpFrameLoadCallbacks(const CppArgumentList&, CppVariant* result)
309 void LayoutTestController::dumpUserGestureInFrameLoadCallbacks(const CppArgumentList&, CppVariant* result)
315 void LayoutTestController::dumpResourceLoadCallbacks(const CppArgumentList&, CppVariant* result)
321 void LayoutTestController::dumpResourceResponseMIMETypes(const CppArgumentList&, CppVariant* result)
327 void LayoutTestController::dumpChildFrameScrollPositions(const CppArgumentList&, CppVariant* result)
333 void LayoutTestController::dumpChildFramesAsText(const CppArgumentList&, CppVariant* result
    [all...]
AccessibilityUIElement.cpp 340 void AccessibilityUIElement::allAttributesCallback(const CppArgumentList&, CppVariant* result)
345 void AccessibilityUIElement::attributesOfLinkedUIElementsCallback(const CppArgumentList&, CppVariant* result)
350 void AccessibilityUIElement::attributesOfDocumentLinksCallback(const CppArgumentList&, CppVariant* result)
355 void AccessibilityUIElement::attributesOfChildrenCallback(const CppArgumentList& arguments, CppVariant* result)
364 void AccessibilityUIElement::parametrizedAttributeNamesCallback(const CppArgumentList&, CppVariant* result)
369 void AccessibilityUIElement::lineForIndexCallback(const CppArgumentList&, CppVariant* result)
374 void AccessibilityUIElement::boundsForRangeCallback(const CppArgumentList&, CppVariant* result)
379 void AccessibilityUIElement::stringForRangeCallback(const CppArgumentList&, CppVariant* result)
384 void AccessibilityUIElement::childAtIndexCallback(const CppArgumentList& arguments, CppVariant* result)
400 void AccessibilityUIElement::elementAtPointCallback(const CppArgumentList&, CppVariant* result
    [all...]
AccessibilityController.cpp 92 void AccessibilityController::dumpAccessibilityNotifications(const CppArgumentList&, CppVariant* result)
98 void AccessibilityController::logFocusEventsCallback(const CppArgumentList&, CppVariant* result)
104 void AccessibilityController::logScrollingStartEventsCallback(const CppArgumentList&, CppVariant* result)
120 void AccessibilityController::fallbackCallback(const CppArgumentList&, CppVariant* result)
TextInputController.cpp 78 void TextInputController::insertText(const CppArgumentList& arguments, CppVariant* result)
88 void TextInputController::doCommand(const CppArgumentList& arguments, CppVariant* result)
100 void TextInputController::setMarkedText(const CppArgumentList& arguments, CppVariant* result)
114 void TextInputController::unmarkText(const CppArgumentList&, CppVariant* result)
121 void TextInputController::hasMarkedText(const CppArgumentList&, CppVariant* result)
132 void TextInputController::conversationIdentifier(const CppArgumentList&, CppVariant* result)
138 void TextInputController::substringFromRange(const CppArgumentList&, CppVariant* result)
144 void TextInputController::attributedSubstringFromRange(const CppArgumentList&, CppVariant* result)
150 void TextInputController::markedRange(const CppArgumentList&, CppVariant* result)
165 void TextInputController::selectedRange(const CppArgumentList&, CppVariant* result
    [all...]
CppBoundClass.h 57 typedef Vector<CppVariant> CppArgumentList;
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)
154 void bindMethod(const std::string& name, void (T::*method)(const CppArgumentList&, CppVariant*))
201 void bindFallbackMethod(void (T::*method)(const CppArgumentList&, CppVariant*))
EventSender.cpp 356 int EventSender::getButtonNumberFromSingleArg(const CppArgumentList& arguments)
380 void EventSender::mouseDown(const CppArgumentList& arguments, CppVariant* result)
402 void EventSender::mouseUp(const CppArgumentList& arguments, CppVariant* result)
454 void EventSender::mouseMoveTo(const CppArgumentList& arguments, CppVariant* result)
489 void EventSender::keyDown(const CppArgumentList& arguments, CppVariant* result)
615 void EventSender::dispatchMessage(const CppArgumentList& arguments, CppVariant* result)
647 void EventSender::leapForward(const CppArgumentList& arguments, CppVariant* result)
671 void EventSender::textZoomIn(const CppArgumentList&, CppVariant* result)
677 void EventSender::textZoomOut(const CppArgumentList&, CppVariant* result)
683 void EventSender::zoomPageIn(const CppArgumentList&, CppVariant* result
    [all...]
CppBoundClass.cpp 240 // Build a CppArgumentList argument vector from the NPVariants coming in.
241 CppArgumentList cppArguments(argumentCount);
  /external/chromium/webkit/glue/
cpp_binding_example.h 56 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);
cpp_bound_class.h 33 typedef std::vector<CppVariant> CppArgumentList;
71 typedef Callback2<const CppArgumentList&, CppVariant*>::Type Callback;
87 void (T::*method)(const CppArgumentList&, CppVariant*)) {
89 NewCallback<T, const CppArgumentList&, CppVariant*>(
135 void (T::*method)(const CppArgumentList&, CppVariant*)) {
138 NewCallback<T, const CppArgumentList&, CppVariant*>(
cpp_binding_example.cc 56 void CppBindingExample::echoValue(const CppArgumentList& args,
65 void CppBindingExample::echoType(const CppArgumentList& args,
85 void CppBindingExample::plus(const CppArgumentList& args,
120 void CppBindingExample::fallbackMethod(const CppArgumentList& args,
cpp_bound_class_unittest.cc 50 void fallbackMethod(const CppArgumentList& args, CppVariant* result) {
cpp_bound_class.cc 219 // Build a CppArgumentList argument vector from the NPVariants coming in.
220 CppArgumentList cpp_args(arg_count);

Completed in 465 milliseconds