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

  /external/chromium_org/ui/base/dragdrop/
drop_target_win.h 35 DWORD key_state,
38 HRESULT __stdcall DragOver(DWORD key_state,
43 DWORD key_state,
61 DWORD key_state,
70 DWORD key_state,
81 DWORD key_state,
drop_target_win.cc 40 DWORD key_state,
52 *effect = OnDragEnter(current_data_object_, key_state, screen_pt, *effect);
56 HRESULT DropTargetWin::DragOver(DWORD key_state,
65 *effect = OnDragOver(current_data_object_, key_state, screen_pt, *effect);
82 DWORD key_state,
93 *effect = OnDrop(current_data_object_, key_state, screen_pt, *effect);
124 DWORD key_state,
131 DWORD key_state,
141 DWORD key_state,
drag_source_win.cc 12 HRESULT DragSourceWin::QueryContinueDrag(BOOL escape_pressed, DWORD key_state) {
21 if (!(key_state & MK_LBUTTON)) {
drag_source_win.h 35 HRESULT __stdcall QueryContinueDrag(BOOL escape_pressed, DWORD key_state);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drop_target_win.h 37 DWORD key_state,
41 DWORD key_state,
46 DWORD key_state,
56 DWORD key_state,
desktop_drop_target_win.cc 36 DWORD key_state,
43 Translate(data_object, key_state, position, effect, &data, &event, &delegate);
49 DWORD key_state,
56 Translate(data_object, key_state, position, effect, &data, &event, &delegate);
67 DWORD key_state,
74 Translate(data_object, key_state, position, effect, &data, &event, &delegate);
91 DWORD key_state,
  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_builders_win.cc 334 UINT key_state; local
342 key_state = 0;
344 key_state |= MK_SHIFT;
346 key_state |= MK_CONTROL;
380 key_state = GET_KEYSTATE_WPARAM(wparam);
391 if (key_state & MK_SHIFT)
395 if (key_state & MK_SHIFT)
397 if (key_state & MK_CONTROL)
401 if (key_state & MK_LBUTTON)
403 if (key_state & MK_MBUTTON
    [all...]
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.h 63 STDMETHOD(SetKeyState)(DWORD key_state);
command_execute_impl.cc 186 STDMETHODIMP CommandExecuteImpl::SetKeyState(DWORD key_state) {
  /external/bluetooth/bluedroid/btif/src/
btif_rc.c 510 * tBTA_AV_STATE key_state status of key press
528 if (p_remote_cmd->key_state == AVRC_STATE_PRESS)
543 if (p_remote_cmd->key_state == AVRC_STATE_RELEASE) {
620 int key_state; local
621 if (p_remote_rsp->key_state == AVRC_STATE_RELEASE)
624 key_state = 1;
629 key_state = 0;
635 HAL_CBACK(bt_rc_ctrl_callbacks, passthrough_rsp_cb, p_remote_rsp->rc_id, key_state);
787 BTIF_TRACE_DEBUG("rc_id:0x%x key_state:%d", p_data->remote_cmd.rc_id,
788 p_data->remote_cmd.key_state);
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_av_api.h 372 tBTA_AV_STATE key_state; member in struct:__anon5365
384 tBTA_AV_STATE key_state; member in struct:__anon5366
701 tBTA_AV_STATE key_state);
  /external/bluetooth/bluedroid/bta/av/
bta_av_api.c 406 void BTA_AvRemoteCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_RC rc_id, tBTA_AV_STATE key_state)
415 p_buf->msg.state = key_state;
bta_av_act.c 914 av.remote_cmd.key_state = p_data->rc_msg.msg.pass.state;
927 av.remote_rsp.key_state = p_data->rc_msg.msg.pass.state;
    [all...]

Completed in 307 milliseconds