Searched defs:createFunction (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIndexedDBClient.cpp12 void setIndexedDBClientCreateFunction(CreateIndexedDBClient createFunction) argument
14 idbClientCreateFunction = createFunction;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/media/
H A DMediaPlayer.cpp35 void MediaPlayer::setMediaEngineCreateFunction(CreateMediaEnginePlayer createFunction) argument
37 ASSERT(createFunction);
39 createMediaEngineFunction = createFunction;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptPromiseResolverTest.cpp27 static v8::Handle<v8::Function> createFunction(ScriptState* scriptState, String* value) function in class:blink::__anon10901::Function
95 promise.then(Function::createFunction(scriptState(), &onFulfilled), Function::createFunction(scriptState(), &onRejected));
143 promise.then(Function::createFunction(scriptState(), &onFulfilled), Function::createFunction(scriptState(), &onRejected));
191 promise.then(Function::createFunction(scriptState(), &onFulfilled), Function::createFunction(scriptState(), &onRejected));
284 promise.then(Function::createFunction(scriptState(), &onFulfilled), Function::createFunction(scriptState(), &onRejected));
308 promise.then(Function::createFunction(scriptStat
[all...]
H A DScriptPromiseTest.cpp51 static v8::Handle<v8::Function> createFunction(ScriptState* scriptState, String* value) function in class:blink::__anon10902::Function
111 promise.then(Function::createFunction(scriptState(), &onFulfilled), Function::createFunction(scriptState(), &onRejected));
135 promise.then(Function::createFunction(scriptState(), &onFulfilled), Function::createFunction(scriptState(), &onRejected));
152 promise.then(Function::createFunction(scriptState(), &onFulfilled), Function::createFunction(scriptState(), &onRejected));
176 promise.then(Function::createFunction(scriptState(), &onFulfilled), Function::createFunction(scriptState(), &onRejected));
204 promise1.then(Function::createFunction(scriptStat
[all...]
H A DScriptPromisePropertyTest.cpp34 static v8::Handle<v8::Function> createFunction(ScriptState* scriptState) function in class:__anon10900::NotReached
57 static v8::Handle<v8::Function> createFunction(ScriptState* scriptState, ScriptValue& value, size_t& callCount) function in class:__anon10900::StubFunction
156 v8::Handle<v8::Function> notReached(ScriptState* scriptState) { return NotReached::createFunction(scriptState); }
157 v8::Handle<v8::Function> stub(ScriptState* scriptState, ScriptValue& value, size_t& callCount) { return StubFunction::createFunction(scriptState, value, callCount); }
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DRespondWithObserver.cpp30 static v8::Handle<v8::Function> createFunction(ScriptState* scriptState, RespondWithObserver* observer, ResolveType type) function in class:blink::FINAL
96 ThenFunction::createFunction(scriptState, this, ThenFunction::Fulfilled),
97 ThenFunction::createFunction(scriptState, this, ThenFunction::Rejected));
H A DWaitUntilObserver.cpp29 static v8::Handle<v8::Function> createFunction(ScriptState* scriptState, WaitUntilObserver* observer, ResolveType type) function in class:blink::FINAL
83 ThenFunction::createFunction(scriptState, this, ThenFunction::Fulfilled),
84 ThenFunction::createFunction(scriptState, this, ThenFunction::Rejected));
H A DCacheStorage.cpp188 ScriptPromise CacheStorage::createFunction(ScriptState* scriptState, const String& cacheName) function in class:blink::CacheStorage
H A DServiceWorker.cpp50 static v8::Handle<v8::Function> createFunction(ScriptState* scriptState, PassRefPtrWillBeRawPtr<ServiceWorker> observer) function in class:blink::FINAL
223 resolver->promise().then(ThenFunction::createFunction(resolver->scriptState(), this));
H A DServiceWorkerContainerTest.cpp45 return ScriptFunctionImpl::createFunction(scriptState, *this);
57 static v8::Handle<v8::Function> createFunction(ScriptState* scriptState, StubScriptFunction& owner) function in class:blink::__anon11214::StubScriptFunction::ScriptFunctionImpl
/external/llvm/lib/MC/MCAnalysis/
H A DMCModule.cpp102 MCFunction *MCModule::createFunction(StringRef Name) { function in class:MCModule
H A DMCObjectDisassembler.cpp264 MCFunction &MCFN = *Module->createFunction(BBI.Atom->getName());
467 MCObjectDisassembler::createFunction(MCModule *Module, uint64_t BeginAddr, function in class:MCObjectDisassembler
475 return Module->createFunction(ExtFnName);
489 MCFunction *MCFN = Module->createFunction("");
/external/chromium_org/third_party/WebKit/Source/core/streams/
H A DReadableStreamTest.cpp35 static v8::Handle<v8::Function> createFunction(ScriptState* scriptState, String* value) function in class:blink::__anon11153::StringCapturingFunction
102 return StringCapturingFunction::createFunction(scriptState(), value);
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathFunctions.cpp728 Function* createFunction(const String& name) function in namespace:blink::XPath
731 return createFunction(name, args);
734 Function* createFunction(const String& name, WillBeHeapVector<OwnPtrWillBeMember<Expression> >& args) function in namespace:blink::XPath
/external/llvm/lib/IR/
H A DDIBuilder.cpp1094 /// createFunction - Create a new descriptor for the specified function.
1097 DISubprogram DIBuilder::createFunction(DIScopeRef Context, StringRef Name, function in class:DIBuilder
1107 return createFunction(Context.resolve(EmptyMap), Name, LinkageName, File,
1112 /// createFunction - Create a new descriptor for the specified function.
1113 DISubprogram DIBuilder::createFunction(DIDescriptor Context, StringRef Name, function in class:DIBuilder
1152 "createFunction should return a valid DISubprogram");
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp213 llvm::Function *createFunction(llvm::Module &module, function
1143 llvm::Function *ret = createFunction(module,
1406 llvm::Function *ret = createFunction(module,
1758 createFunction(module,
1777 createFunction(module,
1795 createFunction(module,
1813 createFunction(module,
1831 createFunction(module,
1849 createFunction(module,
1867 funct = createFunction(modul
[all...]
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp2096 static v8::Handle<v8::Function> createFunction(ScriptState* scriptState) function in class:blink::__anon11174::AddOneFunction
2137 return promise.then(AddOneFunction::createFunction(scriptState));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 3644 milliseconds