Searched refs:root_handle (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dregistry_dispatcher.cc77 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/
H A Dtest-serialize.cc510 Handle<Object> root_handle(root, isolate);
520 CHECK(*root_handle == root2);
622 Handle<Object> root_handle(root, isolate);
632 CHECK(*root_handle != root2);
/external/v8/test/cctest/
H A Dtest-serialize.cc457 Handle<Object> root_handle(root);
467 CHECK(*root_handle == root2);
542 Handle<Object> root_handle(root);
552 CHECK(*root_handle != root2);

Completed in 124 milliseconds