Home
last modified time | relevance | path

Searched defs:CppArgumentList (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
DAccessibilityUIElement.cpp340 void AccessibilityUIElement::allAttributesCallback(const CppArgumentList&, CppVariant* result) in allAttributesCallback()
345 void AccessibilityUIElement::attributesOfLinkedUIElementsCallback(const CppArgumentList&, CppVarian… in attributesOfLinkedUIElementsCallback()
350 void AccessibilityUIElement::attributesOfDocumentLinksCallback(const CppArgumentList&, CppVariant* … in attributesOfDocumentLinksCallback()
364 void AccessibilityUIElement::parametrizedAttributeNamesCallback(const CppArgumentList&, CppVariant*… in parametrizedAttributeNamesCallback()
369 void AccessibilityUIElement::lineForIndexCallback(const CppArgumentList&, CppVariant* result) in lineForIndexCallback()
374 void AccessibilityUIElement::boundsForRangeCallback(const CppArgumentList&, CppVariant* result) in boundsForRangeCallback()
379 void AccessibilityUIElement::stringForRangeCallback(const CppArgumentList&, CppVariant* result) in stringForRangeCallback()
400 void AccessibilityUIElement::elementAtPointCallback(const CppArgumentList&, CppVariant* result) in elementAtPointCallback()
405 void AccessibilityUIElement::attributesOfColumnHeadersCallback(const CppArgumentList&, CppVariant* … in attributesOfColumnHeadersCallback()
410 void AccessibilityUIElement::attributesOfRowHeadersCallback(const CppArgumentList&, CppVariant* res… in attributesOfRowHeadersCallback()
[all …]
DTextInputController.cpp114 void TextInputController::unmarkText(const CppArgumentList&, CppVariant* result) in unmarkText()
121 void TextInputController::hasMarkedText(const CppArgumentList&, CppVariant* result) in hasMarkedText()
132 void TextInputController::conversationIdentifier(const CppArgumentList&, CppVariant* result) in conversationIdentifier()
138 void TextInputController::substringFromRange(const CppArgumentList&, CppVariant* result) in substringFromRange()
144 void TextInputController::attributedSubstringFromRange(const CppArgumentList&, CppVariant* result) in attributedSubstringFromRange()
150 void TextInputController::markedRange(const CppArgumentList&, CppVariant* result) in markedRange()
165 void TextInputController::selectedRange(const CppArgumentList&, CppVariant* result) in selectedRange()
203 void TextInputController::characterIndexForPoint(const CppArgumentList&, CppVariant* result) in characterIndexForPoint()
209 void TextInputController::validAttributesForMarkedText(const CppArgumentList&, CppVariant* result) in validAttributesForMarkedText()
221 void TextInputController::makeAttributedString(const CppArgumentList&, CppVariant* result) in makeAttributedString()
DAccessibilityController.cpp92 void AccessibilityController::dumpAccessibilityNotifications(const CppArgumentList&, CppVariant* re… in dumpAccessibilityNotifications()
98 void AccessibilityController::logFocusEventsCallback(const CppArgumentList&, CppVariant* result) in logFocusEventsCallback()
104 void AccessibilityController::logScrollingStartEventsCallback(const CppArgumentList&, CppVariant* r… in logScrollingStartEventsCallback()
120 void AccessibilityController::fallbackCallback(const CppArgumentList&, CppVariant* result) in fallbackCallback()
DLayoutTestController.cpp285 void LayoutTestController::dumpDatabaseCallbacks(const CppArgumentList&, CppVariant* result) in dumpDatabaseCallbacks()
291 void LayoutTestController::dumpEditingCallbacks(const CppArgumentList&, CppVariant* result) in dumpEditingCallbacks()
297 void LayoutTestController::dumpBackForwardList(const CppArgumentList&, CppVariant* result) in dumpBackForwardList()
303 void LayoutTestController::dumpFrameLoadCallbacks(const CppArgumentList&, CppVariant* result) in dumpFrameLoadCallbacks()
309 void LayoutTestController::dumpUserGestureInFrameLoadCallbacks(const CppArgumentList&, CppVariant* … in dumpUserGestureInFrameLoadCallbacks()
315 void LayoutTestController::dumpResourceLoadCallbacks(const CppArgumentList&, CppVariant* result) in dumpResourceLoadCallbacks()
321 void LayoutTestController::dumpResourceResponseMIMETypes(const CppArgumentList&, CppVariant* result) in dumpResourceResponseMIMETypes()
327 void LayoutTestController::dumpChildFrameScrollPositions(const CppArgumentList&, CppVariant* result) in dumpChildFrameScrollPositions()
333 void LayoutTestController::dumpChildFramesAsText(const CppArgumentList&, CppVariant* result) in dumpChildFramesAsText()
339 void LayoutTestController::dumpWindowStatusChanges(const CppArgumentList&, CppVariant* result) in dumpWindowStatusChanges()
[all …]
DCppBoundClass.h57 typedef Vector<CppVariant> CppArgumentList; typedef
154 void bindMethod(const std::string& name, void (T::*method)(const CppArgumentList&, CppVariant*)) in bindMethod()
201 void bindFallbackMethod(void (T::*method)(const CppArgumentList&, CppVariant*)) in bindFallbackMethod()
DEventSender.cpp671 void EventSender::textZoomIn(const CppArgumentList&, CppVariant* result) in textZoomIn()
677 void EventSender::textZoomOut(const CppArgumentList&, CppVariant* result) in textZoomOut()
683 void EventSender::zoomPageIn(const CppArgumentList&, CppVariant* result) in zoomPageIn()
689 void EventSender::zoomPageOut(const CppArgumentList&, CppVariant* result) in zoomPageOut()
852 void EventSender::clearTouchPoints(const CppArgumentList&, CppVariant* result) in clearTouchPoints()
970 void EventSender::touchEnd(const CppArgumentList&, CppVariant* result) in touchEnd()
976 void EventSender::touchMove(const CppArgumentList&, CppVariant* result) in touchMove()
982 void EventSender::touchStart(const CppArgumentList&, CppVariant* result) in touchStart()
988 void EventSender::touchCancel(const CppArgumentList&, CppVariant* result) in touchCancel()
998 void EventSender::enableDOMUIEventLogging(const CppArgumentList&, CppVariant* result) in enableDOMUIEventLogging()
[all …]
DPlainTextController.cpp74 void PlainTextController::fallbackMethod(const CppArgumentList&, CppVariant* result) in fallbackMethod()
/external/chromium/webkit/glue/
Dcpp_bound_class.h33 typedef std::vector<CppVariant> CppArgumentList; typedef
87 void (T::*method)(const CppArgumentList&, CppVariant*)) { in BindMethod()
135 void (T::*method)(const CppArgumentList&, CppVariant*)) { in BindFallbackMethod()