/external/chromium_org/chrome/browser/chromeos/file_manager/ |
file_tasks.h | 152 action_id(in_action_id) { 159 std::string action_id; member in struct:file_manager::file_tasks::TaskDescriptor 203 // |action_id|. 206 // |action_id| is a free-form string ID for the action. 209 const std::string& action_id);
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
suggestions_page_handler.cc | 50 int action_id = NTP_FOLLOW_ACTION_OTHER; local 54 action_id = 58 UMA_HISTOGRAM_ENUMERATION("NewTabPage.SuggestedSitesAction", action_id, 161 double action_id; local 162 if (!args->GetDouble(0, &action_id)) 166 static_cast<int>(action_id),
|
most_visited_handler.cc | 65 int action_id = NTP_FOLLOW_ACTION_OTHER; local 69 action_id = 73 UMA_HISTOGRAM_ENUMERATION("NewTabPage.MostVisitedAction", action_id, 209 double action_id; local 210 if (!args->GetDouble(0, &action_id)) 214 static_cast<int>(action_id),
|
/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...] |
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/ |
mm_qcamera_main_menu.c | 1428 camera_action_t action_id; local [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...] |
/external/chromium_org/chrome/browser/tab_contents/ |
render_view_context_menu.cc | 284 int action_id = IDC_CONTENT_CONTEXT_CUSTOM_FIRST + items[i].action; local 285 if (action_id == id) 299 int action_id = IDC_CONTENT_CONTEXT_CUSTOM_FIRST + items[i].action; local 300 if (action_id == id) [all...] |