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

  /external/chromium_org/sandbox/win/src/
registry_dispatcher.cc 77 base::win::ScopedHandle root_handle; local
88 root_handle.Set(root);
123 base::win::ScopedHandle root_handle; local
133 root_handle.Set(root);
  /external/chromium_org/v8/test/cctest/
test-serialize.cc 506 Handle<Object> root_handle(root, Isolate::Current());
516 CHECK(*root_handle == root2);
617 Handle<Object> root_handle(root, Isolate::Current());
627 CHECK(*root_handle != root2);
  /external/v8/test/cctest/
test-serialize.cc 457 Handle<Object> root_handle(root);
467 CHECK(*root_handle == root2);
542 Handle<Object> root_handle(root);
552 CHECK(*root_handle != root2);

Completed in 234 milliseconds