HomeSort by relevance Sort by last modified time
    Searched defs:actions_ (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/base/posix/
file_descriptor_shuffle_unittest.cc 49 actions_.push_back(Action(Action::DUPLICATE, *result, fd));
54 actions_.push_back(Action(Action::MOVE, src, dest));
59 actions_.push_back(Action(Action::CLOSE, fd));
62 const std::vector<Action>& actions() const { return actions_; }
66 std::vector<Action> actions_; member in class:base::InjectionTracer
  /external/chromium_org/chrome/browser/notifications/
message_center_stats_collector.h 62 bool actions_[NOTIFICATION_ACTION_COUNT]; member in class:MessageCenterStatsCollector::NotificationStats
  /external/chromium_org/chrome/browser/chromeos/power/
renderer_freezer_unittest.cc 30 std::string actions = actions_;
31 actions_.clear();
36 // Appends |new_action| to |actions_|, using a comma as a separator if
39 if (!actions_.empty())
40 actions_ += ",";
41 actions_ += new_action;
46 std::string actions_; member in class:chromeos::__anon8074::ActionRecorder
  /external/chromium_org/extensions/browser/api/declarative/
declarative_rule.h 182 const Actions& actions() const { return actions_; }
185 const Actions actions_; member in class:extensions::DeclarativeActionSet
243 const ActionSet& actions() const { return *actions_; }
262 scoped_ptr<ActionSet> actions_; member in class:extensions::DeclarativeRule
362 : actions_(actions) {}
395 for (typename Actions::const_iterator i = actions_.begin();
396 i != actions_.end(); ++i)
405 for (typename Actions::const_iterator i = actions_.begin();
406 i != actions_.end(); ++i)
415 for (typename Actions::const_iterator i = actions_.begin()
    [all...]
  /external/chromium_org/ui/app_list/
search_result.h 102 return actions_;
152 Actions actions_; member in class:app_list::SearchResult
  /external/chromium_org/cc/scheduler/
scheduler_unittest.cc 58 actions_.clear();
80 int num_actions_() const { return static_cast<int>(actions_.size()); }
81 const char* Action(int i) const { return actions_[i]; }
104 for (size_t i = 0; i < actions_.size(); i++)
105 if (!strcmp(actions_[i], action))
132 actions_.push_back("SetNeedsBeginFrame");
137 actions_.push_back("WillBeginImplFrame");
141 actions_.push_back("ScheduledActionSendBeginMainFrame");
145 actions_.push_back("ScheduledActionAnimate");
149 actions_.push_back("ScheduledActionDrawAndSwapIfPossible")
233 std::vector<const char*> actions_; member in class:cc::__anon7418::FakeSchedulerClient
    [all...]
  /external/chromium_org/ui/display/chromeos/
display_configurator_unittest.cc 116 if (!actions_.empty())
117 actions_ += ",";
118 actions_ += action;
125 std::string actions = actions_;
126 actions_.clear();
131 std::string actions_; member in class:ui::__anon21330::ActionLogger
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc 185 // use this, instead of the XdndActionList which is backed by |actions_|.
189 std::vector<Atom> actions_; member in class:views::DesktopDragDropClientAuraX11::X11DragContext
321 actions_.clear();
323 actions_.swap(atom_array);
329 actions_ = source_client_->GetOfferedDragOperations();
335 for (std::vector<Atom>::const_iterator it = actions_.begin();
336 it != actions_.end(); ++it) {
    [all...]
  /external/chromium_org/v8/src/
jsregexp.h 1504 DeferredAction* actions_; member in class:v8::internal::Trace
    [all...]

Completed in 263 milliseconds