HomeSort by relevance Sort by last modified time
    Searched defs:pEvent (Results 1 - 11 of 11) sorted by null

  /external/pdfium/fxjs/
cjs_event.cpp 52 CJS_EventHandler* pEvent =
54 return CJS_Return(pRuntime->NewString(pEvent->Change().c_str()));
58 CJS_EventHandler* pEvent =
62 WideString& wChange = pEvent->Change();
69 CJS_EventHandler* pEvent =
72 return CJS_Return(pRuntime->NewString(pEvent->ChangeEx().c_str()));
81 CJS_EventHandler* pEvent =
84 return CJS_Return(pRuntime->NewNumber(pEvent->CommitKey()));
93 CJS_EventHandler* pEvent =
96 if (wcscmp((const wchar_t*)pEvent->Name(), L"Keystroke") != 0
    [all...]
cjs_publicmethods.cpp 872 CJS_EventHandler* pEvent =
874 if (!pEvent->m_pValue)
877 WideString& Value = pEvent->Value();
939 if (Field* fTarget = pEvent->Target_Field()) {
950 if (Field* fTarget = pEvent->Target_Field()) {
979 CJS_EventHandler* pEvent = pContext->GetEventHandler();
980 if (!pEvent->m_pValue)
983 WideString& val = pEvent->Value();
984 WideString& wstrChange = pEvent->Change();
987 if (pEvent->WillCommit())
    [all...]
  /art/runtime/jdwp/
jdwp_event.cc 189 JdwpError JdwpState::RegisterEvent(JdwpEvent* pEvent) {
190 CHECK(pEvent != nullptr);
191 CHECK(pEvent->prev == nullptr);
192 CHECK(pEvent->next == nullptr);
200 for (int i = 0; i < pEvent->modCount; i++) {
201 const JdwpEventMod* pMod = &pEvent->mods[i];
208 if (pEvent->eventKind == EK_BREAKPOINT) {
221 if (NeedsFullDeoptimization(pEvent->eventKind)) {
228 uint32_t instrumentation_event = GetInstrumentationEventFor(pEvent->eventKind);
242 pEvent->next = event_list_
    [all...]
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Socket.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msp.h 97 IDispatch *pEvent;
tapi3.h     [all...]
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c     [all...]
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 950 milliseconds