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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IndexedDBClient.cpp 12 void setIndexedDBClientCreateFunction(CreateIndexedDBClient createFunction)
14 idbClientCreateFunction = createFunction;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/media/
MediaPlayer.cpp 35 void MediaPlayer::setMediaEngineCreateFunction(CreateMediaEnginePlayer createFunction)
37 ASSERT(createFunction);
39 createMediaEngineFunction = createFunction;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathFunctions.h 51 Function* createFunction(const String& name);
52 Function* createFunction(const String& name, WillBeHeapVector<OwnPtrWillBeMember<Expression> >&);
XPathGrammar.y 369 $$ = createFunction(*$1);
378 $$ = createFunction(*$1, *$3);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptPromiseTest.cpp 51 static v8::Handle<v8::Function> createFunction(ScriptState* scriptState, String* value)
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(scriptState(), &onFulfilled1), Function::createFunction(scriptState(), &onRejected1))
    [all...]
ScriptPromiseResolverTest.cpp 27 static v8::Handle<v8::Function> createFunction(ScriptState* scriptState, String* value)
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(scriptState(), &onFulfilled), Function::createFunction(scriptState(), &onRejected))
    [all...]
ScriptPromisePropertyTest.cpp 34 static v8::Handle<v8::Function> createFunction(ScriptState* scriptState)
57 static v8::Handle<v8::Function> createFunction(ScriptState* scriptState, ScriptValue& value, size_t& callCount)
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); }
  /frameworks/base/media/mca/filterfw/java/android/filterfw/
FilterFunctionEnvironment.java 31 * 3. Wrap Filters into FilterFunctions by calling createFunction().
64 public FilterFunction createFunction(Class filterClass, Object... parameters) {
  /external/chromium_org/v8/test/mjsunit/harmony/regress/
regress-405844.js 11 var functionProxy = Proxy.createFunction({ fix: function() { return {}; } }, function(){});
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-function.js 35 var f = Proxy.createFunction(handler, callTrap, constructTrap)
63 var f = Proxy.createFunction(handler, callTrap)
240 TestCall(false, Proxy.createFunction(handler, function(x, y) {
245 TestCall(true, Proxy.createFunction(handler, function(x, y) {
261 var f = Proxy.createFunction({}, callTrap)
277 var f = Proxy.createFunction({}, callTrap)
305 TestCallThrow(Proxy.createFunction({}, function() { throw "myexn" }))
366 var f = Proxy.createFunction(handler, function() {}, constructTrap)
382 TestConstruct(Object.prototype, Proxy.createFunction(handler, ReturnNew))
383 TestConstruct(prototype, Proxy.createFunction(handler, ReturnNewWithProto)
    [all...]
proxies.js 39 test(function(h) {return Proxy.createFunction(h, function() {})}, x, y, z)
1055 assertEquals("function", typeof Proxy.createFunction({}, function() {}))
1056 assertTrue(typeof Proxy.createFunction({}, function() {}) == "function")
1057 assertTrue("function" == typeof Proxy.createFunction({}, function() {}))
    [all...]
proxies-hash.js 36 return Proxy.createFunction(h, function() {})
proxies-symbols.js 35 test(function(h) {return Proxy.createFunction(h, function() {})}, x, y, z)
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
RespondWithObserver.cpp 30 static v8::Handle<v8::Function> createFunction(ScriptState* scriptState, RespondWithObserver* observer, ResolveType type)
96 ThenFunction::createFunction(scriptState, this, ThenFunction::Fulfilled),
97 ThenFunction::createFunction(scriptState, this, ThenFunction::Rejected));
WaitUntilObserver.cpp 29 static v8::Handle<v8::Function> createFunction(ScriptState* scriptState, WaitUntilObserver* observer, ResolveType type)
83 ThenFunction::createFunction(scriptState, this, ThenFunction::Fulfilled),
84 ThenFunction::createFunction(scriptState, this, ThenFunction::Rejected));
CacheStorage.h 28 ScriptPromise createFunction(ScriptState*, const String& cacheName);
ServiceWorker.cpp 50 static v8::Handle<v8::Function> createFunction(ScriptState* scriptState, PassRefPtrWillBeRawPtr<ServiceWorker> observer)
223 resolver->promise().then(ThenFunction::createFunction(resolver->scriptState(), this));
ServiceWorkerContainerTest.cpp 45 return ScriptFunctionImpl::createFunction(scriptState, *this);
57 static v8::Handle<v8::Function> createFunction(ScriptState* scriptState, StubScriptFunction& owner)
  /external/llvm/include/llvm/MC/MCAnalysis/
MCModule.h 116 MCFunction *createFunction(StringRef Name);
  /external/llvm/include/llvm/MC/
MCObjectDisassembler.h 62 MCFunction *createFunction(MCModule *Module, uint64_t BeginAddr,
  /external/chromium_org/v8/src/
proxy.js 29 throw MakeTypeError("trap_function_expected", ["createFunction", "call"])
40 ["createFunction", "construct"])
58 "createFunction", ProxyCreateFunction
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 213 llvm::Function *createFunction(llvm::Module &module,
    [all...]
  /external/llvm/lib/MC/MCAnalysis/
MCModule.cpp 102 MCFunction *MCModule::createFunction(StringRef Name) {
MCObjectDisassembler.cpp 264 MCFunction &MCFN = *Module->createFunction(BBI.Atom->getName());
467 MCObjectDisassembler::createFunction(MCModule *Module, uint64_t BeginAddr,
475 return Module->createFunction(ExtFnName);
489 MCFunction *MCFN = Module->createFunction("");
  /external/llvm/include/llvm/IR/
DIBuilder.h 561 /// createFunction - Create a new descriptor for the specified subprogram.
577 DISubprogram createFunction(DIDescriptor Scope, StringRef Name,
591 DISubprogram createFunction(DIScopeRef Scope, StringRef Name,
    [all...]

Completed in 778 milliseconds

1 2 3