Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp180 if (!GetDocument()->GetScriptContext()->IsRunAtClient()) in title()
219 if (!GetDocument()->GetScriptContext()->IsRunAtClient()) in variation()
261 if (!runtime->IsRunAtClient()) { in gotoURL()
279 if (!runtime->IsRunAtClient()) { in openList()
404 if (!runtime->IsRunAtClient()) { in beep()
426 if (!runtime->IsRunAtClient()) { in setFocus()
480 if (!runtime->IsRunAtClient()) { in messageBox()
527 if (!runtime->IsRunAtClient()) { in print()
Dcfxjse_engine.h161 bool IsRunAtClient() { return m_eRunAtType != XFA_AttributeValue::Server; } in IsRunAtClient() function