Searched defs:action_id (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dopen_util.cc78 const std::string& action_id) {
79 DCHECK(action_id == "auto-open" ||
80 action_id == "open" ||
81 action_id == "select");
86 action_id);
76 OpenFileManagerWithInternalActionId(Profile* profile, const GURL& url, const std::string& action_id) argument
H A Dfile_tasks.h153 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);
H A Dfile_browser_handlers.cc71 // Finds a file browser handler that matches |action_id|. Returns NULL if not
75 const std::string& action_id) {
82 if (handler_iter->get()->id() == action_id)
153 const std::string& action_id);
254 const std::string& action_id)
257 action_id_(action_id),
427 // Returns true if |extension_id| and |action_id| indicate that the file
431 const std::string& action_id) {
434 (action_id == "view-pdf" ||
435 action_id
73 FindFileBrowserHandlerForActionId( const Extension* extension, const std::string& action_id) argument
251 FileBrowserHandlerExecutor( Profile* profile, const Extension* extension, const std::string& action_id) argument
430 ShouldBeOpenedWithBrowser(const std::string& extension_id, const std::string& action_id) argument
460 ExecuteFileBrowserHandler( Profile* profile, const Extension* extension, const std::string& action_id, const std::vector<FileSystemURL>& file_urls, const file_tasks::FileTaskFinishedCallback& done) argument
[all...]
H A Dfile_tasks.cc124 it->task_descriptor().action_id == "gallery") {
207 const std::string& action_id) {
211 action_id.c_str());
221 task_descriptor.action_id);
242 task->action_id = result[1];
256 task->action_id = result[2];
268 DCHECK_EQ(kDriveAppActionID, task.action_id);
288 task.action_id,
297 profile, extension, task.action_id, paths);
205 MakeTaskID(const std::string& app_id, TaskType task_type, const std::string& action_id) argument
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dmost_visited_handler.cc65 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),
H A Dsuggestions_page_handler.cc50 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),
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_actions.cc78 int64 action_id)
86 action_id_(action_id) {}
96 extension_id(), time(), action_type(), api_name(), action_id()));
241 if (action_id() != -1)
243 new std::string(base::StringPrintf("%" PRId64, action_id())));
307 std::string result = base::StringPrintf("ACTION ID=%" PRId64, action_id());
497 else if (lhs->action_id() != rhs->action_id())
498 return lhs->action_id() < rhs->action_id();
74 Action(const std::string& extension_id, const base::Time& time, const ActionType action_type, const std::string& api_name, int64 action_id) argument
[all...]
H A Dactivity_actions.h92 int64 action_id = -1);
154 int64 action_id() const { return action_id_; } function in class:extensions::Action
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Drender_view_context_menu.cc294 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)

Completed in 1859 milliseconds