Home | History | Annotate | Download | only in javascript

Lines Matching defs:pEvent

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();
110 ASSERT(pEvent != NULL);
112 if (!vp.IsGetting() && wcscmp((const wchar_t*)pEvent->Name(),L"Keystroke") != 0)
115 if (pEvent->FieldFull())
128 CJS_EventHandler* pEvent = pContext->GetEventHandler();
129 ASSERT(pEvent != NULL);
131 if (pEvent->KeyDown())
144 CJS_EventHandler* pEvent = pContext->GetEventHandler();
145 ASSERT(pEvent != NULL);
147 if (pEvent->Modifier())
160 CJS_EventHandler* pEvent = pContext->GetEventHandler();
161 ASSERT(pEvent != NULL);
163 vp << pEvent->Name();
171 CJS_EventHandler* pEvent = pContext->GetEventHandler();
172 ASSERT(pEvent != NULL);
174 FX_BOOL &bRc = pEvent->Rc();
230 CJS_EventHandler* pEvent = pContext->GetEventHandler();
231 ASSERT(pEvent != NULL);
233 if (wcscmp((const wchar_t*)pEvent->Name(),L"Keystroke") != 0)
238 int &iSelEnd = pEvent->SelEnd();
254 CJS_EventHandler* pEvent = pContext->GetEventHandler();
255 ASSERT(pEvent != NULL);
257 if (wcscmp((const wchar_t*)pEvent->Name(),L"Keystroke") != 0)
261 int &iSelStart = pEvent->SelStart();
279 CJS_EventHandler* pEvent = pContext->GetEventHandler();
280 ASSERT(pEvent != NULL);
282 if (pEvent->Shift())
295 CJS_EventHandler* pEvent = pContext->GetEventHandler();
296 ASSERT(pEvent != NULL);
298 vp << pEvent->Source()->GetJSObject();
308 CJS_EventHandler* pEvent = pContext->GetEventHandler();
309 ASSERT(pEvent != NULL);
311 vp<<pEvent->Target_Field()->GetJSObject();
321 CJS_EventHandler* pEvent = pContext->GetEventHandler();
322 ASSERT(pEvent != NULL);
324 vp << pEvent->TargetName();
334 CJS_EventHandler* pEvent = pContext->GetEventHandler();
335 ASSERT(pEvent != NULL);
337 vp << pEvent->Type();
345 CJS_EventHandler* pEvent = pContext->GetEventHandler();
346 ASSERT(pEvent != NULL);
348 if (wcscmp((const wchar_t*)pEvent->Type(),L"Field") != 0)
350 if(!pEvent->m_pValue)
352 CFX_WideString & val = pEvent->Value();
370 CJS_EventHandler* pEvent = pContext->GetEventHandler();
371 ASSERT(pEvent != NULL);
373 if (pEvent->WillCommit())