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

1 2

  /external/webkit/Source/WebCore/ForwardingHeaders/heap/
Strong.h 3 #include <JavaScriptCore/Strong.h>
  /external/webkit/Source/JavaScriptCore/heap/
Strong.h 39 template <typename T> class Strong : public Handle<T> {
46 Strong()
51 Strong(JSGlobalData& globalData, ExternalType value = ExternalType())
57 Strong(JSGlobalData& globalData, Handle<T> handle)
63 Strong(const Strong& other)
72 template <typename U> Strong(const Strong<U>& other)
83 Strong(HashTableDeletedValueTag)
88 ~Strong()
    [all...]
  /external/webkit/Source/JavaScriptGlue/
JSRun.h 32 #include <JavaScriptCore/Strong.h>
45 Strong<Structure> m_userObjectStructure;
60 Strong<JSGlobalObject> fGlobalObject;
JSValueWrapper.h 32 #include <JavaScriptCore/Strong.h>
47 Strong<Unknown> fValue;
  /external/webkit/Source/WebCore/bindings/js/
ScriptCachedFrameData.h 35 #include <heap/Strong.h>
46 typedef HashMap< RefPtr<DOMWrapperWorld>, JSC::Strong<JSDOMWindow> > JSDOMWindowSet;
ScriptState.h 35 #include <heap/Strong.h>
63 JSC::Strong<JSC::JSGlobalObject> m_globalObject;
ScriptValue.h 38 #include <heap/Strong.h>
75 JSC::Strong<JSC::Unknown> m_value;
WorkerScriptController.h 32 #include <heap/Strong.h>
88 JSC::Strong<JSWorkerContext> m_workerContextWrapper;
JSCustomVoidCallback.h 34 #include <heap/Strong.h>
JSCallbackData.h 35 #include <heap/Strong.h>
69 JSC::Strong<JSC::JSObject> m_callback;
70 JSC::Strong<JSDOMGlobalObject> m_globalObject;
ScheduledAction.h 25 #include <heap/Strong.h>
67 JSC::Strong<JSC::Unknown> m_function;
68 Vector<JSC::Strong<JSC::Unknown> > m_args;
ScriptObject.h 37 #include <heap/Strong.h>
JSDataGridDataSource.h 32 #include <heap/Strong.h>
JSImageDataCustom.cpp 51 DEFINE_STATIC_LOCAL(Strong<Structure>, cpaStructure, (exec->globalData(), JSByteArray::createStructure(exec->globalData(), jsNull(), &cpaClassInfo)));
WorkerScriptController.cpp 78 Strong<JSWorkerContextPrototype> workerContextPrototype(*m_globalData, new (m_globalData.get()) JSWorkerContextPrototype(*m_globalData, 0, workerContextPrototypeStructure));
82 Strong<JSDedicatedWorkerContextPrototype> dedicatedContextPrototype(*m_globalData, new (m_globalData.get()) JSDedicatedWorkerContextPrototype(*m_globalData, 0, dedicatedContextPrototypeStructure));
92 Strong<JSSharedWorkerContextPrototype> sharedContextPrototype(*m_globalData, new (m_globalData.get()) JSSharedWorkerContextPrototype(*m_globalData, 0, sharedContextPrototypeStructure));
SerializedScriptValue.h 30 #include <heap/Strong.h>
ScriptController.h 28 #include <heap/Strong.h>
67 typedef WTF::HashMap< RefPtr<DOMWrapperWorld>, JSC::Strong<JSDOMWindowShell> > ShellMap;
JSDOMWindowBase.h 25 #include <heap/Strong.h>
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalData.h 36 #include "Strong.h"
149 Strong<Structure> structureStructure;
150 Strong<Structure> activationStructure;
151 Strong<Structure> interruptedExecutionErrorStructure;
152 Strong<Structure> terminatedExecutionErrorStructure;
153 Strong<Structure> staticScopeStructure;
154 Strong<Structure> strictEvalActivationStructure;
155 Strong<Structure> stringStructure;
156 Strong<Structure> notAnObjectStructure;
157 Strong<Structure> propertyNameIteratorStructure
    [all...]
  /external/webkit/Source/WebCore/bridge/
runtime_root.h 32 #include <heap/Strong.h>
89 Strong<JSGlobalObject> m_globalObject;
  /external/webkit/Source/WebKit/mac/WebView/
WebScriptDebugger.h 32 #include <heap/Strong.h>
72 JSC::Strong<JSC::JSGlobalObject> m_globalObject;
  /external/llvm/lib/CodeGen/
SpillPlacement.h 110 /// @param Strong When true, double the negative bias for these blocks.
111 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NPJSObject.h 29 #include <JavaScriptCore/Strong.h>
93 JSC::Strong<JSC::JSObject> m_jsObject;
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
qwebkitplatformplugin.h 98 None, Weak, Medium, Strong
  /external/clang/lib/AST/
TypePrinter.cpp 258 IncludeStrongLifetimeRAII Strong(Policy);
282 IncludeStrongLifetimeRAII Strong(Policy);
322 IncludeStrongLifetimeRAII Strong(Policy);
332 IncludeStrongLifetimeRAII Strong(Policy);
355 IncludeStrongLifetimeRAII Strong(Policy);
366 IncludeStrongLifetimeRAII Strong(Policy);
377 IncludeStrongLifetimeRAII Strong(Policy);
388 IncludeStrongLifetimeRAII Strong(Policy);
399 IncludeStrongLifetimeRAII Strong(Policy);
415 IncludeStrongLifetimeRAII Strong(Policy)
    [all...]

Completed in 228 milliseconds

1 2