/external/webkit/Tools/DumpRenderTree/mac/ |
D | UIDelegate.h | 40 - (int)numberOfPendingGeolocationPermissionRequests;
|
D | UIDelegate.mm | 208 - (int)numberOfPendingGeolocationPermissionRequests
|
D | LayoutTestControllerMac.mm | 316 int LayoutTestController::numberOfPendingGeolocationPermissionRequests() function 318 return [[[mainFrame webView] UIDelegate] numberOfPendingGeolocationPermissionRequests];
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
D | page-reload-cancel-permission-requests.js | 13 numPendingRequests = layoutTestController.numberOfPendingGeolocationPermissionRequests();
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | DumpRenderTreeSupportQt.h | 150 static int numberOfPendingGeolocationPermissionRequests(QWebPage*); in Q_DECLARE_METATYPE()
|
D | DumpRenderTreeSupportQt.cpp | 826 int DumpRenderTreeSupportQt::numberOfPendingGeolocationPermissionRequests(QWebPage* page) in numberOfPendingGeolocationPermissionRequests() function in DumpRenderTreeSupportQt
|
/external/webkit/Tools/DumpRenderTree/wx/ |
D | LayoutTestControllerWx.cpp | 344 int LayoutTestController::numberOfPendingGeolocationPermissionRequests() in numberOfPendingGeolocationPermissionRequests() function in LayoutTestController
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | LayoutTestControllerQt.h | 224 int numberOfPendingGeolocationPermissionRequests();
|
D | LayoutTestControllerQt.cpp | 788 int LayoutTestController::numberOfPendingGeolocationPermissionRequests() in numberOfPendingGeolocationPermissionRequests() function in LayoutTestController 793 …pendingPermissionCount += DumpRenderTreeSupportQt::numberOfPendingGeolocationPermissionRequests(pa… in numberOfPendingGeolocationPermissionRequests()
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | LayoutTestController.h | 315 void numberOfPendingGeolocationPermissionRequests(const CppArgumentList&, CppVariant*);
|
D | LayoutTestController.cpp | 119 …olocationPermissionRequests", &LayoutTestController:: numberOfPendingGeolocationPermissionRequests… in LayoutTestController() 1503 void LayoutTestController::numberOfPendingGeolocationPermissionRequests(const CppArgumentList& argu… in numberOfPendingGeolocationPermissionRequests() function in LayoutTestController
|
/external/webkit/Tools/DumpRenderTree/ |
D | LayoutTestController.h | 73 int numberOfPendingGeolocationPermissionRequests();
|
D | LayoutTestController.cpp | 870 return JSValueMakeNumber(context, controller->numberOfPendingGeolocationPermissionRequests()); in numberOfPendingGeolocationPermissionRequestsCallback()
|
/external/webkit/Tools/ |
D | ChangeLog | 2037 [Qt] LayoutTestController needs to implement numberOfPendingGeolocationPermissionRequests 2046 (LayoutTestController::numberOfPendingGeolocationPermissionRequests): 5171 (LayoutTestController::numberOfPendingGeolocationPermissionRequests): 5174 (LayoutTestController::numberOfPendingGeolocationPermissionRequests): 5176 (LayoutTestController::numberOfPendingGeolocationPermissionRequests): 5179 (-[UIDelegate numberOfPendingGeolocationPermissionRequests]): 5181 (LayoutTestController::numberOfPendingGeolocationPermissionRequests): 5184 (LayoutTestController::numberOfPendingGeolocationPermissionRequests): 5186 (LayoutTestController::numberOfPendingGeolocationPermissionRequests): 5558 (LayoutTestController::numberOfPendingGeolocationPermissionRequests): [all …]
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | LayoutTestControllerGtk.cpp | 496 int LayoutTestController::numberOfPendingGeolocationPermissionRequests() in numberOfPendingGeolocationPermissionRequests() function in LayoutTestController
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | LayoutTestControllerWin.cpp | 435 int LayoutTestController::numberOfPendingGeolocationPermissionRequests() in numberOfPendingGeolocationPermissionRequests() function in LayoutTestController
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog | 403 [Qt] LayoutTestController needs to implement numberOfPendingGeolocationPermissionRequests 406 …Add the accessor numberOfPendingGeolocationPermissionRequests to call GeolocationClientMock::numbe… 410 (DumpRenderTreeSupportQt::numberOfPendingGeolocationPermissionRequests):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 46154 numberOfPendingGeolocationPermissionRequests method. 49678 numberOfPendingGeolocationPermissionRequests method. 55627 numberOfPendingGeolocationPermissionRequests method.
|