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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8DataViewCustom.cpp 37 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMDataStore.h 64 if (ScriptWrappable::wrapperCanBeStoredInObject(object)) {
78 if (ScriptWrappable::wrapperCanBeStoredInObject(object) && !canExistInWorker(object)) {
92 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
100 if (ScriptWrappable::wrapperCanBeStoredInObject(object) && !canExistInWorker(object)) {
112 if (ScriptWrappable::wrapperCanBeStoredInObject(object) && m_type == MainWorld)
123 if (ScriptWrappable::wrapperCanBeStoredInObject(object) && m_type == MainWorld) {
ScriptWrappable.h 101 static bool wrapperCanBeStoredInObject(const void*) { return false; }
102 static bool wrapperCanBeStoredInObject(const ScriptWrappable*) { return true; }
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestEvent.cpp 40 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
113 if (ScriptWrappable::wrapperCanBeStoredInObject(impl.get())) {
V8TestCustomAccessors.cpp 40 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
199 if (ScriptWrappable::wrapperCanBeStoredInObject(impl.get())) {
V8TestEventConstructor.cpp 41 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
193 if (ScriptWrappable::wrapperCanBeStoredInObject(impl.get())) {
V8TestException.cpp 39 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
131 if (ScriptWrappable::wrapperCanBeStoredInObject(impl.get())) {
V8TestMediaQueryListListener.cpp 41 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
142 if (ScriptWrappable::wrapperCanBeStoredInObject(impl.get())) {
V8TestNamedConstructor.cpp 42 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
180 if (ScriptWrappable::wrapperCanBeStoredInObject(impl.get())) {
V8TestNode.cpp 41 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
147 if (ScriptWrappable::wrapperCanBeStoredInObject(impl.get())) {
V8Float64Array.cpp 49 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
209 if (ScriptWrappable::wrapperCanBeStoredInObject(impl.get())) {
V8TestExtendedEvent.cpp 45 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
206 if (ScriptWrappable::wrapperCanBeStoredInObject(impl.get())) {
V8TestInterfaceImplementedAs.cpp 42 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
232 if (ScriptWrappable::wrapperCanBeStoredInObject(impl.get())) {
V8TestOverloadedConstructors.cpp 44 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
205 if (ScriptWrappable::wrapperCanBeStoredInObject(impl.get())) {
V8TestActiveDOMObject.cpp 42 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
253 if (ScriptWrappable::wrapperCanBeStoredInObject(impl.get())) {
V8TestSerializedScriptValueInterface.cpp 41 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
230 if (ScriptWrappable::wrapperCanBeStoredInObject(impl.get())) {
V8TestEventTarget.cpp 45 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
338 if (ScriptWrappable::wrapperCanBeStoredInObject(impl.get())) {
V8TestTypedefs.cpp 47 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
600 if (ScriptWrappable::wrapperCanBeStoredInObject(impl.get())) {
V8TestInterface.cpp 49 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
    [all...]
V8TestObject.cpp 74 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.cpp 35 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
140 if (ScriptWrappable::wrapperCanBeStoredInObject(impl.get())) {
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
deprecated_code_generator_v8.pm     [all...]

Completed in 101 milliseconds