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

  /external/chromium_org/content/child/fileapi/
webfilesystem_impl.cc 184 MakeTuple(base::UTF8ToUTF16(name), root),
198 MakeTuple(base::UTF8ToUTF16(info.name), info.root_url,
210 &WebFileSystemCallbacks::didSucceed, MakeTuple(),
216 MakeTuple(fileapi::FileErrorToWebFileError(error)),
229 MakeTuple(web_file_info),
246 MakeTuple(file_system_entries, has_more),
373 MakeTuple(GURL(storage_partition),
391 MakeTuple(GURL(filesystem_url),
409 MakeTuple(GURL(storage_partition),
426 MakeTuple(GURL(src_path), GURL(dest_path)
    [all...]
  /external/chromium_org/base/
observer_list_threadsafe.h 172 UnboundMethod<ObserverType, Method, Tuple0> method(m, MakeTuple());
178 UnboundMethod<ObserverType, Method, Tuple1<A> > method(m, MakeTuple(a));
185 m, MakeTuple(a, b));
192 m, MakeTuple(a, b, c));
199 m, MakeTuple(a, b, c, d));
tuple_unittest.cc 33 Tuple0 t0 ALLOW_UNUSED = MakeTuple();
35 Tuple2<int, const char*> t2 = MakeTuple(1, static_cast<const char*>("wee"));
64 DispatchToFunction(&DoAdd, MakeTuple(9, 8, 7, &res));
tuple.h 7 // it contains. The convenient MakeTuple() function takes 0 to 6 arguments,
18 // Tuple2<int, const char*> tuple_b = MakeTuple(1, "wee");
23 // &SomeFunc, MakeTuple(10, "foo")); // SomeFunc(10, "foo")
26 // DispatchToMethod(&foo, &Foo::SomeMeth, MakeTuple(1, 2, 3));
424 inline Tuple0 MakeTuple() {
429 inline Tuple1<A> MakeTuple(const A& a) {
434 inline Tuple2<A, B> MakeTuple(const A& a, const B& b) {
439 inline Tuple3<A, B, C> MakeTuple(const A& a, const B& b, const C& c) {
444 inline Tuple4<A, B, C, D> MakeTuple(const A& a, const B& b, const C& c,
450 inline Tuple5<A, B, C, D, E> MakeTuple(const A& a, const B& b, const C& c
    [all...]
  /external/chromium_org/testing/
gmock_mutant.h     [all...]
  /external/chromium_org/content/common/gpu/media/
video_decode_accelerator_unittest.cc     [all...]
video_encode_accelerator_unittest.cc     [all...]
android_video_encode_accelerator.cc 214 pending_frames_.push(MakeTuple(frame, force_keyframe, base::Time::Now()));
  /external/chromium_org/content/browser/service_worker/
service_worker_version.cc 416 MakeTuple(SERVICE_WORKER_ERROR_ACTIVATE_WORKER_FAILED));
419 MakeTuple(SERVICE_WORKER_ERROR_INSTALL_WORKER_FAILED));
422 MakeTuple(SERVICE_WORKER_ERROR_FAILED,
427 MakeTuple(SERVICE_WORKER_ERROR_FAILED));
430 MakeTuple(SERVICE_WORKER_ERROR_FAILED));
  /external/chromium_org/webkit/browser/fileapi/
obfuscated_file_util.cc 91 &FileUpdateObserver::OnUpdate, MakeTuple(url, growth));
324 &FileChangeObserver::OnCreateFile, MakeTuple(url));
383 &FileChangeObserver::OnCreateDirectory, MakeTuple(url));
484 &FileChangeObserver::OnModifyFile, MakeTuple(url));
611 MakeTuple(dest_url));
615 MakeTuple(dest_url, src_url));
620 &FileChangeObserver::OnRemoveFile, MakeTuple(src_url));
698 &FileChangeObserver::OnModifyFile, MakeTuple(dest_url));
701 &FileChangeObserver::OnCreateFile, MakeTuple(dest_url));
741 &FileChangeObserver::OnRemoveFile, MakeTuple(url))
    [all...]
sandbox_file_stream_writer.cc 215 MakeTuple(url_, write_response - overlapped));
file_system_operation_runner.cc 635 &FileUpdateObserver::OnStartUpdate, MakeTuple(url));
644 &FileAccessObserver::OnAccess, MakeTuple(url));
666 &FileUpdateObserver::OnEndUpdate, MakeTuple(*iter));
file_system_operation_impl.cc 535 &FileChangeObserver::OnModifyFile, MakeTuple(url));
  /external/chromium_org/webkit/browser/quota/
usage_tracker.cc 230 global_limited_usage_callbacks_.Run(MakeTuple(info->usage));
254 global_usage_callbacks_.Run(MakeTuple(info->usage, info->unlimited_usage));
270 host_usage_callbacks_.Run(host, MakeTuple(info->usage));
562 host, MakeTuple(info->limited_usage, info->unlimited_usage));
quota_manager.cc     [all...]
  /external/chromium_org/chrome/utility/extensions/
unpacker.cc 280 internal_data_->decoded_images.push_back(MakeTuple(image_bitmap, path));
  /external/chromium_org/ipc/
ipc_message_macros.h     [all...]

Completed in 521 milliseconds