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

  /external/webkit/Source/WebCore/bridge/qt/
qt_instance.h 65 static PassRefPtr<QtInstance> getQtInstance(QObject*, PassRefPtr<RootObject>, QScriptEngine::ValueOwnership ownership);
75 static PassRefPtr<QtInstance> create(QObject *instance, PassRefPtr<RootObject> rootObject, QScriptEngine::ValueOwnership ownership)
77 return adoptRef(new QtInstance(instance, rootObject, ownership));
82 QtInstance(QObject*, PassRefPtr<RootObject>, QScriptEngine::ValueOwnership ownership); // Factory produced only..
qt_instance.cpp 79 QtInstance::QtInstance(QObject* o, PassRefPtr<RootObject> rootObject, QScriptEngine::ValueOwnership ownership)
84 , m_ownership(ownership)
117 PassRefPtr<QtInstance> QtInstance::getQtInstance(QObject* o, PassRefPtr<RootObject> rootObject, QScriptEngine::ValueOwnership ownership)
133 RefPtr<QtInstance> ret = QtInstance::create(o, rootObject, ownership);
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImplBase.h 51 StringImplBase(unsigned length, BufferOwnership ownership)
52 : m_refCountAndFlags(s_refCountIncrement | s_refCountFlagShouldReportedCost | ownership)
StringImpl.cpp 57 BufferOwnership ownership = bufferOwnership(); local
58 if (ownership != BufferInternal) {
59 if (ownership == BufferOwned) {
63 } else if (ownership == BufferSubstring) {
67 ASSERT(ownership == BufferShared);
142 BufferOwnership ownership = bufferOwnership(); local
144 if (ownership == BufferInternal)
146 if (ownership == BufferSubstring)
148 if (ownership == BufferOwned) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
lcp.bat 4 REM this work for additional information regarding copyright ownership.
antRun.bat 5 REM this work for additional information regarding copyright ownership.
ant.bat 5 REM this work for additional information regarding copyright ownership.
  /external/dbus/test/name-test/
tmp-session-like-system.conf 27 name ownership and sending method calls -->
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 89 (** [create m] creates a new execution engine, taking ownership of the
96 (** [create_interpreter m] creates a new interpreter, taking ownership of the
104 ownership of the module [m] if successful with the desired optimization
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 29 Does not take ownership of the target data.
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.h 134 void addToJavaScriptWindowObject(const QString &name, QObject *object, QScriptEngine::ValueOwnership ownership);
qwebframe.cpp 610 The ownership of \a object is specified using \a own.
612 void QWebFrame::addToJavaScriptWindowObject(const QString &name, QObject *object, QScriptEngine::ValueOwnership ownership)
620 if (ownership == QScriptEngine::QtOwnership)
637 JSC::Bindings::QtInstance::getQtInstance(object, root, ownership)->createRuntimeObject(exec);
645 QScriptValue v = engine->newQObject(object, ownership);
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 2788 Qualifiers::ObjCLifetime ownership = Context.getInnerObjCOwnership(FromTy); local
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 635 void ownership();
2744 void tst_QWebFrame::ownership() function in class:tst_QWebFrame
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 393 * This method takes ownership of the given array!
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 393 * This method takes ownership of the given array!
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 188 milliseconds