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

1 2 3 4 5 6 7

  /external/lzma/CPP/Windows/Control/
ProgressBar.h 14 LRESULT SetPos(int pos) { return SendMessage(PBM_SETPOS, pos, 0); }
15 LRESULT DeltaPos(int increment) { return SendMessage(PBM_DELTAPOS, increment, 0); }
16 UINT GetPos() { return (UINT)SendMessage(PBM_GETPOS, 0, 0); }
17 LRESULT SetRange(unsigned short minValue, unsigned short maxValue) { return SendMessage(PBM_SETRANGE, 0, MAKELPARAM(minValue, maxValue)); }
18 DWORD SetRange32(int minValue, int maxValue) { return (DWORD)SendMessage(PBM_SETRANGE32, minValue, maxValue); }
19 int SetStep(int step) { return (int)SendMessage(PBM_SETSTEP, step, 0); }
20 LRESULT StepIt() { return SendMessage(PBM_STEPIT, 0, 0); }
21 INT GetRange(bool minValue, PPBRANGE range) { return (INT)SendMessage(PBM_GETRANGE, BoolToBOOL(minValue), (LPARAM)range); }
24 COLORREF SetBarColor(COLORREF color) { return (COLORREF)SendMessage(PBM_SETBARCOLOR, 0, color); }
25 COLORREF SetBackgroundColor(COLORREF color) { return (COLORREF)SendMessage(PBM_SETBKCOLOR, 0, color); }
    [all...]
ComboBox.h 16 void ResetContent() { SendMessage(CB_RESETCONTENT, 0, 0); }
17 LRESULT AddString(LPCTSTR s) { return SendMessage(CB_ADDSTRING, 0, (LPARAM)s); }
21 LRESULT SetCurSel(int index) { return SendMessage(CB_SETCURSEL, index, 0); }
22 int GetCurSel() { return (int)SendMessage(CB_GETCURSEL, 0, 0); }
23 int GetCount() { return (int)SendMessage(CB_GETCOUNT, 0, 0); }
25 LRESULT GetLBTextLen(int index) { return SendMessage(CB_GETLBTEXTLEN, index, 0); }
26 LRESULT GetLBText(int index, LPTSTR s) { return SendMessage(CB_GETLBTEXT, index, (LPARAM)s); }
32 LRESULT SetItemData(int index, LPARAM lParam) { return SendMessage(CB_SETITEMDATA, index, lParam); }
33 LRESULT GetItemData(int index) { return SendMessage(CB_GETITEMDATA, index, 0); }
37 void ShowDropDown(bool show = true) { SendMessage(CB_SHOWDROPDOWN, show ? TRUE : FALSE, 0); }
    [all...]
