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

  /device/ti/panda/audio/test/
music-monkey.py 68 action_id = random.randint(1, 10)
70 if action_id == 1:
72 elif action_id == 2:
74 elif action_id == 3:
76 elif action_id == 4:
78 elif action_id == 5:
81 elif action_id == 6:
84 elif action_id == 7:
  /external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.cc 87 std::string* action_id) {
93 *action_id = result[1];
98 const char* action_id) {
99 return base::StringPrintf("%s|%s", extension_id, action_id);
581 std::string action_id; local
583 &action_id)) {
711 std::string action_id; local
713 &action_id)) {
733 event_args->Append(Value::CreateStringValue(action_id));
    [all...]
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 76 int action_id = IDC_CONTENT_CONTEXT_CUSTOM_FIRST + items[i].action; local
77 if (action_id == id)
91 int action_id = IDC_CONTENT_CONTEXT_CUSTOM_FIRST + items[i].action; local
92 if (action_id == id)
    [all...]

Completed in 190 milliseconds