Searched refs:authenticateSession (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Tools/DumpRenderTree/wx/ |
D | LayoutTestControllerWx.cpp | 522 void LayoutTestController::authenticateSession(JSStringRef, JSStringRef, JSStringRef) in authenticateSession() function in LayoutTestController
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | LayoutTestControllerQt.h | 248 void authenticateSession(const QString& url, const QString& username, const QString& password);
|
D | LayoutTestControllerQt.cpp | 754 void LayoutTestController::authenticateSession(const QString&, const QString&, const QString&) in authenticateSession() function in LayoutTestController
|
/external/webkit/Tools/DumpRenderTree/ |
D | LayoutTestController.h | 317 void authenticateSession(JSStringRef url, JSStringRef username, JSStringRef password);
|
D | LayoutTestController.cpp | 2029 controller->authenticateSession(url.get(), username.get(), password.get()); in authenticateSessionCallback()
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | LayoutTestControllerGtk.cpp | 905 void LayoutTestController::authenticateSession(JSStringRef, JSStringRef, JSStringRef) in authenticateSession() function in LayoutTestController
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | LayoutTestControllerWin.cpp | 1421 void LayoutTestController::authenticateSession(JSStringRef, JSStringRef, JSStringRef) in authenticateSession() function in LayoutTestController
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | LayoutTestControllerMac.mm | 1045 void LayoutTestController::authenticateSession(JSStringRef url, JSStringRef username, JSStringRef p… function
|
/external/webkit/Tools/ |
D | ChangeLog | 4404 Fix a leak beneath LayoutTestController::authenticateSession seen on the bots 4409 (LayoutTestController::authenticateSession): Use a RetainPtr to cause the NSURLRequest to be
|
D | ChangeLog-2010-05-24 | 4921 Adding stub implementation of authenticateSession(). Depending on platform loader behavior, 4926 (LayoutTestController::authenticateSession): 4936 Adding authenticateSession() method that adds credentials to per-process credential storage 4951 (LayoutTestController::authenticateSession): 4954 (LayoutTestController::authenticateSession): 4956 (LayoutTestController::authenticateSession): 4958 (LayoutTestController::authenticateSession):
|