ReBar.h 15 { return LRESULTToBool(SendMessage(RB_SETBARINFO, 0, (LPARAM)barInfo)); }
17 { return LRESULTToBool(SendMessage(RB_INSERTBAND, index, (LPARAM)bandInfo)); }
19 { return LRESULTToBool(SendMessage(RB_SETBANDINFO, index, (LPARAM)bandInfo)); }
21 { SendMessage(RB_MAXIMIZEBAND, index, BoolToBOOL(ideal)); }
23 { return LRESULTToBool(SendMessage(RB_SIZETORECT, 0, (LPARAM)rect)); }
25 { return (UINT)SendMessage(RB_GETBARHEIGHT); }
27 { return (UINT)SendMessage(RB_GETBANDCOUNT); }
29 { return LRESULTToBool(SendMessage(RB_DELETEBAND, index)); }
Trackbar.h 16 { SendMessage(TBM_SETRANGE, BoolToBOOL(redraw), MAKELONG(minimum, maximum)); }
18 { SendMessage(TBM_SETPOS, BoolToBOOL(redraw), pos); }
20 { SendMessage(TBM_SETTICFREQ, freq); }
23 { return (int)SendMessage(TBM_GETPOS); }
Edit.h 14 void SetPasswordChar(WPARAM c) { SendMessage(EM_SETPASSWORDCHAR, c); }
Static.h 14 HANDLE SetImage(WPARAM imageType, HANDLE handle) { return (HANDLE)SendMessage(STM_SETIMAGE, imageType, (LPARAM)handle); }
15 HANDLE GetImage(WPARAM imageType) { return (HANDLE)SendMessage(STM_GETIMAGE, imageType, 0); }
21 HICON SetIcon(HICON icon) { return (HICON)SendMessage(STM_SETICON, (WPARAM)icon, 0); }
22 HICON GetIcon() { return (HICON)SendMessage(STM_GETICON, 0, 0); }
ToolBar.h 14 void AutoSize() { SendMessage(TB_AUTOSIZE, 0, 0); }
15 DWORD GetButtonSize() { return (DWORD)SendMessage(TB_GETBUTTONSIZE, 0, 0); }
28 return LRESULTToBool(SendMessage(TB_GETMAXSIZE, 0, (LPARAM)size));
32 bool EnableButton(UINT buttonID, bool enable) { return LRESULTToBool(SendMessage(TB_ENABLEBUTTON, buttonID, MAKELONG(BoolToBOOL(enable), 0))); }
33 void ButtonStructSize() { SendMessage(TB_BUTTONSTRUCTSIZE, sizeof(TBBUTTON)); }
34 HIMAGELIST SetImageList(UINT listIndex, HIMAGELIST imageList) { return HIMAGELIST(SendMessage(TB_SETIMAGELIST, listIndex, (LPARAM)imageList)); }
35 bool AddButton(UINT numButtons, LPTBBUTTON buttons) { return LRESULTToBool(SendMessage(TB_ADDBUTTONS, numButtons, (LPARAM)buttons)); }
37 bool AddButtonW(UINT numButtons, LPTBBUTTON buttons) { return LRESULTToBool(SendMessage(TB_ADDBUTTONSW, numButtons, (LPARAM)buttons)); }
StatusBar.h 19 { return LRESULTToBool(SendMessage(SB_SETTEXT, index | type, (LPARAM)text)); }
29 { return LRESULTToBool(SendMessage(SB_SETTEXTW, index | type, (LPARAM)text)); }
35 { return LRESULTToBool(SendMessage(SB_SETPARTS, numParts, (LPARAM)edgePostions)); }
37 { SendMessage(SB_SIMPLE, BoolToBOOL(simple), 0); }
CommandBar.h 24 // bool AddButtons(UINT numButtons, LPTBBUTTON buttons) { return BOOLToBool(SendMessage(TB_ADDBUTTONS, (WPARAM)numButtons, (LPARAM)buttons)); }
25 bool InsertButton(int iButton, LPTBBUTTON button) { return BOOLToBool(SendMessage(TB_INSERTBUTTON, (WPARAM)iButton, (LPARAM)button)); }
26 BOOL AddToolTips(UINT numToolTips, LPTSTR toolTips) { return BOOLToBool(SendMessage(TB_SETTOOLTIPS, (WPARAM)numToolTips, (LPARAM)toolTips)); }
27 void AutoSize() { SendMessage(TB_AUTOSIZE, 0, 0); }
  /external/libmojo/mojo/public/cpp/bindings/
interface_endpoint_controller.h 18 virtual bool SendMessage(Message* message) = 0;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dispdib.h 48 return (UINT)SendMessage(hwnd,WM_COPYDATA,(WPARAM)(HWND)NULL,(LPARAM)(LPVOID)&cds);
66 #define DisplayDibWindowBeginEx(hwnd,f) ::SendMessage(hwnd,DDM_BEGIN,(WPARAM)(UINT)(f),0)
67 #define DisplayDibWindowEndEx(hwnd) ::SendMessage(hwnd,DDM_END,0,0)
68 #define DisplayDibWindowClose(hwnd) ::SendMessage(hwnd,DDM_CLOSE,0,0)
72 #define DisplayDibWindowBeginEx(hwnd) SendMessage(hwnd,DDM_BEGIN,0,0)
73 #define DisplayDibWindowEndEx(hwnd) SendMessage(hwnd,DDM_END,0,0)
74 #define DisplayDibWindowClose(hwnd) SendMessage(hwnd,DDM_CLOSE,0,0)
zmouse.h 41 *pf3DSupport = (*puiMsh_Msg3DSupport ? (WINBOOL) SendMessage (hw, *puiMsh_Msg3DSupport, 0, 0) : FALSE);
42 *piScrollLines = (*puiMsh_MsgScrollLines ? (int)SendMessage (hw, *puiMsh_MsgScrollLines, 0, 0) : 3);
windowsx.h16 68 #define SetWindowRedraw(hwnd,fRedraw) ((void)SendMessage(hwnd,WM_SETREDRAW,(WPARAM)(WINBOOL)(fRedraw),0L))
76 #define SetWindowFont(hwnd,hfont,fRedraw) FORWARD_WM_SETFONT((hwnd),(hfont),(fRedraw),SendMessage)
78 #define GetWindowFont(hwnd) FORWARD_WM_GETFONT((hwnd),SendMessage)
    [all...]
  /external/google-breakpad/src/client/mac/tests/
