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

  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_policy_unittest.cc 24 action->mutable_args()->AppendString("woof");
71 action->mutable_args()->AppendString("woof");
78 action->mutable_args()->AppendString("woof");
85 action->mutable_args()->AppendString("woof");
fullstream_ui_policy_unittest.cc 265 action->mutable_args()->AppendString("woof");
270 action->mutable_args()->AppendString("vamoose");
276 action->mutable_args()->AppendString("vamoose");
306 action->mutable_args()->AppendString("woof");
313 action->mutable_args()->AppendString("vamoose");
321 action->mutable_args()->AppendString("too new");
329 action->mutable_args()->AppendString("too old");
counting_policy_unittest.cc 244 action->mutable_args()->AppendString("woof");
251 action->mutable_args()->AppendString("meow");
258 action->mutable_args()->AppendString("not");
259 action->mutable_args()->AppendString("stripped");
264 action->mutable_args()->AppendString("vamoose");
270 action->mutable_args()->AppendString("vamoose");
301 action->mutable_args()->AppendString("woof");
308 action->mutable_args()->AppendString("vamoose");
316 action->mutable_args()->AppendString("too new");
324 action->mutable_args()->AppendString("too old")
    [all...]
activity_actions.h 70 // mutable_args() returns a pointer to the list stored in the Action which
75 ListValue* mutable_args();
activity_log.cc 150 base::ListValue* args = action->mutable_args();
423 action->mutable_args()->AppendString(*it2);
activity_actions.cc 83 ListValue* Action::mutable_args() { function in class:extensions::Action
activity_database_unittest.cc 283 action->mutable_args()->AppendString("woof");
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.cpp 81 GLMessage_DataType *arg_floatarray = glmsg->mutable_args(argIndex);
98 GLMessage_DataType *arg_intarray = glmsg->mutable_args(argIndex);
119 GLMessage_DataType *arg_enumarray = glmsg->mutable_args(argIndex);
126 GLMessage_DataType *arg = glmsg->mutable_args(argIndex);
165 GLMessage_DataType *arg_data = glmsg->mutable_args(8);
226 GLMessage_DataType *arg_strpp = glmsg->mutable_args(2);
283 GLMessage_DataType *arg_params = glmsg->mutable_args(1);
294 GLMessage_DataType *arg_params = glmsg->mutable_args(1);
404 GLMessage_DataType *arg_datap = glmsg->mutable_args(dataIndex);
669 GLMessage_DataType *arg_indices = glmsg->mutable_args(3)
    [all...]
gltrace.pb.h 2070 inline ::android::gltrace::GLMessage_DataType* GLMessage::mutable_args(int index) { function in class:android::gltrace::GLMessage
2081 GLMessage::mutable_args() { function in class:android::gltrace::GLMessage
    [all...]

Completed in 95 milliseconds