HomeSort by relevance Sort by last modified time
    Searched refs:LRESULT (Results 26 - 50 of 216) sorted by null

12 3 4 5 6 7 8 9

  /external/chromium_org/ui/base/win/
hwnd_subclass.h 36 LRESULT* l_result) = 0;
65 LRESULT OnWndProc(HWND hwnd, UINT message, WPARAM w_param, LPARAM l_param);
foreground_helper.h 38 LRESULT OnHotKey(UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
  /external/chromium_org/content/test/plugin/
plugin_windowed_test.h 20 static LRESULT CALLBACK WindowProc(
  /external/chromium_org/ui/gfx/win/
window_impl.h 31 LRESULT& result,
76 virtual LRESULT OnWndProc(UINT message, WPARAM w_param, LPARAM l_param);
88 static LRESULT CALLBACK WndProc(HWND window,
singleton_hwnd.h 44 LRESULT& result,
  /external/chromium_org/ui/views/controls/
native_control.h 53 virtual LRESULT OnNotify(int w_param, LPNMHDR l_param) = 0;
56 virtual LRESULT OnCommand(UINT code, int id, HWND source) { return 0; }
116 static LRESULT CALLBACK NativeControlWndProc(HWND window, UINT message,
native_control_win.cc 44 LRESULT* result) {
181 LRESULT NativeControlWin::GetControlColor(UINT message, HDC dc, HWND sender) {
188 return reinterpret_cast<LRESULT>(brush);
194 return reinterpret_cast<LRESULT>(GetSysColorBrush(COLOR_BTNFACE));
198 LRESULT NativeControlWin::NativeControlWndProc(HWND window,
native_control.cc 87 LRESULT OnCreate(LPCREATESTRUCT create_struct) {
99 LRESULT OnEraseBkgnd(HDC dc) {
113 LRESULT OnCommand(UINT code, int id, HWND source) {
117 LRESULT OnNotify(int w_param, LPNMHDR l_param) {
139 LRESULT OnCtlColor(UINT msg, HDC dc, HWND control) {
146 return reinterpret_cast<LRESULT>(brush);
152 return reinterpret_cast<LRESULT>(GetSysColorBrush(COLOR_BTNFACE));
155 LRESULT OnCtlColorBtn(HDC dc, HWND control) {
159 LRESULT OnCtlColorStatic(HDC dc, HWND control) {
359 LRESULT CALLBACK NativeControl::NativeControlWndProc(HWND window
    [all...]
  /external/chromium_org/chrome_frame/
find_dialog.cc 23 LRESULT CFFindDialog::OnDestroy(UINT msg, WPARAM wparam, LPARAM lparam,
36 LRESULT CFFindDialog::OnFind(WORD wNotifyCode, WORD wID, HWND hWndCtl,
57 LRESULT CFFindDialog::OnCancel(WORD wNotifyCode, WORD wID, HWND hWndCtl,
63 LRESULT CFFindDialog::OnInitDialog(UINT msg, WPARAM wparam, LPARAM lparam,
79 LRESULT CALLBACK CFFindDialog::GetMsgProc(int code, WPARAM wparam,
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.h 308 LRESULT OnCreate(CREATESTRUCT* create_struct);
313 LRESULT OnNCHitTest(const CPoint& pt);
314 LRESULT OnEraseBkgnd(HDC dc);
315 LRESULT OnSetCursor(HWND window, UINT hittest_code, UINT mouse_message_id);
322 LRESULT OnNotify(int w_param, NMHDR* header);
323 LRESULT OnImeSetContext(
325 LRESULT OnImeStartComposition(
327 LRESULT OnImeComposition(
329 LRESULT OnImeEndComposition(
331 LRESULT OnImeRequest
    [all...]
  /external/chromium/chrome/browser/
process_singleton.h 133 LRESULT OnCopyData(HWND hwnd, const COPYDATASTRUCT* cds);
135 LRESULT CALLBACK WndProc(HWND hwnd,
140 static LRESULT CALLBACK WndProcStatic(HWND hwnd,
  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_view_win.h 51 virtual LRESULT OnMouseRange(UINT msg,
54 virtual LRESULT OnReflectedMessage(UINT msg,
62 virtual LRESULT OnNCCalcSize(BOOL w_param, LPARAM l_param) OVERRIDE;
  /external/chromium/chrome/browser/hang_monitor/
hung_plugin_action.h 34 LRESULT result);
  /external/chromium/chrome/browser/ui/views/bubble/
border_widget_win.h 45 virtual LRESULT OnMouseActivate(UINT message,
  /external/chromium_org/chrome/browser/hang_monitor/
hung_plugin_action.h 35 LRESULT result);
  /external/chromium_org/tools/memory_watcher/
hotkey.h 41 virtual LRESULT OnHotKey(UINT /*uMsg*/, WPARAM /*wParam*/,
  /external/chromium_org/ui/aura/
root_window_host_win.h 68 LRESULT OnKeyEvent(UINT message, WPARAM w_param, LPARAM l_param);
69 LRESULT OnMouseRange(UINT message, WPARAM w_param, LPARAM l_param);
70 LRESULT OnCaptureChanged(UINT message, WPARAM w_param, LPARAM l_param);
71 LRESULT OnNCActivate(UINT message, WPARAM w_param, LPARAM l_param);
  /external/chromium_org/ui/views/corewm/
tooltip_win.h 29 bool HandleNotify(int w_param, NMHDR* l_param, LRESULT* l_result);
  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_win.h 56 static LRESULT CALLBACK WndProcThunk(HWND hwnd, UINT message, WPARAM wparam,
59 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wparam,
  /external/chromium_org/chrome_frame/infobars/internal/
subclassing_window_with_delegate.h 96 LRESULT OnGetDelegate(UINT message,
100 return reinterpret_cast<LRESULT>(delegate_.get());
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32window_unittest.cc 33 static LRESULT kDummyResult = 0x1234ABCD;
42 LPARAM lParam, LRESULT& result) {
win32window.cc 95 LRESULT& result) {
107 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg,
118 LRESULT result;
  /external/chromium/third_party/libjingle/source/talk/base/
win32window.cc 91 LRESULT& result) {
103 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg,
114 LRESULT result;
  /external/chromium_org/ui/views/win/
hwnd_message_handler_delegate.h 197 LRESULT* result) = 0;
213 LRESULT* l_result) = 0;
229 LRESULT* result) = 0;
  /external/chromium/base/
event_recorder.cc 25 LRESULT CALLBACK StaticRecordWndProc(int nCode, WPARAM wParam,
31 LRESULT CALLBACK StaticPlaybackWndProc(int nCode, WPARAM wParam,
164 LRESULT EventRecorder::RecordWndProc(int nCode, WPARAM wParam, LPARAM lParam) {
202 LRESULT EventRecorder::PlaybackWndProc(int nCode, WPARAM wParam,

Completed in 1670 milliseconds

12 3 4 5 6 7 8 9