minidump_generator_test_helper.cc 56 if (child_sender.SendMessage(child_message, kTimeoutMs) != KERN_SUCCESS) {
  /external/libmojo/mojo/edk/system/
data_pipe_control_message.cc 27 int rv = node_controller->SendMessage(port, std::move(message));
  /external/google-breakpad/src/client/mac/crash_generation/
crash_generation_client.cc 59 kern_return_t result = sender_.SendMessage(message, kSendTimeoutMs);
crash_generation_server.cc 83 kern_return_t result = sender.SendMessage(quit_message, kSendTimeoutMs);
149 sender.SendMessage(ack_message, kSendTimeoutMs);
  /system/extras/simpleperf/
UnixSocket_test.cpp 93 return client->SendMessage(reply_msg, true);
127 return conn->SendMessage(new_msg, true);
135 ASSERT_TRUE(conn->SendMessage(msg, true));
163 if (!client->SendMessage(msg, false)) {
194 if (!conn->SendMessage(new_msg, true)) {
  /external/chromium-trace/catapult/telemetry/third_party/tsproxy/
tsproxy.py 72 def SendMessage(self, message, main_thread = True):
177 self.result_pipe.SendMessage(message, False)
213 def SendMessage(self, type, message):
216 in_pipe.SendMessage(message)
236 self.SendMessage('connected', {'success': False, 'address': self.addr})
247 self.SendMessage('closed', {})
256 self.SendMessage('connected', {'success': True, 'address': self.addr})
286 self.SendMessage('data', {'data': data})
308 self.SendMessage('resolved', {'addresses': dest_addresses})
394 def SendMessage(self, type, message)
    [all...]
  /external/webrtc/webrtc/base/
win32window_unittest.cc 47 EXPECT_EQ(kDummyResult, ::SendMessage(wnd.handle(), WM_USER, 1, 2));
  /frameworks/native/libs/vr/libpdx_uds/
ipc_helper_tests.cpp 36 MOCK_METHOD3(SendMessage,
53 ON_CALL(sender_, SendMessage(_, _, _))
98 ON_CALL(sender_, SendMessage(_, _, _))
227 EXPECT_CALL(sender_, SendMessage(kSocketFd, &msg_, MSG_NOSIGNAL))
235 EXPECT_CALL(sender_, SendMessage(kSocketFd, &msg_, _)).WillOnce(Return(70));
250 EXPECT_CALL(sender_, SendMessage(kSocketFd, &msg_, _)).WillOnce(Return(310));
259 EXPECT_CALL(sender_, SendMessage(kSocketFd, &msg_, _))
275 EXPECT_CALL(sender_, SendMessage(kSocketFd, &msg_, _))
284 EXPECT_CALL(sender_, SendMessage(kSocketFd, &msg_, _)).WillOnce(Return(20));
  /external/libmojo/mojo/edk/system/ports/
node.h 24 #undef SendMessage // Gah, windows
116 int SendMessage(const PortRef& port_ref, ScopedMessage message);
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
WinNtThunk.c 69 SendMessage,
  /external/lzma/CPP/Windows/
Window.h 173 void SetRedraw(bool redraw = true) { SendMessage(WM_SETREDRAW, BoolToBOOL(redraw), 0); }
225 LRESULT SendMessage(UINT message, WPARAM wParam = 0, LPARAM lParam = 0)
226 { return ::SendMessage(_window, message, wParam, lParam) ;}
273 HICON SetIcon(WPARAM sizeType, HICON icon) { return (HICON)SendMessage(WM_SETICON, sizeType, (LPARAM)icon); }
  /external/webrtc/webrtc/examples/peerconnection/client/
conductor.h 114 void SendMessage(const std::string& json_object);

Completed in 446 milliseconds

1 2 3 4 5 6 7