HomeSort by relevance Sort by last modified time
    Searched refs:ScopedPersistent (Results 1 - 25 of 33) sorted by null

1 2

  /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)
V8CustomElementLifecycleCallbacks.h 36 #include "bindings/v8/ScopedPersistent.h"
65 void call(const ScopedPersistent<v8::Function>& weakCallback, Element*);
71 ScopedPersistent<v8::Object> m_prototype;
72 ScopedPersistent<v8::Function> m_created;
73 ScopedPersistent<v8::Function> m_enteredDocument;
74 ScopedPersistent<v8::Function> m_leftDocument;
75 ScopedPersistent<v8::Function> m_attributeChanged;
ScheduledAction.h 34 #include "bindings/v8/ScopedPersistent.h"
60 ScopedPersistent<v8::Context> m_context;
61 ScopedPersistent<v8::Function> m_function;
V8WindowShell.h 35 #include "bindings/v8/ScopedPersistent.h"
107 ScopedPersistent<v8::Context> m_context;
108 ScopedPersistent<v8::Object> m_global;
109 ScopedPersistent<v8::Object> m_document;
ScriptState.h 34 #include "bindings/v8/ScopedPersistent.h"
90 ScopedPersistent<v8::Value> m_exception;
91 ScopedPersistent<v8::Context> m_context;
121 ScopedPersistent<v8::Context> m_context;
ScriptInstance.h 34 #include "bindings/v8/ScopedPersistent.h"
51 ScopedPersistent<v8::Object> m_instance;
SharedPersistent.h 34 #include "bindings/v8/ScopedPersistent.h"
64 ScopedPersistent<T> m_value;
V8NodeFilterCondition.h 34 #include "bindings/v8/ScopedPersistent.h"
56 // weak | weak | ScopedPersistent(weak)
80 ScopedPersistent<v8::Value> m_filter;
ExceptionState.h 34 #include "bindings/v8/ScopedPersistent.h"
77 ScopedPersistent<v8::Value> m_exception;
ScriptDebugServer.h 36 #include "bindings/v8/ScopedPersistent.h"
130 ScopedPersistent<v8::Object> m_debuggerScript;
131 ScopedPersistent<v8::Object> m_executionState;
134 ScopedPersistent<v8::FunctionTemplate> m_breakProgramCallbackTemplate;
135 HashMap<String, OwnPtr<ScopedPersistent<v8::Script> > > m_compiledScripts;
V8MutationCallback.h 31 #include "bindings/v8/ScopedPersistent.h"
57 ScopedPersistent<v8::Function> m_callback;
ScriptPromiseResolver.h 34 #include "bindings/v8/ScopedPersistent.h"
113 ScopedPersistent<v8::Object> m_promise;
114 ScopedPersistent<v8::Object> m_resolver;
V8PerIsolateData.h 29 #include "bindings/v8/ScopedPersistent.h"
155 ScopedPersistent<v8::FunctionTemplate> m_toStringTemplate;
163 ScopedPersistent<v8::Value> m_liveRoot;
164 ScopedPersistent<v8::Context> m_regexContext;
WorkerScriptController.h 109 ScopedPersistent<v8::Context> m_context;
V8AbstractEventListener.h 35 #include "bindings/v8/ScopedPersistent.h"
136 ScopedPersistent<v8::Object> m_listener;
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
RegularExpression.h 31 #include "bindings/v8/ScopedPersistent.h"
52 ScopedPersistent<v8::RegExp> m_regex;
  /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);
v8_schema_registry.h 53 ScopedPersistent<v8::Context> context_;
object_backed_native_handler.h 76 ScopedPersistent<v8::ObjectTemplate> object_template_;
render_view_observer_natives.cc 48 ScopedPersistent<v8::Function> callback_;
chrome_v8_context.h 121 ScopedPersistent<v8::Context> v8_context_;
  /external/chromium_org/third_party/WebKit/Source/core/testing/
GCObservation.h 34 #include "bindings/v8/ScopedPersistent.h"
56 ScopedPersistent<v8::Value> m_observed;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
JavaScriptCallFrame.h 35 #include "bindings/v8/ScopedPersistent.h"
71 ScopedPersistent<v8::Context> m_debuggerContext;
72 ScopedPersistent<v8::Object> m_callFrame;
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
callback_interface.h 67 ScopedPersistent<v8::Object> m_callback;
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestCallback.h 27 #include "bindings/v8/ScopedPersistent.h"
60 ScopedPersistent<v8::Object> m_callback;

Completed in 694 milliseconds

1 2