HomeSort by relevance Sort by last modified time
    Searched defs:ScopedPersistent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/renderer/extensions/
scoped_persistent.h 16 class ScopedPersistent {
18 ScopedPersistent() {
21 explicit ScopedPersistent(v8::Handle<T> handle) {
25 ~ScopedPersistent() {
87 DISALLOW_COPY_AND_ASSIGN(ScopedPersistent);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScopedPersistent.h 40 class ScopedPersistent {
41 WTF_MAKE_NONCOPYABLE(ScopedPersistent);
43 ScopedPersistent() { }
45 explicit ScopedPersistent(v8::Handle<T> handle)
50 ~ScopedPersistent()
82 bool operator==(const ScopedPersistent<T>& other)

Completed in 115 milliseconds