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

  /external/pdfium/fpdfsdk/src/javascript/
event.cpp 63 CJS_EventHandler* pEvent = pContext->GetEventHandler();
64 ASSERT(pEvent != NULL);
66 CFX_WideString &wChange = pEvent->Change();
85 CJS_EventHandler* pEvent = pContext->GetEventHandler();
86 ASSERT(pEvent != NULL);
88 vp << pEvent->ChangeEx();
98 CJS_EventHandler* pEvent = pContext->GetEventHandler();
99 ASSERT(pEvent != NULL);
101 vp << pEvent->CommitKey();
109 CJS_EventHandler* pEvent = pContext->GetEventHandler();
    [all...]
PublicMethods.cpp 1069 CJS_EventHandler* pEvent = pContext->GetEventHandler();
1070 ASSERT(pEvent != NULL);
1077 if(!pEvent->m_pValue)
1079 CFX_WideString& Value = pEvent->Value();
1207 if (Field * fTarget = pEvent->Target_Field())
1232 if (Field *fTarget = pEvent->Target_Field())
1276 CJS_EventHandler* pEvent = pContext->GetEventHandler();
1277 ASSERT(pEvent != NULL);
1285 if(!pEvent->m_pValue)
1287 CFX_WideString & val = pEvent->Value();
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test_thread.c 89 EvalEvent *pEvent;
94 pEvent = (EvalEvent *)ckalloc(sizeof(EvalEvent)+nMsg+1);
95 pEvent->base.nextPtr = 0;
96 pEvent->base.proc = tclScriptEvent;
97 pEvent->zScript = (char *)&pEvent[1];
98 memcpy(pEvent->zScript, zMsg, nMsg+1);
99 pEvent->interp = p->interp;
101 Tcl_ThreadQueueEvent(p->parent, (Tcl_Event *)pEvent, TCL_QUEUE_TAIL);
227 EvalEvent *pEvent;
    [all...]
  /art/runtime/jdwp/
jdwp_event.cc 174 JdwpError JdwpState::RegisterEvent(JdwpEvent* pEvent) {
175 CHECK(pEvent != NULL);
176 CHECK(pEvent->prev == NULL);
177 CHECK(pEvent->next == NULL);
185 for (int i = 0; i < pEvent->modCount; i++) {
186 const JdwpEventMod* pMod = &pEvent->mods[i];
193 if (pEvent->eventKind == EK_BREAKPOINT) {
206 if (NeedsFullDeoptimization(pEvent->eventKind)) {
213 uint32_t instrumentation_event = GetInstrumentationEventFor(pEvent->eventKind);
227 pEvent->next = event_list_
    [all...]
jdwp_handler.cc     [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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /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 281 milliseconds