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

  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_browser_handlers.cc 64 // Finds a file browser handler that matches |action_id|. Returns NULL if not
68 const std::string& action_id) {
75 if (handler_iter->get()->id() == action_id)
130 // Finds a file browser handler that matches |extension_id| and |action_id|
137 const std::string& action_id) {
143 (*iter)->id() == action_id)) {
165 const std::string& action_id);
278 const std::string& action_id)
281 action_id_(action_id),
433 // Returns true if |extension_id| and |action_id| indicate that the fil
    [all...]
open_util.cc 116 const std::string& action_id) {
117 DCHECK(action_id == "auto-open" ||
118 action_id == "open" ||
119 action_id == "select");
130 action_id);
file_tasks.cc 211 const std::string& action_id) {
215 action_id.c_str());
225 task_descriptor.action_id);
247 task->action_id = result[1];
261 task->action_id = result[2];
278 DCHECK_EQ(kDriveAppActionID, task.action_id);
298 task.action_id,
304 profile, extension, task.action_id, file_urls[i].path());
file_browser_handlers.h 59 const std::string& action_id,
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);
file_tasks_unittest.cc 120 EXPECT_EQ("action-id", task.action_id);
128 EXPECT_EQ("action-id", task.action_id);
136 EXPECT_EQ("action-id", task.action_id);
146 EXPECT_EQ("action-id", task.action_id);
156 EXPECT_EQ("action-id", task.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...]
  /external/bluetooth/bluedroid/stack/include/
obx_api.h     [all...]

Completed in 532 milliseconds