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 60 int action_id = NTP_FOLLOW_ACTION_OTHER; local
64 action_id =
68 UMA_HISTOGRAM_ENUMERATION("NewTabPage.MostVisitedAction", action_id,
197 double action_id; local
198 if (!args->GetDouble(0, &action_id))
202 static_cast<int>(action_id),
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_actions.h 95 int64 action_id = -1);
157 int64 action_id() const { return action_id_; } function in class:extensions::Action
  /external/chromium_org/components/renderer_context_menu/
render_view_context_menu_base.cc 39 int action_id = RenderViewContextMenuBase::ConvertToContentCustomCommandId( local
41 if (action_id == id)
55 int action_id = RenderViewContextMenuBase::ConvertToContentCustomCommandId( local
57 if (action_id == id)
  /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...]

Completed in 463 milliseconds