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

  /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 193 milliseconds