Home
last modified time | relevance | path

Searched refs:setMockGeolocationError (Results 1 – 23 of 23) sorted by relevance

/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
Dreentrant-error.js8 layoutTestController.setMockGeolocationError(mockCode, mockMessage);
35 layoutTestController.setMockGeolocationError(mockCode, mockMessage);
Derror.js8 layoutTestController.setMockGeolocationError(mockCode, mockMessage);
Dpermission-denied-already-error.js26 layoutTestController.setMockGeolocationError(2, 'test');
Dwatch.js45 layoutTestController.setMockGeolocationError(mockCode, mockMessage);
Dmaximum-age.js60 layoutTestController.setMockGeolocationError(mockCode, mockMessage);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.h149 static void setMockGeolocationError(QWebPage*, int errorCode, const QString& message); in Q_DECLARE_METATYPE()
DDumpRenderTreeSupportQt.cpp806 void DumpRenderTreeSupportQt::setMockGeolocationError(QWebPage* page, int errorCode, const QString&… in setMockGeolocationError() function in DumpRenderTreeSupportQt
/external/webkit/Tools/DumpRenderTree/wx/
DLayoutTestControllerWx.cpp332 void LayoutTestController::setMockGeolocationError(int code, JSStringRef message) in setMockGeolocationError() function in LayoutTestController
/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.h221 void setMockGeolocationError(int code, const QString& message);
DLayoutTestControllerQt.cpp804 void LayoutTestController::setMockGeolocationError(int code, const QString& message) in setMockGeolocationError() function in LayoutTestController
806 DumpRenderTreeSupportQt::setMockGeolocationError(m_drt->webPage(), code, message); in setMockGeolocationError()
/external/webkit/Tools/DumpRenderTree/chromium/
DLayoutTestController.h333 void setMockGeolocationError(const CppArgumentList&, CppVariant*);
DLayoutTestController.cpp155 bindMethod("setMockGeolocationError", &LayoutTestController::setMockGeolocationError); in LayoutTestController()
1611 void LayoutTestController::setMockGeolocationError(const CppArgumentList& arguments, CppVariant* re… in setMockGeolocationError() function in LayoutTestController
/external/webkit/Tools/DumpRenderTree/
DLayoutTestController.h105 void setMockGeolocationError(int code, JSStringRef message);
DLayoutTestController.cpp1271 controller->setMockGeolocationError(code, message.get()); in setMockGeolocationErrorCallback()
/external/webkit/Tools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp484 void LayoutTestController::setMockGeolocationError(int code, JSStringRef message) in setMockGeolocationError() function in LayoutTestController
/external/webkit/Tools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp423 void LayoutTestController::setMockGeolocationError(int code, JSStringRef message) in setMockGeolocationError() function in LayoutTestController
/external/webkit/Tools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm435 void LayoutTestController::setMockGeolocationError(int code, JSStringRef message) function
/external/webkit/Source/WebKit/qt/
DChangeLog1424 (DumpRenderTreeSupportQt::setMockGeolocationError):
DChangeLog-2011-02-166700 (DumpRenderTreeSupportQt::setMockGeolocationError):
/external/webkit/Tools/
DChangeLog-2011-02-163838 (LayoutTestController::setMockGeolocationError):
4726 (LayoutTestController::setMockGeolocationError):
7802 (LayoutTestController::setMockGeolocationError):
9129 (LayoutTestController::setMockGeolocationError):
31405 (LayoutTestController::setMockGeolocationError):
32222 (LayoutTestController::setMockGeolocationError): Ditto.
DChangeLog6004 (LayoutTestController::setMockGeolocationError):
DChangeLog-2010-05-24129 (LayoutTestController::setMockGeolocationError):
29523 … (LayoutTestController::setMockGeolocationError): Added. Configures the mock Geolocation service.
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-163318 (WebKit::WebGeolocationClientMock::setMockGeolocationError):
6557 (WebKit::WebGeolocationServiceMock::setMockGeolocationError):
17849 (WebKit::WebGeolocationServiceMock::setMockGeolocationError):