HomeSort by relevance Sort by last modified time
    Searched refs:custom_args (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_apitest.cc 238 base::ListValue custom_args; local
239 custom_args.AppendInteger(num_galleries() + 1);
241 ASSERT_TRUE(RunMediaGalleriesTestWithArg("no_access", custom_args))
258 base::ListValue custom_args; local
259 custom_args.AppendInteger(test_jpg_size());
261 ASSERT_TRUE(RunMediaGalleriesTestWithArg("read_access", custom_args))
275 base::ListValue custom_args; local
276 custom_args.AppendInteger(num_galleries() + 1);
277 ASSERT_TRUE(RunMediaGalleriesTestWithArg("delete_access", custom_args))
285 base::ListValue custom_args; local
306 base::ListValue custom_args; local
319 base::ListValue custom_args; local
    [all...]
  /external/chromium_org/v8/src/
stub-cache.cc 775 custom_args(isolate, callback->data(), recv, recv);
776 custom_args.Call(fun, v8::Utils::ToLocal(str), v8::Utils::ToLocal(value));
    [all...]
  /external/v8/src/
stub-cache.cc     [all...]

Completed in 60 milliseconds