HomeSort by relevance Sort by last modified time
    Searched refs:PassOwnPtrWillBeRawPtr (Results 176 - 200 of 232) sorted by null

1 2 3 4 5 6 78 910

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
RadioInputType.cpp 149 PassOwnPtrWillBeRawPtr<ClickHandlingState> RadioInputType::willDispatchClick()
RadioButtonGroupScope.cpp 32 static PassOwnPtrWillBeRawPtr<RadioButtonGroup> create();
61 PassOwnPtrWillBeRawPtr<RadioButtonGroup> RadioButtonGroup::create()
  /external/chromium_org/third_party/WebKit/Source/core/html/ime/
InputMethodContext.cpp 41 PassOwnPtrWillBeRawPtr<InputMethodContext> InputMethodContext::create(HTMLElement* element)
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerEventQueue.cpp 37 PassOwnPtrWillBeRawPtr<WorkerEventQueue> WorkerEventQueue::create(ExecutionContext* context)
WorkerGlobalScope.h 143 WorkerGlobalScope(const KURL&, const String& userAgent, WorkerThread*, double timeOrigin, PassOwnPtrWillBeRawPtr<WorkerClients>);
WorkerThread.cpp 68 WorkerThread::WorkerThread(WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData)
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathParser.h 70 PassOwnPtrWillBeRawPtr<Expression> parseStatement(const String& statement, PassRefPtrWillBeRawPtr<XPathNSResolver>, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/web/
ValidationMessageClientImpl.cpp 53 PassOwnPtrWillBeRawPtr<ValidationMessageClientImpl> ValidationMessageClientImpl::create(WebViewImpl& webView)
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationTimeline.cpp 48 PassRefPtrWillBeRawPtr<AnimationTimeline> AnimationTimeline::create(Document* document, PassOwnPtrWillBeRawPtr<PlatformTiming> timing)
53 AnimationTimeline::AnimationTimeline(Document* document, PassOwnPtrWillBeRawPtr<PlatformTiming> timing)
KeyframeEffectModel.cpp 56 PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > KeyframeEffectModelBase::sample(int iteration, double fraction, double iterationDuration) const
214 void KeyframeEffectModelBase::PropertySpecificKeyframeGroup::appendKeyframe(PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> keyframe)
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.h 178 static PassOwnPtrWillBeRawPtr<CSSAnimationUpdate> calculateUpdate(Element*, const Element& parentElement, const RenderStyle&, RenderStyle* parentStyle, StyleResolver*);
180 void setPendingUpdate(PassOwnPtrWillBeRawPtr<CSSAnimationUpdate> update) { m_pendingUpdate = update; }
  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleSet.h 129 static PassOwnPtrWillBeRawPtr<RuleSet> create() { return adoptPtrWillBeNoop(new RuleSet); }
191 static PassOwnPtrWillBeRawPtr<PendingRuleMaps> create() { return adoptPtrWillBeNoop(new PendingRuleMaps); }
CSSFontFace.cpp 41 void CSSFontFace::addSource(PassOwnPtrWillBeRawPtr<CSSFontFaceSource> source)
MediaList.cpp 151 void MediaQuerySet::addMediaQuery(PassOwnPtrWillBeRawPtr<MediaQuery> mediaQuery)
MediaQueryExp.cpp 196 PassOwnPtrWillBeRawPtr<MediaQueryExp> MediaQueryExp::createIfValid(const String& mediaFeature, CSSParserValueList* valueList)
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLStatementBackend.cpp 74 PassRefPtrWillBeRawPtr<SQLStatementBackend> SQLStatementBackend::create(PassOwnPtrWillBeRawPtr<AbstractSQLStatement> frontend,
80 SQLStatementBackend::SQLStatementBackend(PassOwnPtrWillBeRawPtr<AbstractSQLStatement> frontend,
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ChildListMutationScope.cpp 54 ChildListMutationAccumulator::ChildListMutationAccumulator(PassRefPtrWillBeRawPtr<Node> target, PassOwnPtrWillBeRawPtr<MutationObserverInterestGroup> observers)
NodeRareData.h 178 static PassOwnPtrWillBeRawPtr<NodeListsNodeData> create()
244 static PassOwnPtrWillBeRawPtr<NodeMutationObserverData> create()
DocumentTest.cpp 65 static PassOwnPtrWillBeRawPtr<MockDocumentVisibilityObserver> create(Document& document)
StyleEngine.h 73 static PassOwnPtrWillBeRawPtr<StyleEngine> create(Document& document) { return adoptPtrWillBeNoop(new StyleEngine(document)); }
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLinkElement.h 61 static PassOwnPtrWillBeRawPtr<LinkStyle> create(HTMLLinkElement* owner);
  /external/chromium_org/third_party/WebKit/Source/core/page/
PointerLockController.cpp 44 PassOwnPtrWillBeRawPtr<PointerLockController> PointerLockController::create(Page* page)
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
LocalFileSystem.cpp 76 PassOwnPtrWillBeRawPtr<LocalFileSystem> LocalFileSystem::create(PassOwnPtr<FileSystemClient> client)
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationController.cpp 106 PassOwnPtrWillBeRawPtr<GeolocationController> GeolocationController::create(LocalFrame& frame, GeolocationClient* client)
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.h 800 #define PassOwnPtrWillBeRawPtr WTF::RawPtr
853 template<typename T> PassOwnPtrWillBeRawPtr<T> adoptPtrWillBeNoop(T* ptr)
859 return PassOwnPtrWillBeRawPtr<T>(ptr);
    [all...]

Completed in 776 milliseconds

1 2 3 4 5 6 78 910