Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_publicmethods_embeddertest.cpp198 runtime.GetCurrentEventContext()->SetValueForTest(&result); in TEST_F()
210 runtime.GetCurrentEventContext()->SetValueForTest(nullptr); in TEST_F()
236 handler->SetValueForTest(&result); in TEST_F()
256 handler->SetValueForTest(nullptr); in TEST_F()
Dcjs_event_context.h139 void SetValueForTest(WideString* pStr) { m_pValue = pStr; } in SetValueForTest() function