Searched refs:OwnPtrWillBeRawPtr (Results 1 - 25 of 73) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DInterpolableValueTest.cpp65 OwnPtrWillBeRawPtr<InterpolableList> listA = InterpolableList::create(3);
70 OwnPtrWillBeRawPtr<InterpolableList> listB = InterpolableList::create(3);
84 OwnPtrWillBeRawPtr<InterpolableList> listA = InterpolableList::create(3);
86 OwnPtrWillBeRawPtr<InterpolableList> subListA = InterpolableList::create(1);
91 OwnPtrWillBeRawPtr<InterpolableList> listB = InterpolableList::create(3);
93 OwnPtrWillBeRawPtr<InterpolableList> subListB = InterpolableList::create(1);
H A DInterpolationEffectTest.cpp37 OwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > activeInterpolations = interpolationEffect->getActiveInterpolations(-2, duration);
66 OwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > activeInterpolations = interpolationEffect->getActiveInterpolations(-0.5, duration);
H A DLengthStyleInterpolationTest.cpp41 OwnPtrWillBeRawPtr<InterpolableList> list = InterpolableList::create(10);
114 OwnPtrWillBeRawPtr<InterpolableList> list = createInterpolableLength(0, 10, 0, 10, 0, 10, 0, 10, 0, 10);
H A DInterpolableValue.cpp42 OwnPtrWillBeRawPtr<InterpolableList> result = create(m_size);
H A DLengthStyleInterpolation.cpp29 OwnPtrWillBeRawPtr<InterpolableList> result = InterpolableList::create(CSSPrimitiveValue::LengthUnitTypeCount);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWorkerGlobalScopeProxyProviderImpl.cpp57 OwnPtrWillBeRawPtr<WorkerClients> workerClients = WorkerClients::create();
H A DStorageQuotaClientImpl.cpp69 OwnPtrWillBeRawPtr<StorageQuotaCallbacks> callbacks = DeprecatedStorageQuotaCallbacksImpl::create(successCallback, errorCallback);
85 OwnPtrWillBeRawPtr<StorageQuotaCallbacks> callbacks = StorageQuotaCallbacksImpl::create(resolver);
H A DWebDOMMessageEvent.cpp53 OwnPtrWillBeRawPtr<MessagePortArray> ports = nullptr;
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabaseClient.cpp65 OwnPtrWillBeRawPtr<InspectorDatabaseAgent> inspectorAgent = InspectorDatabaseAgent::create();
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorController.cpp94 OwnPtrWillBeRawPtr<InspectorPageAgent> pageAgentPtr(InspectorPageAgent::create(m_page, injectedScriptManager, inspectorClient, overlay));
98 OwnPtrWillBeRawPtr<InspectorDOMAgent> domAgentPtr(InspectorDOMAgent::create(m_pageAgent, injectedScriptManager, overlay));
103 OwnPtrWillBeRawPtr<InspectorLayerTreeAgent> layerTreeAgentPtr(InspectorLayerTreeAgent::create(m_page));
107 OwnPtrWillBeRawPtr<InspectorWorkerAgent> workerAgentPtr = InspectorWorkerAgent::create();
109 OwnPtrWillBeRawPtr<InspectorTracingAgent> tracingAgentPtr = InspectorTracingAgent::create(inspectorClient, workerAgentPtr.get());
115 OwnPtrWillBeRawPtr<InspectorTimelineAgent> timelineAgentPtr(InspectorTimelineAgent::create(m_pageAgent, m_layerTreeAgent,
180 OwnPtrWillBeRawPtr<InspectorResourceAgent> resourceAgentPtr(InspectorResourceAgent::create(m_pageAgent));
184 OwnPtrWillBeRawPtr<InspectorCSSAgent> cssAgentPtr(InspectorCSSAgent::create(m_domAgent, m_pageAgent, m_resourceAgent));
196 OwnPtrWillBeRawPtr<InspectorDebuggerAgent> debuggerAgentPtr(PageDebuggerAgent::create(pageScriptDebugServer, m_pageAgent, injectedScriptManager, overlay));
H A DWorkerInspectorController.cpp102 OwnPtrWillBeRawPtr<InspectorTimelineAgent> timelineAgent = InspectorTimelineAgent::create(0, 0, 0, InspectorTimelineAgent::WorkerInspector, 0);
103 OwnPtrWillBeRawPtr<WorkerDebuggerAgent> workerDebuggerAgent = WorkerDebuggerAgent::create(m_debugServer.get(), workerGlobalScope, m_injectedScriptManager.get());
H A DInspectorDOMStorageAgent.cpp124 OwnPtrWillBeRawPtr<StorageArea> storageArea = findStorageArea(errorString, storageId, frame);
156 OwnPtrWillBeRawPtr<StorageArea> storageArea = findStorageArea(0, storageId, frame);
170 OwnPtrWillBeRawPtr<StorageArea> storageArea = findStorageArea(0, storageId, frame);
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DCheckboxInputType.cpp76 OwnPtrWillBeRawPtr<ClickHandlingState> state = adoptPtrWillBeNoop(new ClickHandlingState);
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathPath.cpp68 OwnPtrWillBeRawPtr<NodeSet> newNodes(NodeSet::create());
127 OwnPtrWillBeRawPtr<NodeSet> nodes(NodeSet::create());
140 OwnPtrWillBeRawPtr<NodeSet> newNodes(NodeSet::create());
154 OwnPtrWillBeRawPtr<NodeSet> matches(NodeSet::create());
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
H A DDeviceOrientationInspectorAgent.cpp27 OwnPtrWillBeRawPtr<DeviceOrientationInspectorAgent> deviceOrientationAgent(adoptPtrWillBeNoop(new DeviceOrientationInspectorAgent(page)));
/external/chromium_org/third_party/WebKit/Source/modules/quota/
H A DDeprecatedStorageQuota.cpp72 OwnPtrWillBeRawPtr<StorageQuotaCallbacks> callbacks = DeprecatedStorageQuotaCallbacksImpl::create(successCallback, errorCallback);
H A DStorageQuota.cpp97 OwnPtrWillBeRawPtr<StorageQuotaCallbacks> callbacks = StorageQuotaCallbacksImpl::create(resolver);
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementScheduler.cpp121 OwnPtrWillBeRawPtr<CustomElementMicrotaskResolutionStep> step = CustomElementMicrotaskResolutionStep::create(context, element, descriptor);
132 OwnPtrWillBeRawPtr<CustomElementMicrotaskImportStep> step = CustomElementMicrotaskImportStep::create(import);
H A DCustomElementUpgradeCandidateMap.cpp101 OwnPtrWillBeRawPtr<ElementSet> candidates = m_unresolvedDefinitions.take(descriptor);
/external/chromium_org/third_party/WebKit/Source/core/html/imports/
H A DHTMLImportsController.cpp53 OwnPtrWillBeRawPtr<HTMLImportsController> controller = adoptPtrWillBeNoop(new HTMLImportsController(master));
97 OwnPtrWillBeRawPtr<HTMLImportChild> child = adoptPtrWillBeNoop(new HTMLImportChild(url, loader, mode));
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMessagePort.cpp107 OwnPtrWillBeRawPtr<MessagePortArray> ports = nullptr;
198 OwnPtrWillBeRawPtr<MessagePortArray> ports = MessagePort::entanglePorts(*executionContext(), channels.release());
249 OwnPtrWillBeRawPtr<MessagePortArray> portArray = adoptPtrWillBeNoop(new MessagePortArray(channels->size()));
H A DDocumentTest.cpp89 OwnPtrWillBeRawPtr<MockDocumentVisibilityObserver> observer1 = MockDocumentVisibilityObserver::create(document());
92 OwnPtrWillBeRawPtr<MockDocumentVisibilityObserver> observer2 = MockDocumentVisibilityObserver::create(document());
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerMessagingProxy.cpp77 OwnPtrWillBeRawPtr<MessagePortArray> ports = MessagePort::entanglePorts(*scriptContext, m_channels.release());
120 OwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData = WorkerThreadStartupData::create(scriptURL, userAgent, sourceCode, startMode, document->contentSecurityPolicy()->deprecatedHeader(), document->contentSecurityPolicy()->deprecatedHeaderType(), m_workerClients.release());
134 OwnPtrWillBeRawPtr<MessagePortArray> ports = MessagePort::entanglePorts(*m_executionContext.get(), channels);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaList.cpp103 OwnPtrWillBeRawPtr<MediaQuery> newQuery = result->m_queries[0].release();
129 OwnPtrWillBeRawPtr<MediaQuery> newQuery = result->m_queries[0].release();
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8MessageEventCustom.cpp116 OwnPtrWillBeRawPtr<MessagePortArray> portArray = nullptr;

Completed in 2268 milliseconds

123