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

  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_browser_handlers.cc 74 // Finds a file browser handler that matches |action_id|. Returns NULL if not
78 const std::string& action_id) {
85 if (handler_iter->get()->id() == action_id)
158 const std::string& action_id);
259 const std::string& action_id)
262 action_id_(action_id),
431 // Returns true if |extension_id| and |action_id| indicate that the file
435 const std::string& action_id) {
437 (action_id == "view-pdf" ||
438 action_id == "view-swf" |
    [all...]
file_browser_handlers.h 49 const std::string& action_id,
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);
open_util.cc 78 const std::string& action_id) {
79 DCHECK(action_id == "auto-open" ||
80 action_id == "open" ||
81 action_id == "select");
86 action_id);
file_tasks.cc 204 const std::string& action_id) {
208 action_id.c_str());
214 task_descriptor.action_id);
235 task->action_id = result[1];
249 task->action_id = result[2];
261 DCHECK_EQ(kDriveAppActionID, task.action_id);
279 task.action_id,
287 profile, extension, task.action_id, paths);
file_tasks_unittest.cc 117 EXPECT_EQ("action-id", task.action_id);
125 EXPECT_EQ("action-id", task.action_id);
133 EXPECT_EQ("action-id", task.action_id);
143 EXPECT_EQ("action-id", task.action_id);
153 EXPECT_EQ("action-id", task.action_id);
    [all...]
  /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.cc 73 int64 action_id)
81 action_id_(action_id) {}
91 extension_id(), time(), action_type(), api_name(), action_id()));
252 if (action_id() != -1)
254 new std::string(base::StringPrintf("%" PRId64, action_id())));
318 std::string result = base::StringPrintf("ACTION ID=%" PRId64, action_id());
495 else if (lhs->action_id() != rhs->action_id())
496 return lhs->action_id() < rhs->action_id();
    [all...]
activity_actions.h 95 int64 action_id = -1);
157 int64 action_id() const { return action_id_; } function in class:extensions::Action
fullstream_ui_policy_unittest.cc 290 ASSERT_NE(-1, action.action_id());
362 ASSERT_EQ(3, actions->at(0)->action_id());
371 ASSERT_EQ(4, actions->at(1)->action_id());
380 ASSERT_EQ(1, actions->at(2)->action_id());
389 ASSERT_EQ(2, actions->at(3)->action_id());
403 ASSERT_EQ(3, actions->at(0)->action_id());
412 ASSERT_EQ(4, actions->at(1)->action_id());
426 ASSERT_EQ(1, actions->at(0)->action_id());
435 ASSERT_EQ(2, actions->at(1)->action_id());
    [all...]
counting_policy_unittest.cc 405 ASSERT_NE(-1, action.action_id());
478 ASSERT_EQ(2, actions->at(0)->action_id());
488 ASSERT_EQ(1, actions->at(1)->action_id());
503 ASSERT_EQ(2, actions->at(0)->action_id());
518 ASSERT_EQ(1, actions->at(0)->action_id());
    [all...]
  /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...]
  /external/bluetooth/bluedroid/stack/include/
obx_api.h     [all...]

Completed in 782 milliseconds