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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
svga_dump.h 32 svga_dump_command(uint32_t cmd_id, const void *data, uint32_t size);
svga_dump.c 1797 const uint32_t cmd_id = *(const uint32_t *)next; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.h 32 svga_dump_command(uint32_t cmd_id, const void *data, uint32_t size);
svga_dump.c 1797 const uint32_t cmd_id = *(const uint32_t *)next; local
    [all...]
  /hardware/qcom/keymaster/
keymaster_qcom.h 79 * cmd_id : Command issue to secure app
84 keymaster_cmd_t cmd_id; member in struct:keymaster_gen_keypair_cmd
94 * cmd_id : Command issue to secure app
100 keymaster_cmd_t cmd_id; member in struct:keymaster_gen_keypair_resp
114 * cmd_id : Command issue to secure app
119 keymaster_cmd_t cmd_id; member in struct:keymaster_import_keypair_cmd
129 * cmd_id : Command issue to secure app
135 keymaster_cmd_t cmd_id; member in struct:keymaster_import_keypair_resp
147 * cmd_id : Command issue to secure app
154 keymaster_cmd_t cmd_id; member in struct:keymaster_sign_data_cmd
171 keymaster_cmd_t cmd_id; member in struct:keymaster_sign_data_resp
193 keymaster_cmd_t cmd_id; member in struct:keymaster_verify_data_cmd
209 keymaster_cmd_t cmd_id; member in struct:keymaster_verify_data_resp
    [all...]
keymaster_qcom.cpp 346 send_cmd->cmd_id = KEYMASTER_GENERATE_KEYPAIR;
426 send_cmd->cmd_id = KEYMASTER_IMPORT_KEYPAIR;
523 send_cmd->cmd_id = KEYMASTER_SIGN_DATA ;
623 send_cmd->cmd_id = KEYMASTER_VERIFY_DATA ;
  /external/chromium/chrome/browser/ui/views/frame/
browser_frame_gtk.h 46 virtual bool GetAccelerator(int cmd_id, ui::Accelerator* accelerator);
browser_frame_gtk.cc 108 bool BrowserFrameGtk::GetAccelerator(int cmd_id,
110 return browser_view_->GetAccelerator(cmd_id, accelerator);
browser_frame_win.h 47 virtual bool GetAccelerator(int cmd_id,
browser_frame_win.cc 103 bool BrowserFrameWin::GetAccelerator(int cmd_id,
105 return browser_view_->GetAccelerator(cmd_id, accelerator);
browser_view.h 160 // Returns true if an accelerator was found for the specified |cmd_id|, false
162 bool GetAccelerator(int cmd_id, ui::Accelerator* accelerator);
browser_view.cc 462 bool BrowserView::GetAccelerator(int cmd_id, ui::Accelerator* accelerator) {
465 switch (cmd_id) {
480 if (it->second == cmd_id) {
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
font_settings_handler.cc 127 int cmd_id = it->encoding_id; local
129 CharacterEncoding::GetCanonicalEncodingNameByCommandId(cmd_id);
  /external/chromium_org/chrome/browser/ui/webui/options/
font_settings_handler.cc 220 int cmd_id = it->encoding_id; local
222 CharacterEncoding::GetCanonicalEncodingNameByCommandId(cmd_id);
  /external/chromium_org/chrome_frame/test/
mock_ie_event_sink_actions.h 111 ACTION_P8(DelayExecCommand, mock, loop, delay, cmd_group_guid, cmd_id,
115 base::Bind(&IEEventSink::Exec, mock->event_sink(), cmd_group_guid, cmd_id,
  /external/chromium/chrome/browser/tabs/
tab_strip_model.h 466 static bool ContextMenuCommandToBrowserCommand(int cmd_id, int* browser_cmd);
tab_strip_model.cc     [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.h 444 static bool ContextMenuCommandToBrowserCommand(int cmd_id, int* browser_cmd);
tab_strip_model.cc     [all...]
  /external/chromium_org/chrome/installer/util/
installation_validator.cc 363 const string16& cmd_id = cmd_iterators.first->first; local
365 expectation = the_expectations.find(cmd_id);
374 << cmd_id << "\".";
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 631 bool BrowserView::GetAccelerator(int cmd_id, ui::Accelerator* accelerator) {
634 if (chrome::GetStandardAcceleratorForCommandId(cmd_id, accelerator))
639 if (it->second == cmd_id) {
646 cmd_id, browser_->host_desktop_type(), accelerator);
    [all...]
browser_view.h 211 // Returns true if an accelerator was found for the specified |cmd_id|, false
213 bool GetAccelerator(int cmd_id, ui::Accelerator* accelerator);
  /external/chromium_org/ui/views/widget/
widget.h 346 virtual bool GetAccelerator(int cmd_id, ui::Accelerator* accelerator);
    [all...]
widget.cc 425 bool Widget::GetAccelerator(int cmd_id, ui::Accelerator* accelerator) {
    [all...]

Completed in 362 milliseconds