HomeSort by relevance Sort by last modified time
    Searched refs:np_event (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/child/npapi/
webplugin_ime_win.cc 47 NPEvent np_event; local
52 np_event.event = WM_IME_STARTCOMPOSITION;
53 np_event.wParam = 0;
54 np_event.lParam = 0;
55 events_.push_back(np_event);
61 np_event.event = WM_IME_COMPOSITION;
62 np_event.wParam = 0;
63 np_event.lParam = GCS_COMPSTR | GCS_COMPATTR | GCS_COMPCLAUSE |
65 events_.push_back(np_event);
96 NPEvent np_event; local
    [all...]
webplugin_delegate_impl_win.cc 1208 NPEvent np_event; local
    [all...]
  /external/chromium_org/content/test/plugin/
plugin_windowless_test.cc 31 bool IsPaintEvent(WindowlessPluginTestEvent* np_event) {
33 return np_event->event == WM_PAINT;
35 return np_event->type == NPCocoaEventDrawRect;
42 bool IsMouseUpEvent(WindowlessPluginTestEvent* np_event) {
44 return np_event->event == WM_LBUTTONUP;
46 return np_event->type == NPCocoaEventMouseUp;
54 bool IsWindowActivationEvent(WindowlessPluginTestEvent* np_event) {
55 return np_event->type == NPCocoaEventWindowFocusChanged &&
56 np_event->data.focus.hasFocus;
100 WindowlessPluginTestEvent* np_event local
    [all...]

Completed in 266 milliseconds