HomeSort by relevance Sort by last modified time
    Searched refs:LRESULT (Results 1 - 25 of 180) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/ui/base/win/
window_event_target.h 27 virtual LRESULT HandleMouseMessage(unsigned int message,
36 virtual LRESULT HandleKeyboardMessage(unsigned int message,
44 virtual LRESULT HandleTouchMessage(unsigned int message,
51 virtual LRESULT HandleScrollMessage(unsigned int message,
59 virtual LRESULT HandleNcHitTestMessage(unsigned int message,
hwnd_subclass.h 36 LRESULT* l_result) = 0;
65 LRESULT OnWndProc(HWND hwnd, UINT message, WPARAM w_param, LPARAM l_param);
  /external/chromium_org/chrome/browser/ui/views/panels/
taskbar_window_thumbnailer_win.h 55 LRESULT* l_result) OVERRIDE;
58 bool OnDwmSendIconicThumbnail(int width, int height, LRESULT* l_result);
59 bool OnDwmSendIconicLivePreviewBitmap(LRESULT* l_result);
  /external/chromium_org/ui/base/ime/
input_method_win.h 51 LRESULT OnChar(HWND window_handle,
57 LRESULT OnImeSetContext(HWND window_handle,
62 LRESULT OnImeStartComposition(HWND window_handle,
67 LRESULT OnImeComposition(HWND window_handle,
72 LRESULT OnImeEndComposition(HWND window_handle,
77 LRESULT OnImeNotify(UINT message,
85 LRESULT OnImeRequest(UINT message,
89 LRESULT OnDocumentFeed(RECONVERTSTRING* reconv);
90 LRESULT OnReconvertString(RECONVERTSTRING* reconv);
91 LRESULT OnQueryCharPosition(IMECHARPOSITION* char_positon)
    [all...]
  /external/chromium_org/content/browser/renderer_host/
legacy_render_widget_host_win.h 121 LRESULT OnEraseBkGnd(UINT message, WPARAM w_param, LPARAM l_param);
122 LRESULT OnGetObject(UINT message, WPARAM w_param, LPARAM l_param);
123 LRESULT OnKeyboardRange(UINT message, WPARAM w_param, LPARAM l_param,
125 LRESULT OnMouseLeave(UINT message, WPARAM w_param, LPARAM l_param);
126 LRESULT OnMouseRange(UINT message, WPARAM w_param, LPARAM l_param,
128 LRESULT OnMouseActivate(UINT message, WPARAM w_param, LPARAM l_param);
129 LRESULT OnTouch(UINT message, WPARAM w_param, LPARAM l_param);
130 LRESULT OnScroll(UINT message, WPARAM w_param, LPARAM l_param);
131 LRESULT OnNCHitTest(UINT message, WPARAM w_param, LPARAM l_param);
133 LRESULT OnNCPaint(UINT message, WPARAM w_param, LPARAM l_param)
    [all...]
legacy_render_widget_host_win.cc 129 LRESULT LegacyRenderWidgetHostHWND::OnEraseBkGnd(UINT message,
135 LRESULT LegacyRenderWidgetHostHWND::OnGetObject(UINT message,
146 return static_cast<LRESULT>(0L);
150 return static_cast<LRESULT>(0L);
166 LRESULT LegacyRenderWidgetHostHWND::OnKeyboardRange(UINT message,
177 LRESULT LegacyRenderWidgetHostHWND::OnMouseRange(UINT message,
210 LRESULT LegacyRenderWidgetHostHWND::OnMouseLeave(UINT message,
227 LRESULT LegacyRenderWidgetHostHWND::OnMouseActivate(UINT message,
254 LRESULT LegacyRenderWidgetHostHWND::OnTouch(UINT message,
264 LRESULT LegacyRenderWidgetHostHWND::OnScroll(UINT message
    [all...]
  /external/chromium_org/content/browser/
system_message_window_win.h 22 virtual LRESULT OnDeviceChange(UINT event_type, LPARAM data);
27 LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
30 static LRESULT CALLBACK WndProcThunk(HWND hwnd,
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32window.h 57 LRESULT& result);
63 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
  /external/chromium_org/third_party/webrtc/base/
win32window.h 40 LRESULT& result);
46 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 79 LRESULT& l_result, \
93 LRESULT& lResult, \
101 lResult; \
214 virtual LRESULT OnWndProc(UINT message,
219 virtual LRESULT HandleMouseMessage(unsigned int message,
222 virtual LRESULT HandleKeyboardMessage(unsigned int message,
225 virtual LRESULT HandleTouchMessage(unsigned int message,
229 virtual LRESULT HandleScrollMessage(unsigned int message,
233 virtual LRESULT HandleNcHitTestMessage(unsigned int message
    [all...]
  /external/chromium_org/content/test/plugin/
plugin_create_instance_in_paint.h 24 static LRESULT CALLBACK WindowProc(
plugin_windowed_test.h 20 static LRESULT CALLBACK WindowProc(
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_tls.h 53 LRESULT CALLBACK
  /external/lzma/CPP/Windows/
Defs.h 9 inline bool LRESULTToBool(LRESULT v) { return (v != FALSE); }
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_tls.h 53 LRESULT CALLBACK
  /external/chromium_org/base/
event_recorder.h 69 LRESULT RecordWndProc(int nCode, WPARAM wParam, LPARAM lParam);
70 LRESULT PlaybackWndProc(int nCode, WPARAM wParam, LPARAM lParam);
  /external/chromium_org/base/win/
message_window.h 32 LRESULT* result)> MessageCallback;
60 static LRESULT CALLBACK WindowProc(HWND hwnd, UINT message, WPARAM wparam,
wrapped_window_proc.h 56 // LRESULT CALLBACK MyWinProc(HWND hwnd, UINT message,
72 LRESULT CALLBACK WrappedWindowProc(HWND hwnd, UINT message,
74 LRESULT rv = 0;
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_tray_win.h 34 LRESULT CALLBACK
48 static LRESULT CALLBACK
  /external/deqp/framework/platform/win32/
tcuWin32Window.hpp 42 LRESULT windowProc (UINT uMsg, WPARAM wParam, LPARAM lParam);
  /external/chromium_org/ui/gfx/win/
window_impl.h 27 LRESULT& result,
72 virtual LRESULT OnWndProc(UINT message, WPARAM w_param, LPARAM l_param);
84 static LRESULT CALLBACK WndProc(HWND window,
singleton_hwnd.h 44 LRESULT& result,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
scrnsave.h 33 LRESULT WINAPI ScreenSaverProcW(HWND hWnd,UINT message,WPARAM wParam,LPARAM lParam);
36 LRESULT WINAPI ScreenSaverProc(HWND hWnd,UINT message,WPARAM wParam,LPARAM lParam);
39 LRESULT WINAPI DefScreenSaverProc(HWND hWnd,UINT msg,WPARAM wParam,LPARAM lParam);
  /external/chromium_org/chrome/browser/hang_monitor/
hung_plugin_action.h 35 LRESULT result);
  /external/chromium_org/ui/aura/
window_tree_host_win.h 69 LRESULT OnKeyEvent(UINT message, WPARAM w_param, LPARAM l_param);
70 LRESULT OnMouseRange(UINT message, WPARAM w_param, LPARAM l_param);
71 LRESULT OnCaptureChanged(UINT message, WPARAM w_param, LPARAM l_param);
72 LRESULT OnNCActivate(UINT message, WPARAM w_param, LPARAM l_param);

Completed in 905 milliseconds

1 2 3 4 5 6 7 8