HomeSort by relevance Sort by last modified time
    Searched refs:PassOwnPtr (Results 476 - 500 of 842) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindowLifecycleNotifier.cpp 57 PassOwnPtr<DOMWindowLifecycleNotifier> DOMWindowLifecycleNotifier::create(DOMWindow* context)
  /external/chromium_org/third_party/WebKit/Source/core/html/
LinkImport.cpp 43 PassOwnPtr<LinkImport> LinkImport::create(HTMLLinkElement* owner)
PublicURLManager.cpp 36 PassOwnPtr<PublicURLManager> PublicURLManager::create(ExecutionContext* context)
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
CheckboxInputType.cpp 39 #include "wtf/PassOwnPtr.h"
71 PassOwnPtr<ClickHandlingState> CheckboxInputType::willDispatchClick()
InputTypeView.h 79 virtual PassOwnPtr<ClickHandlingState> willDispatchClick();
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserScheduler.h 32 #include "wtf/PassOwnPtr.h"
63 static PassOwnPtr<HTMLParserScheduler> create(HTMLDocumentParser* parser)
HTMLScriptRunner.h 47 static PassOwnPtr<HTMLScriptRunner> create(Document* document, HTMLScriptRunnerHost* host)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMPatchSupport.h 36 #include "wtf/PassOwnPtr.h"
66 PassOwnPtr<Digest> createDigest(Node*, UnusedNodesMap*);
InjectedScriptHost.h 78 void addInspectedObject(PassOwnPtr<InspectableObject>);
InspectorAgent.h 35 #include "wtf/PassOwnPtr.h"
54 static PassOwnPtr<InspectorAgent> create(Page* page, InjectedScriptManager* injectedScriptManager, InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state)
InspectorApplicationCacheAgent.h 32 #include "wtf/PassOwnPtr.h"
46 static PassOwnPtr<InspectorApplicationCacheAgent> create(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InspectorPageAgent* pageAgent)
InspectorBaseAgent.cpp 35 #include "wtf/PassOwnPtr.h"
50 void InspectorAgentRegistry::append(PassOwnPtr<InspectorBaseAgentInterface> agent)
InspectorDatabaseAgent.h 35 #include "wtf/PassOwnPtr.h"
51 static PassOwnPtr<InspectorDatabaseAgent> create(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state)
InspectorFileSystemAgent.h 35 #include "wtf/PassOwnPtr.h"
46 static PassOwnPtr<InspectorFileSystemAgent> create(InstrumentingAgents*, InspectorPageAgent*, InspectorCompositeState*);
InspectorHeapProfilerAgent.h 40 #include "wtf/PassOwnPtr.h"
54 static PassOwnPtr<InspectorHeapProfilerAgent> create(InstrumentingAgents*, InspectorCompositeState*, InjectedScriptManager*);
InspectorIndexedDBAgent.h 35 #include "wtf/PassOwnPtr.h"
47 static PassOwnPtr<InspectorIndexedDBAgent> create(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InjectedScriptManager* injectedScriptManager, InspectorPageAgent* pageAgent)
InspectorInputAgent.h 36 #include "wtf/PassOwnPtr.h"
48 static PassOwnPtr<InspectorInputAgent> create(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* inspectorState, Page* page, InspectorClient* client)
InspectorProfilerAgent.h 38 #include "wtf/PassOwnPtr.h"
56 static PassOwnPtr<InspectorProfilerAgent> create(InstrumentingAgents*, InspectorCompositeState*, InjectedScriptManager*, InspectorOverlay*);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameFetchContext.h 36 #include "wtf/PassOwnPtr.h"
51 static PassOwnPtr<FrameFetchContext> create(Frame* frame) { return adoptPtr(new FrameFetchContext(frame)); }
TextTrackLoader.h 53 static PassOwnPtr<TextTrackLoader> create(TextTrackLoaderClient& client, Document& document)
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.h 59 static PassOwnPtr<DragController> create(Page*, DragClient*);
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ChromiumDataObjectItem.h 63 void getAsString(PassOwnPtr<StringCallback>, ExecutionContext*) const;
  /external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
RTCDataChannelHandler.cpp 30 PassOwnPtr<RTCDataChannelHandler> RTCDataChannelHandler::create(blink::WebRTCDataChannelHandler* webHandler)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FloatingObjects.h 52 static PassOwnPtr<FloatingObject> create(RenderBox*);
54 PassOwnPtr<FloatingObject> copyToNewContainer(LayoutSize, bool shouldPaint = false, bool isDescendant = false) const;
56 PassOwnPtr<FloatingObject> unsafeClone() const;
138 FloatingObject* add(PassOwnPtr<FloatingObject>);
FlowThreadController.h 47 static PassOwnPtr<FlowThreadController> create(RenderView*);

Completed in 1539 milliseconds

<<11121314151617181920>>