HomeSort by relevance Sort by last modified time
    Searched refs:create (Results 276 - 300 of 6558) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSBlurTest.java 46 Allocation rsInput = Allocation.createTyped(mRS, build.create());
47 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
49 ScriptIntrinsicBlur blur = ScriptIntrinsicBlur.create(mRS, Element.A_8(mRS));
57 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create());
75 Allocation rsInput = Allocation.createTyped(mRS, build.create());
76 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
78 ScriptIntrinsicBlur blur = ScriptIntrinsicBlur.create(mRS, Element.RGBA_8888(mRS));
86 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create());
  /external/chromium_org/content/shell/tools/plugin/Tests/
PluginScriptableNPObjectInvokeDefault.cpp 61 object = NPObjectWithInvokeDefault::create(this);
63 object = NPObjectWithoutInvokeDefault::create(this);
  /external/chromium_org/third_party/WebKit/Source/core/animation/
LengthStyleInterpolation.cpp 29 OwnPtrWillBeRawPtr<InterpolableList> result = InterpolableList::create(CSSPrimitiveValue::LengthUnitTypeCount);
38 result->set(i, InterpolableNumber::create(array.at(i)));
57 next = CSSCalcValue::createExpressionNode(previous, CSSCalcValue::createExpressionNode(CSSPrimitiveValue::create(subValue->value(), toUnitType(position))), CalcAdd);
59 next = CSSCalcValue::createExpressionNode(CSSPrimitiveValue::create(subValue->value(), toUnitType(position)));
82 return CSSPrimitiveValue::create(0, CSSPrimitiveValue::CSS_PX);
90 return CSSPrimitiveValue::create(value, toUnitType(i));
95 return CSSPrimitiveValue::create(CSSCalcValue::create(constructCalcExpression(nullptr, listValue, 0), range));
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContextLifecycleNotifier.h 42 static PassOwnPtr<ContextLifecycleNotifier> create(ExecutionContext*);
67 inline PassOwnPtr<ContextLifecycleNotifier> ContextLifecycleNotifier::create(ExecutionContext* context) function in class:blink::ContextLifecycleNotifier
ExecutionContextTask.h 54 // Do not use |create| other than in createCrossThreadTask and
57 static PassOwnPtr<CallClosureTask> create(const Closure& closure) function in class:blink::FINAL
68 // Create tasks passed within a single thread.
77 return CallClosureTask::create(bind(function));
85 return CallClosureTask::create(bind(function,
94 return CallClosureTask::create(bind(function,
104 return CallClosureTask::create(bind(function,
115 return CallClosureTask::create(bind(function,
127 return CallClosureTask::create(bind(function,
140 return CallClosureTask::create(bind(function
    [all...]
MainThreadTaskRunner.h 49 static PassOwnPtr<MainThreadTaskRunner> create(ExecutionContext*);
72 inline PassOwnPtr<MainThreadTaskRunner> MainThreadTaskRunner::create(ExecutionContext* context) function in class:blink::MainThreadTaskRunner
MessageChannel.cpp 51 : m_port1(MessagePort::create(*context))
52 , m_port2(MessagePort::create(*context))
  /external/chromium_org/third_party/WebKit/Source/core/editing/
CreateLinkCommand.cpp 45 RefPtrWillBeRawPtr<HTMLAnchorElement> anchorElement = HTMLAnchorElement::create(document());
52 RefPtrWillBeRawPtr<Text> textNode = Text::create(document(), m_url);
  /external/chromium_org/third_party/WebKit/Source/core/events/
ResourceProgressEvent.h 48 static PassRefPtrWillBeRawPtr<ResourceProgressEvent> create() function in class:blink::FINAL
52 static PassRefPtrWillBeRawPtr<ResourceProgressEvent> create(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total, const String& url) function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/html/
DOMFormData.h 52 static PassRefPtrWillBeRawPtr<DOMFormData> create(HTMLFormElement* form = 0) function in class:blink::FINAL
57 static PassRefPtrWillBeRawPtr<DOMFormData> create(const WTF::TextEncoding& encoding) function in class:blink::FINAL
MediaDocument.cpp 54 static PassRefPtrWillBeRawPtr<MediaDocumentParser> create(MediaDocument* document) function in class:blink::MediaDocumentParser
76 RefPtrWillBeRawPtr<HTMLHtmlElement> rootElement = HTMLHtmlElement::create(*document());
83 RefPtrWillBeRawPtr<HTMLHeadElement> head = HTMLHeadElement::create(*document());
84 RefPtrWillBeRawPtr<HTMLMetaElement> meta = HTMLMetaElement::create(*document());
89 RefPtrWillBeRawPtr<HTMLVideoElement> media = HTMLVideoElement::create(*document());
94 RefPtrWillBeRawPtr<HTMLSourceElement> source = HTMLSourceElement::create(*document());
102 RefPtrWillBeRawPtr<HTMLBodyElement> body = HTMLBodyElement::create(*document());
133 return MediaDocumentParser::create(this);
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DetailsMarkerControl.h 44 static PassRefPtrWillBeRawPtr<DetailsMarkerControl> create(Document&);
53 inline PassRefPtrWillBeRawPtr<DetailsMarkerControl> DetailsMarkerControl::create(Document& document) function in class:blink::DetailsMarkerControl
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TrackEvent.h 45 static PassRefPtrWillBeRawPtr<TrackEvent> create() function in class:blink::FINAL
50 static PassRefPtrWillBeRawPtr<TrackEvent> create(const AtomicString& type, const TrackEventInit& initializer) function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/storage/
StorageNamespace.cpp 53 return StorageArea::create(adoptPtr(localStorageNamespace->createStorageArea(origin->toString())), LocalStorage);
58 return StorageArea::create(adoptPtr(m_webStorageNamespace->createStorageArea(origin->toString())), SessionStorage);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEDropShadowElement.cpp 34 , m_dx(SVGAnimatedNumber::create(this, SVGNames::dxAttr, SVGNumber::create(2)))
35 , m_dy(SVGAnimatedNumber::create(this, SVGNames::dyAttr, SVGNumber::create(2)))
36 , m_stdDeviation(SVGAnimatedNumberOptionalNumber::create(this, SVGNames::stdDeviationAttr, 2, 2))
37 , m_in1(SVGAnimatedString::create(this, SVGNames::inAttr, SVGString::create()))
110 RefPtr<FilterEffect> effect = FEDropShadow::create(filter, stdDeviationX()->currentValue()->value(), stdDeviationY()->currentValue()->value(), m_dx->currentValue()->value(), m_dy->currentValue()->value(), color, opacity);
SVGFEMergeNodeElement.cpp 31 , m_in1(SVGAnimatedString::create(this, SVGNames::inAttr, SVGString::create()))
SVGPolyElement.cpp 33 , m_points(SVGAnimatedPointList::create(this, SVGNames::pointsAttr, SVGPointList::create()))
  /external/chromium_org/third_party/WebKit/Source/core/workers/
DedicatedWorkerThread.cpp 41 PassRefPtr<DedicatedWorkerThread> DedicatedWorkerThread::create(WorkerLoaderProxy& workerLoaderProxy, WorkerObjectProxy& workerObjectProxy, double timeOrigin, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData) function in class:blink::DedicatedWorkerThread
59 return DedicatedWorkerGlobalScope::create(this, startupData, m_timeOrigin);
SharedWorkerThread.cpp 40 PassRefPtr<SharedWorkerThread> SharedWorkerThread::create(const String& name, WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData) function in class:blink::SharedWorkerThread
57 return SharedWorkerGlobalScope::create(m_name, this, startupData);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequestProgressEvent.h 37 static PassRefPtrWillBeRawPtr<XMLHttpRequestProgressEvent> create() function in class:blink::FINAL
41 static PassRefPtrWillBeRawPtr<XMLHttpRequestProgressEvent> create(const AtomicString& type, bool lengthComputable = false, unsigned long long loaded = 0, unsigned long long total = 0) function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeyMessageEvent.h 48 static PassRefPtrWillBeRawPtr<MediaKeyMessageEvent> create() function in class:blink::FINAL
53 static PassRefPtrWillBeRawPtr<MediaKeyMessageEvent> create(const AtomicString& type, const MediaKeyMessageEventInit& initializer) function in class:blink::FINAL
MediaKeyNeededEvent.h 46 static PassRefPtrWillBeRawPtr<MediaKeyNeededEvent> create() function in class:blink::FINAL
51 static PassRefPtrWillBeRawPtr<MediaKeyNeededEvent> create(const AtomicString& type, const MediaKeyNeededEventInit& initializer) function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystemSync.h 49 static DOMFileSystemSync* create(ExecutionContext* context, const String& name, FileSystemType type, const KURL& rootURL) function in class:blink::FINAL
54 static DOMFileSystemSync* create(DOMFileSystemBase*);
DataTransferItemFileSystem.cpp 78 return DirectoryEntry::create(domFileSystem, virtualPath);
79 return FileEntry::create(domFileSystem, virtualPath);
  /external/chromium_org/third_party/WebKit/Source/modules/geofencing/
CircularGeofencingRegion.cpp 13 CircularGeofencingRegion* CircularGeofencingRegion::create(const Dictionary& dictionary) function in class:blink::CircularGeofencingRegion
24 CircularGeofencingRegion* CircularGeofencingRegion::create(const WebString& id, const WebCircularGeofencingRegion& region) function in class:blink::CircularGeofencingRegion

Completed in 1198 milliseconds

<<11121314151617181920>>