OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActionVector
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/extensions/activity_log/
fullstream_ui_policy.h
39
<void(scoped_ptr<Action::
ActionVector
>)>& callback) OVERRIDE;
90
Action::
ActionVector
queued_actions_;
99
scoped_ptr<Action::
ActionVector
> DoReadFilteredData(
counting_policy.h
38
<void(scoped_ptr<Action::
ActionVector
>)>& callback) OVERRIDE;
83
scoped_ptr<Action::
ActionVector
> DoReadFilteredData(
fullstream_ui_policy.cc
82
Action::
ActionVector
::size_type i;
121
scoped_ptr<Action::
ActionVector
> FullStreamUIPolicy::DoReadFilteredData(
131
scoped_ptr<Action::
ActionVector
> actions(new Action::
ActionVector
());
362
<void(scoped_ptr<Action::
ActionVector
>)>& callback) {
counting_policy_unittest.cc
80
const base::Callback<void(scoped_ptr<Action::
ActionVector
>)>& checker) {
95
const base::Callback<void(scoped_ptr<Action::
ActionVector
>)>& checker) {
150
const base::Callback<void(scoped_ptr<Action::
ActionVector
>)>& checker,
152
scoped_ptr<Action::
ActionVector
> results) {
182
static void Arguments_Stripped(scoped_ptr<Action::
ActionVector
> i) {
190
scoped_ptr<Action::
ActionVector
> actions) {
202
scoped_ptr<Action::
ActionVector
> actions) {
212
scoped_ptr<Action::
ActionVector
> actions) {
225
scoped_ptr<Action::
ActionVector
> actions) {
236
static void AllURLsRemoved(scoped_ptr<Action::
ActionVector
> actions)
[
all
...]
activity_actions.h
42
typedef std::vector<scoped_refptr<Action> >
ActionVector
;
activity_log_policy.h
178
<void(scoped_ptr<Action::
ActionVector
>)>& callback) = 0;
fullstream_ui_policy_unittest.cc
71
const base::Callback<void(scoped_ptr<Action::
ActionVector
>)>& checker) {
86
const base::Callback<void(scoped_ptr<Action::
ActionVector
>)>& checker) {
116
const base::Callback<void(scoped_ptr<Action::
ActionVector
>)>& checker,
118
scoped_ptr<Action::
ActionVector
> results) {
153
static void Arguments_Present(scoped_ptr<Action::
ActionVector
> i) {
161
scoped_ptr<Action::
ActionVector
> actions) {
171
scoped_ptr<Action::
ActionVector
> actions) {
179
static void AllURLsRemoved(scoped_ptr<Action::
ActionVector
> actions) {
187
static void SomeURLsRemoved(scoped_ptr<Action::
ActionVector
> actions) {
counting_policy.cc
415
scoped_ptr<Action::
ActionVector
> CountingPolicy::DoReadFilteredData(
425
scoped_ptr<Action::
ActionVector
> actions(new Action::
ActionVector
());
679
<void(scoped_ptr<Action::
ActionVector
>)>& callback) {
Completed in 186 milliseconds