Home
last modified time | relevance | path

Searched refs:GetTestingInterface (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ppapi/tests/
Dtest_utils.cc39 const PPB_Testing_Private* GetTestingInterface() { in GetTestingInterface() function
67 const PPB_Testing_Private* testing = GetTestingInterface(); in GetLocalHostPort()
239 GetTestingInterface()->RunMessageLoop(instance_); in Wait()
268 GetTestingInterface()->QuitMessageLoop(instance_); in SignalOnMainThread()
411 GetTestingInterface()->RunMessageLoop(instance_); in RunMessageLoop()
421 GetTestingInterface()->QuitMessageLoop(instance_); in QuitMessageLoop()
Dtest_case.cc89 testing_interface_ = GetTestingInterface(); in TestCase()
132 testing_interface_ = GetTestingInterface(); in CheckTestingInterface()
253 GetTestingInterface()->QuitMessageLoop(*instance); in DoQuitMainMessageLoop()
Dtest_browser_font.cc34 const PPB_Testing_Private* testing_interface = GetTestingInterface(); in TestFontFamilies()
Dtest_websocket.cc114 GetTestingInterface()->QuitMessageLoop(instance_); in WebSocketDidOpen()
126 GetTestingInterface()->QuitMessageLoop(instance_); in WebSocketDidClose()
137 GetTestingInterface()->QuitMessageLoop(instance_); in HandleWebSocketMessage()
151 GetTestingInterface()->RunMessageLoop(instance_); in WaitForConnected()
158 GetTestingInterface()->RunMessageLoop(instance_); in WaitForReceived()
165 GetTestingInterface()->RunMessageLoop(instance_); in WaitForClosed()
Dtest_utils.h24 const PPB_Testing_Private* GetTestingInterface();