/external/chromium_org/third_party/WebKit/Source/web/ |
WebMediaPlayerClientImpl.cpp | 53 static PassOwnPtr<WebMediaPlayer> createWebMediaPlayer(WebMediaPlayerClient* client, const WebURL& url, Frame* frame) 571 PassOwnPtr<MediaPlayer> WebMediaPlayerClientImpl::create(MediaPlayerClient* client)
|
FrameLoaderClientImpl.cpp | 722 PassOwnPtr<WebPluginLoadObserver> FrameLoaderClientImpl::pluginLoadObserver() 809 PassOwnPtr<WebServiceWorkerProvider> FrameLoaderClientImpl::createServiceWorkerProvider(PassOwnPtr<WebServiceWorkerProviderClient> client)
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8CustomElementLifecycleCallbacks.cpp | 42 #include "wtf/PassOwnPtr.h" 134 bool V8CustomElementLifecycleCallbacks::setBinding(CustomElementDefinition* owner, PassOwnPtr<CustomElementBinding> binding)
|
V8PerContextData.cpp | 151 void V8PerContextData::addCustomElementBinding(CustomElementDefinition* definition, PassOwnPtr<CustomElementBinding> binding)
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSSelector.h | 28 #include "wtf/PassOwnPtr.h" 219 void setSelectorList(PassOwnPtr<CSSSelectorList>);
|
MediaQueryExp.cpp | 206 PassOwnPtr<MediaQueryExp> MediaQueryExp::create(const AtomicString& mediaFeature, CSSParserValueList* valueList)
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Document.h | 57 #include "wtf/PassOwnPtr.h" 808 void setTransformSource(PassOwnPtr<TransformSource>); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/ |
ElementShadow.cpp | 123 PassOwnPtr<ElementShadow> ElementShadow::create()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
InputMethodController.cpp | 59 PassOwnPtr<InputMethodController> InputMethodController::create(Frame& frame)
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLPreloadScanner.cpp | 136 PassOwnPtr<PreloadRequest> createPreloadRequest(const KURL& predictedBaseURL, const SegmentedString& source)
|
HTMLToken.h | 31 #include "wtf/PassOwnPtr.h" 232 PassOwnPtr<DoctypeData> releaseDoctypeData()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorConsoleAgent.cpp | 49 #include "wtf/PassOwnPtr.h" 308 void InspectorConsoleAgent::addConsoleMessage(PassOwnPtr<ConsoleMessage> consoleMessage)
|
InspectorDebuggerAgent.h | 89 PassOwnPtr<ScriptSourceCode> preprocess(Frame*, const ScriptSourceCode&);
|
InspectorTimelineAgent.h | 44 #include "wtf/PassOwnPtr.h" 136 static PassOwnPtr<InspectorTimelineAgent> create(InstrumentingAgents* instrumentingAgents, InspectorPageAgent* pageAgent, InspectorMemoryAgent* memoryAgent, InspectorDOMAgent* domAgent, InspectorOverlay* overlay, InspectorCompositeState* state, InspectorType type, InspectorClient* client)
|
InspectorFileSystemAgent.cpp | 87 static PassOwnPtr<CallbackDispatcher> create(PassRefPtr<Handler> handler, HandlingMethod handlingMethod) 110 static PassOwnPtr<CallbackDispatcher<BaseCallback, Handler, Argument> > create(Handler* handler, bool (Handler::*handlingMethod)(Argument)) 599 PassOwnPtr<InspectorFileSystemAgent> InspectorFileSystemAgent::create(InstrumentingAgents* instrumentingAgents, InspectorPageAgent* pageAgent, InspectorCompositeState* state)
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderGrid.cpp | 123 PassOwnPtr<GridCoordinate> nextEmptyGridArea() [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
RasterShape.cpp | 219 PassOwnPtr<RasterShapeIntervals> RasterShapeIntervals::computeShapeMarginIntervals(unsigned shapeMargin) const
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
SQLTransactionBackend.cpp | 515 void SQLTransactionBackend::executeSQL(PassOwnPtr<AbstractSQLStatement> statement, [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
Font.h | 107 PassOwnPtr<TextLayout> createLayoutForMacComplexText(const TextRun&, unsigned textLength, float xPos, bool collapseWhiteSpace) const;
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
FloatPolygon.cpp | 82 FloatPolygon::FloatPolygon(PassOwnPtr<Vector<FloatPoint> > vertices, WindRule fillRule)
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
Canvas2DLayerBridge.cpp | 74 Canvas2DLayerBridge::Canvas2DLayerBridge(PassRefPtr<GraphicsContext3D> context, PassOwnPtr<SkDeferredCanvas> canvas, int msaaSampleCount, OpacityMode opacityMode)
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
TextCodecLatin1.cpp | 30 #include "wtf/PassOwnPtr.h" 107 static PassOwnPtr<TextCodec> newStreamingTextDecoderWindowsLatin1(const TextEncoding&, const void*)
|
TextCodecUTF8.cpp | 42 PassOwnPtr<TextCodec> TextCodecUTF8::create(const TextEncoding&, const void*)
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
DragController.cpp | 78 #include "wtf/PassOwnPtr.h" 148 PassOwnPtr<DragController> DragController::create(Page* page, DragClient* client) 805 static PassOwnPtr<DragImage> dragImageForImage(Element* element, Image* image, const IntPoint& dragOrigin, const IntRect& imageRect, IntPoint& dragLocation) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/ |
ScrollingCoordinator.cpp | 226 static PassOwnPtr<WebScrollbarLayer> createScrollbarLayer(Scrollbar* scrollbar) 237 PassOwnPtr<WebScrollbarLayer> ScrollingCoordinator::createSolidColorScrollbarLayer(ScrollbarOrientation orientation, int thumbThickness, bool isLeftSideVerticalScrollbar) 267 WebScrollbarLayer* ScrollingCoordinator::addWebScrollbarLayer(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, PassOwnPtr<blink::WebScrollbarLayer> scrollbarLayer) [all...] |