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

  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_tasks_unittest.cc 26 EXPECT_EQ("action-id", task.action_id);
35 EXPECT_EQ("action-id", task.action_id);
45 EXPECT_EQ("action-id", task.action_id);
file_tasks.h 144 action_id(in_action_id) {
151 std::string action_id; member in struct:file_manager::file_tasks::TaskDescriptor
170 // |action_id|. The |task_type| must be one of kFileBrowserHandlerTaskType,
175 const std::string& action_id);
file_tasks.cc 137 const std::string& action_id) {
144 action_id.c_str());
170 task->action_id = result[1];
183 task->action_id = result[2];
201 DCHECK_EQ("open-with", task.action_id);
222 task.action_id,
228 profile, extension, task.action_id, file_urls[i].path());
file_browser_handlers.h 77 const std::string& action_id,
file_manager_util.cc 285 const std::string& action_id) {
286 DCHECK(action_id == "auto-open" ||
287 action_id == "open" ||
288 action_id == "select");
299 action_id);
384 // Returns true if |action_id| indicates that the file currently being
387 bool ShouldBeOpenedWithBrowser(const std::string& action_id) {
388 return (action_id == "view-pdf" ||
389 action_id == "view-swf" ||
390 action_id == "view-in-browser" |
405 std::string action_id = handler.id(); local
    [all...]
file_browser_handlers.cc 59 // Finds a file browser handler that matches |action_id|. Returns NULL if not
63 const std::string& action_id) {
70 if (handler_iter->get()->id() == action_id)
125 // Finds a file browser handler that matches |extension_id| and |action_id|
132 const std::string& action_id) {
138 (*iter)->id() == action_id)) {
161 const std::string& action_id);
283 const std::string& action_id)
287 action_id_(action_id),
469 const std::string& 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,
161 double action_id; local
162 if (!args->GetDouble(0, &action_id))
166 static_cast<int>(action_id),
most_visited_handler.cc 64 int action_id = NTP_FOLLOW_ACTION_OTHER; local
68 action_id =
72 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),
  /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/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...]
  /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 283 int action_id = IDC_CONTENT_CONTEXT_CUSTOM_FIRST + items[i].action; local
284 if (action_id == id)
298 int action_id = IDC_CONTENT_CONTEXT_CUSTOM_FIRST + items[i].action; local
299 if (action_id == id)
    [all...]
  /external/bluetooth/bluedroid/stack/include/
obx_api.h     [all...]

Completed in 202 milliseconds