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

12 3

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathPredicate.cpp 297 return EqTestOp(EqTestOp::OpcodeEqual, adoptPtrWillBeNoop(createFunction("position")), adoptPtrWillBeNoop(new Number(result.toNumber()))).evaluate(context).toBoolean();
XPathFunctions.cpp 728 Function* createFunction(const String& name)
731 return createFunction(name, args);
734 Function* createFunction(const String& name, WillBeHeapVector<OwnPtrWillBeMember<Expression> >& args)
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
CacheStorage.cpp 188 ScriptPromise CacheStorage::createFunction(ScriptState* scriptState, const String& cacheName)
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-example-membrane.js 188 return Proxy.createFunction(handler, callTrap, constructTrap);
348 Proxy.createFunction(dryRevokeHandler, callTrap, constructTrap);
415 Proxy.createFunction(wetRevokeHandler, callTrap, constructTrap);