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;
97
Action::
ActionVector
queued_actions_;
106
scoped_ptr<Action::
ActionVector
> DoReadFilteredData(
counting_policy.h
38
<void(scoped_ptr<Action::
ActionVector
>)>& callback) OVERRIDE;
89
scoped_ptr<Action::
ActionVector
> DoReadFilteredData(
fullstream_ui_policy_unittest.cc
73
const base::Callback<void(scoped_ptr<Action::
ActionVector
>)>& checker) {
88
const base::Callback<void(scoped_ptr<Action::
ActionVector
>)>& checker) {
118
const base::Callback<void(scoped_ptr<Action::
ActionVector
>)>& checker,
120
scoped_ptr<Action::
ActionVector
> results) {
155
static void Arguments_Present(scoped_ptr<Action::
ActionVector
> i) {
168
scoped_ptr<Action::
ActionVector
> actions) {
189
scoped_ptr<Action::
ActionVector
> actions) {
209
static void AllURLsRemoved(scoped_ptr<Action::
ActionVector
> actions) {
229
static void SomeURLsRemoved(scoped_ptr<Action::
ActionVector
> actions) {
299
const base::Callback<void(scoped_ptr<Action::
ActionVector
>)>& checker)
[
all
...]
counting_policy_unittest.cc
82
const base::Callback<void(scoped_ptr<Action::
ActionVector
>)>& checker) {
97
const base::Callback<void(scoped_ptr<Action::
ActionVector
>)>& checker) {
152
const base::Callback<void(scoped_ptr<Action::
ActionVector
>)>& checker,
154
scoped_ptr<Action::
ActionVector
> results) {
184
static void Arguments_Stripped(scoped_ptr<Action::
ActionVector
> i) {
198
scoped_ptr<Action::
ActionVector
> actions) {
212
scoped_ptr<Action::
ActionVector
> actions) {
244
scoped_ptr<Action::
ActionVector
> actions) {
268
scoped_ptr<Action::
ActionVector
> actions) {
288
scoped_ptr<Action::
ActionVector
> actions)
[
all
...]
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
());
398
<void(scoped_ptr<Action::
ActionVector
>)>& callback) {
activity_actions.h
86
typedef std::vector<scoped_refptr<Action> >
ActionVector
;
activity_log_policy.h
178
<void(scoped_ptr<Action::
ActionVector
>)>& callback) = 0;
counting_policy.cc
419
scoped_ptr<Action::
ActionVector
> CountingPolicy::DoReadFilteredData(
429
scoped_ptr<Action::
ActionVector
> actions(new Action::
ActionVector
());
723
<void(scoped_ptr<Action::
ActionVector
>)>& callback) {
Completed in 187 milliseconds