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

  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_tasks.h 153 action_id(in_action_id) {
160 std::string action_id; member in struct:file_manager::file_tasks::TaskDescriptor
204 // |action_id|.
207 // |action_id| is a free-form string ID for the action.
210 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,
162 double action_id; local
163 if (!args->GetDouble(0, &action_id))
167 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,
205 double action_id; local
206 if (!args->GetDouble(0, &action_id))
210 static_cast<int>(action_id),
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_actions.h 92 int64 action_id = -1);
154 int64 action_id() const { return action_id_; } function in class:extensions::Action
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 1428 camera_action_t action_id; local
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 1438 camera_action_t action_id; local
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 1665 camera_action_t action_id; local
    [all...]
  /external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu.cc 294 int action_id = IDC_CONTENT_CONTEXT_CUSTOM_FIRST + items[i].action; local
295 if (action_id == id)
309 int action_id = IDC_CONTENT_CONTEXT_CUSTOM_FIRST + items[i].action; local
310 if (action_id == id)
    [all...]

Completed in 375 milliseconds