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

1 2 3 4 5 67 8 910

  /external/chromium_org/third_party/WebKit/Source/web/
ServiceWorkerGlobalScopeClientImpl.cpp 45 PassOwnPtrWillBeRawPtr<ServiceWorkerGlobalScopeClient> ServiceWorkerGlobalScopeClientImpl::create(WebServiceWorkerContextClient& client)
StorageQuotaClientImpl.cpp 55 PassOwnPtrWillBeRawPtr<StorageQuotaClientImpl> StorageQuotaClientImpl::create()
WorkerPermissionClient.cpp 44 PassOwnPtrWillBeRawPtr<WorkerPermissionClient> WorkerPermissionClient::create(PassOwnPtr<WebWorkerPermissionClientProxy> proxy)
  /external/chromium_org/third_party/WebKit/Source/core/animation/
InterpolableValueTest.cpp 35 PassRefPtrWillBeRawPtr<Interpolation> interpolateLists(PassOwnPtrWillBeRawPtr<InterpolableList> listA, PassOwnPtrWillBeRawPtr<InterpolableList> listB, double progress)
  /external/chromium_org/third_party/WebKit/Source/core/animation/interpolation/
LengthStyleInterpolationTest.cpp 17 static PassOwnPtrWillBeRawPtr<InterpolableValue> lengthToInterpolableValue(CSSValue* value)
39 static PassOwnPtrWillBeRawPtr<InterpolableList> createInterpolableLength(double a, double b, double c, double d, double e, double f, double g, double h, double i, double j)
LengthStyleInterpolation.cpp 27 PassOwnPtrWillBeRawPtr<InterpolableValue> LengthStyleInterpolation::lengthToInterpolableValue(CSSValue* value)
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverState.h 70 void setAnimationUpdate(PassOwnPtrWillBeRawPtr<CSSAnimationUpdate>);
72 PassOwnPtrWillBeRawPtr<CSSAnimationUpdate> takeAnimationUpdate();
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCollection.h 75 static PassOwnPtrWillBeRawPtr<NamedItemCache> create()
114 void setNamedItemCache(PassOwnPtrWillBeRawPtr<NamedItemCache> cache) const
FormAssociatedElement.cpp 42 static PassOwnPtrWillBeRawPtr<FormAttributeTargetObserver> create(const AtomicString& id, FormAssociatedElement*);
272 void FormAssociatedElement::setFormAttributeTargetObserver(PassOwnPtrWillBeRawPtr<FormAttributeTargetObserver> newObserver)
329 PassOwnPtrWillBeRawPtr<FormAttributeTargetObserver> FormAttributeTargetObserver::create(const AtomicString& id, FormAssociatedElement* element)
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilder.h 57 static PassOwnPtrWillBeRawPtr<HTMLTreeBuilder> create(HTMLDocumentParser* parser, HTMLDocument* document, ParserContentPolicy parserContentPolicy, bool reportErrors, const HTMLParserOptions& options)
61 static PassOwnPtrWillBeRawPtr<HTMLTreeBuilder> create(HTMLDocumentParser* parser, DocumentFragment* fragment, Element* contextElement, ParserContentPolicy parserContentPolicy, const HTMLParserOptions& options)
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFace.h 68 void addSource(PassOwnPtrWillBeRawPtr<CSSFontFaceSource>);
CSSRuleList.h 91 static PassOwnPtrWillBeRawPtr<LiveCSSRuleList> create(Rule* rule)
MediaList.h 55 void addMediaQuery(PassOwnPtrWillBeRawPtr<MediaQuery>);
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
MediaQueryParser.h 37 PassOwnPtrWillBeRawPtr<MediaQuery> takeMediaQuery();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
IdTargetObserverRegistry.cpp 33 PassOwnPtrWillBeRawPtr<IdTargetObserverRegistry> IdTargetObserverRegistry::create()
MutationObserverRegistration.cpp 40 PassOwnPtrWillBeRawPtr<MutationObserverRegistration> MutationObserverRegistration::create(MutationObserver& observer, Node* registrationNode, MutationObserverOptions options, const HashSet<AtomicString>& attributeFilter)
  /external/chromium_org/third_party/WebKit/Source/core/editing/
UndoStack.cpp 50 PassOwnPtrWillBeRawPtr<UndoStack> UndoStack::create()
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
InputTypeView.cpp 162 PassOwnPtrWillBeRawPtr<ClickHandlingState> InputTypeView::willDispatchClick()
FormController.h 95 static PassOwnPtrWillBeRawPtr<FormController> create()
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
LinkImport.cpp 44 PassOwnPtrWillBeRawPtr<LinkImport> LinkImport::create(HTMLLinkElement* owner)
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTParser.h 70 static PassOwnPtrWillBeRawPtr<VTTParser> create(VTTParserClient* client, Document& document)
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.h 61 static PassOwnPtrWillBeRawPtr<DragController> create(Page*, DragClient*);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionBackend.h 85 virtual void executeSQL(PassOwnPtrWillBeRawPtr<AbstractSQLStatement>, const String& statement,
  /external/chromium_org/third_party/WebKit/Source/core/events/
GenericEventQueue.cpp 36 PassOwnPtrWillBeRawPtr<GenericEventQueue> GenericEventQueue::create(EventTarget* owner)
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 64 PassOwnPtrWillBeRawPtr<WebGLRenderingContext> WebGLRenderingContext::create(HTMLCanvasElement* canvas, WebGLContextAttributes* attrs)

Completed in 702 milliseconds

1 2 3 4 5 67 8 910