Home
last modified time | relevance | path

Searched refs:SetValueForTest (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxjs/
Dcjs_publicmethods_embeddertest.cpp194 runtime.GetCurrentEventContext()->GetEventRecorder()->SetValueForTest( in TEST_F()
208 runtime.GetCurrentEventContext()->GetEventRecorder()->SetValueForTest( in TEST_F()
235 handler->SetValueForTest(&result); in TEST_F()
256 handler->SetValueForTest(nullptr); in TEST_F()
Dcjs_eventrecorder.h166 void SetValueForTest(WideString* pStr) { m_pValue = pStr; } in SetValueForTest() function