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

  /external/pdfium/fpdfsdk/javascript/
event.cpp 52 CJS_EventHandler* pEvent =
54 CFX_WideString& wChange = pEvent->Change();
70 CJS_EventHandler* pEvent =
73 vp << pEvent->ChangeEx();
83 CJS_EventHandler* pEvent =
86 vp << pEvent->CommitKey();
93 CJS_EventHandler* pEvent =
97 wcscmp((const wchar_t*)pEvent->Name(), L"Keystroke") != 0)
100 vp << pEvent->FieldFull();
110 CJS_EventHandler* pEvent
    [all...]
PublicMethods.cpp 763 CJS_EventHandler* pEvent =
765 if (!pEvent->m_pValue)
768 CFX_WideString& Value = pEvent->Value();
842 if (Field* fTarget = pEvent->Target_Field()) {
862 if (Field* fTarget = pEvent->Target_Field()) {
908 CJS_EventHandler* pEvent = pContext->GetEventHandler();
909 if (!pEvent->m_pValue)
912 CFX_WideString& val = pEvent->Value();
913 CFX_WideString& wstrChange = pEvent->Change();
916 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 189 milliseconds