Home
last modified time | relevance | path

Searched refs:simulateDesktopNotificationClick (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.h189 static void simulateDesktopNotificationClick(const QString& title); in Q_DECLARE_METATYPE()
DDumpRenderTreeSupportQt.cpp928 void DumpRenderTreeSupportQt::simulateDesktopNotificationClick(const QString& title) in simulateDesktopNotificationClick() function in DumpRenderTreeSupportQt
/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.h134 void simulateDesktopNotificationClick(const QString& title);
DLayoutTestControllerQt.cpp218 void LayoutTestController::simulateDesktopNotificationClick(const QString& title) in simulateDesktopNotificationClick() function in LayoutTestController
220 DumpRenderTreeSupportQt::simulateDesktopNotificationClick(title); in simulateDesktopNotificationClick()
/external/webkit/Tools/DumpRenderTree/chromium/
DLayoutTestController.h242 void simulateDesktopNotificationClick(const CppArgumentList&, CppVariant*);
DLayoutTestController.cpp178 …ethod("simulateDesktopNotificationClick", &LayoutTestController::simulateDesktopNotificationClick); in LayoutTestController()
1081 void LayoutTestController::simulateDesktopNotificationClick(const CppArgumentList& arguments, CppVa… in simulateDesktopNotificationClick() function in LayoutTestController
/external/webkit/Tools/
DChangeLog-2011-02-1621195 Add support for simulateDesktopNotificationClick by calling
21199 (LayoutTestController::simulateDesktopNotificationClick):
22476 (LayoutTestController::simulateDesktopNotificationClick):
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-164257 Added DumpRenderTreeSupportQt::simulateDesktopNotificationClick
4262 (DumpRenderTreeSupportQt::simulateDesktopNotificationClick):