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

/external/chromium_org/chrome/browser/chromeos/file_manager/
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 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_browser_handlers.cc74 // 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
76 FindFileBrowserHandlerForActionId( const Extension* extension, const std::string& action_id) argument
256 FileBrowserHandlerExecutor( Profile* profile, const Extension* extension, const std::string& action_id) argument
434 ShouldBeOpenedWithBrowser(const std::string& extension_id, const std::string& action_id) argument
462 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.cc204 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);
202 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.cc60 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),
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.cc73 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();
69 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.h95 int64 action_id = -1);
157 int64 action_id() const { return action_id_; } function in class:extensions::Action
/external/chromium_org/components/renderer_context_menu/
H A Drender_view_context_menu_base.cc39 int action_id = RenderViewContextMenuBase::ConvertToContentCustomCommandId( local
41 if (action_id == id)
55 int action_id = RenderViewContextMenuBase::ConvertToContentCustomCommandId( local
57 if (action_id == id)

Completed in 5681 milliseconds