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

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h 68 static PassOwnPtr<Editor> create(Frame&);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
ContentSearchUtils.cpp 92 PassOwnPtr<ScriptRegexp> createSearchRegex(const String& query, bool caseSensitive, bool isRegex)
InspectorCSSAgent.h 100 static PassOwnPtr<InspectorCSSAgent> create(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InspectorDOMAgent* domAgent, InspectorPageAgent* pageAgent, InspectorResourceAgent* resourceAgent)
InspectorDOMStorageAgent.cpp 206 PassOwnPtr<StorageArea> InspectorDOMStorageAgent::findStorageArea(ErrorString* errorString, const RefPtr<JSONObject>& storageId, Frame*& targetFrame)
InspectorHeapProfilerAgent.cpp 60 PassOwnPtr<InspectorHeapProfilerAgent> InspectorHeapProfilerAgent::create(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* inspectorState, InjectedScriptManager* injectedScriptManager)
InspectorPageAgent.h 78 static PassOwnPtr<InspectorPageAgent> create(InstrumentingAgents*, Page*, InspectorCompositeState*, InjectedScriptManager*, InspectorClient*, InspectorOverlay*);
InspectorProfilerAgent.cpp 84 PassOwnPtr<InspectorProfilerAgent> InspectorProfilerAgent::create(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* inspectorState, InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay)
InspectorStyleSheet.cpp 56 #include "wtf/PassOwnPtr.h"
72 void setSourceData(PassOwnPtr<RuleSourceDataList>);
113 void ParsedStyleSheet::setSourceData(PassOwnPtr<RuleSourceDataList> sourceData)
138 static PassOwnPtr<CSSParser> createCSSParser(Document* document)
695 OwnPtr<Vector<unsigned> > lineEndings(m_parentStyleSheet ? m_parentStyleSheet->lineEndings() : PassOwnPtr<Vector<unsigned> >());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
AutoscrollController.cpp 46 PassOwnPtr<AutoscrollController> AutoscrollController::create(Page& page)
Page.h 231 PassOwnPtr<LifecycleNotifier<Page> > createLifecycleNotifier();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FlowThreadController.cpp 41 PassOwnPtr<FlowThreadController> FlowThreadController::create(RenderView* view)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourcePattern.cpp 235 PassOwnPtr<ImageBuffer> RenderSVGResourcePattern::createTileImage(const PatternAttributes& attributes,
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAttributeToPropertyMap.cpp 24 #include "wtf/PassOwnPtr.h"
120 AttributeToPropertiesMap::AddResult addResult = m_map.add(attributeName, PassOwnPtr<PropertiesVector>());
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionBackendSync.cpp 54 SQLTransactionBackendSync::SQLTransactionBackendSync(DatabaseSync* db, PassOwnPtr<SQLTransactionSyncCallback> callback, bool readOnly)
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
FFTFrame.cpp 56 PassOwnPtr<FFTFrame> FFTFrame::createInterpolatedFrame(const FFTFrame& frame1, const FFTFrame& frame2, double x)
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SimpleFontData.cpp 236 PassOwnPtr<SimpleFontData::DerivedFontData> SimpleFontData::DerivedFontData::create(bool forCustomFont)
SimpleFontData.h 40 #include "wtf/PassOwnPtr.h"
222 static PassOwnPtr<DerivedFontData> create(bool forCustomFont);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageFrameGenerator.cpp 226 PassOwnPtr<ScaledImageFragment> ImageFrameGenerator::decode(size_t index, ImageDecoder** decoder)
ImageDecodingStoreTest.cpp 77 PassOwnPtr<ScaledImageFragment> createCompleteImage(const SkISize& size, bool discardable = false, size_t index = 0)
88 PassOwnPtr<ScaledImageFragment> createIncompleteImage(const SkISize& size, bool discardable = false, size_t generation = 0)
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 59 PassOwnPtr<LinkHighlight> LinkHighlight::create(Node* node, WebViewImpl* owningWebViewImpl)
StorageAreaProxy.cpp 53 StorageAreaProxy::StorageAreaProxy(PassOwnPtr<blink::WebStorageArea> storageArea, StorageType storageType)
WebMediaPlayerClientImpl.h 45 #include "wtf/PassOwnPtr.h"
64 static PassOwnPtr<WebCore::MediaPlayer> create(WebCore::MediaPlayerClient*);
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextEncodingRegistry.cpp 287 PassOwnPtr<TextCodec> newTextCodec(const TextEncoding& encoding)
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Frame.cpp 69 #include "wtf/PassOwnPtr.h"
626 PassOwnPtr<DragImage> Frame::nodeImage(Node* node)
667 PassOwnPtr<DragImage> Frame::dragImageForSelection()
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
PolygonShape.cpp 140 static inline PassOwnPtr<FloatPolygon> computeShapePaddingBounds(const FloatPolygon& polygon, float padding, WindRule fillRule)
161 static inline PassOwnPtr<FloatPolygon> computeShapeMarginBounds(const FloatPolygon& polygon, float margin, WindRule fillRule)

Completed in 1868 milliseconds

<<21222324252627282930>>