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

  /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);
taskbar_window_thumbnailer_win.cc 101 LRESULT* l_result) {
107 l_result);
109 return OnDwmSendIconicLivePreviewBitmap(l_result);
115 int width, int height, LRESULT* l_result) {
138 *l_result = 0;
143 LRESULT* l_result) {
149 *l_result = 0;
panel_stack_view.h 102 LRESULT* l_result) OVERRIDE;
panel_view.h 158 LRESULT* l_result) OVERRIDE;
panel_stack_view.cc 545 LRESULT* l_result) {
panel_view.cc 394 LRESULT* l_result) {
    [all...]
  /external/chromium_org/ui/views/corewm/
tooltip_win.h 29 bool HandleNotify(int w_param, NMHDR* l_param, LRESULT* l_result);
tooltip_win.cc 40 bool TooltipWin::HandleNotify(int w_param, NMHDR* l_param, LRESULT* l_result) {
49 *l_result = TRUE;
  /external/chromium_org/ui/base/win/
hwnd_subclass.h 36 LRESULT* l_result) = 0;
hwnd_subclass.cc 156 LRESULT l_result = 0; local
157 if ((*it)->FilterMessage(hwnd, message, w_param, l_param, &l_result))
158 return l_result;
hwnd_subclass_unittest.cc 57 LRESULT* l_result) OVERRIDE {
  /external/chromium_org/ui/views/win/
hwnd_message_handler_delegate.h 205 LRESULT* l_result) = 0;
hwnd_message_handler.h 79 LRESULT& l_result, \
83 BOOL ret = _ProcessWindowMessage(hwnd, msg, w_param, l_param, l_result, \
hwnd_message_handler.cc 1875 LRESULT l_result = 0; local
    [all...]
  /external/chromium_org/ui/views/controls/menu/
native_menu_win.cc 326 LRESULT* l_result) {
330 *l_result = 0;
334 *l_result = 0;
338 *l_result = 0;
342 *l_result = 0;
356 LRESULT l_result = 0; local
358 &l_result)) {
361 return l_result;
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
jp2.c 1389 OPJ_BOOL l_result = OPJ_TRUE; local
1483 OPJ_BOOL l_result; local
1944 OPJ_BOOL l_result = OPJ_TRUE; local
    [all...]
j2k.c     [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.h 194 LRESULT* l_result) OVERRIDE;
desktop_window_tree_host_win.cc 867 LRESULT* l_result) {
868 return tooltip_ && tooltip_->HandleNotify(w_param, l_param, l_result);
    [all...]

Completed in 368 milliseconds