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

  /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 213 pending_frames_.push(MakeTuple(frame, force_keyframe, base::Time::Now()));
  /external/chromium_org/content/child/fileapi/
webfilesystem_impl.cc 415 MakeTuple(GURL(storage_partition),
437 MakeTuple(GURL(filesystem_url),
455 MakeTuple(GURL(storage_partition),
474 MakeTuple(GURL(src_path), GURL(dest_path),
490 MakeTuple(GURL(src_path), GURL(dest_path),
505 MakeTuple(GURL(path), false /* recursive */,
520 MakeTuple(GURL(path), true /* recursive */,
535 MakeTuple(GURL(path),
553 MakeTuple(GURL(path), exclusive,
569 MakeTuple(GURL(path), exclusive, false /* recursive */
    [all...]
  /external/chromium_org/content/browser/service_worker/
service_worker_version.cc 443 MakeTuple(SERVICE_WORKER_ERROR_ACTIVATE_WORKER_FAILED));
446 MakeTuple(SERVICE_WORKER_ERROR_INSTALL_WORKER_FAILED));
449 MakeTuple(SERVICE_WORKER_ERROR_FAILED,
454 MakeTuple(SERVICE_WORKER_ERROR_FAILED));
457 MakeTuple(SERVICE_WORKER_ERROR_FAILED));
  /external/chromium_org/storage/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));
699 &FileChangeObserver::OnModifyFile, MakeTuple(dest_url));
702 &FileChangeObserver::OnCreateFile, MakeTuple(dest_url));
742 &FileChangeObserver::OnRemoveFile, MakeTuple(url))
    [all...]
sandbox_file_stream_writer.cc 216 MakeTuple(url_, write_response - overlapped));
copy_or_move_operation_delegate.cc 412 ->Notify(&FileUpdateObserver::OnStartUpdate, MakeTuple(url));
419 ->Notify(&FileChangeObserver::OnModifyFile, MakeTuple(url));
426 ->Notify(&FileUpdateObserver::OnEndUpdate, MakeTuple(url));
    [all...]
file_system_operation_runner.cc 640 &FileUpdateObserver::OnStartUpdate, MakeTuple(url));
649 &FileAccessObserver::OnAccess, MakeTuple(url));
671 &FileUpdateObserver::OnEndUpdate, MakeTuple(*iter));
file_system_operation_impl.cc 536 &FileChangeObserver::OnModifyFile, MakeTuple(url));
  /external/chromium_org/storage/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/ui/base/win/
open_file_name_win_unittest.cc 197 filters.push_back(MakeTuple(base::string16(L"a"), base::string16(L"b")));
203 filters.push_back(MakeTuple(base::string16(L"X"), base::string16(L"Y")));
open_file_name_win.cc 216 MakeTuple(base::string16(display_string, display_string_end),
  /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 365 milliseconds