Searched
refs:RefPtr (Results
301 -
325 of
1730) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/WebKit/Source/platform/audio/chromium/ |
AudioDestinationChromium.h | 68 RefPtr<AudioBus> m_inputBus; 69 RefPtr<AudioBus> m_renderBus;
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
FontDataCache.h | 92 typedef HashMap<FontPlatformData, pair<RefPtr<SimpleFontData>, unsigned>, FontDataCacheKeyHash, FontDataCacheKeyTraits> Cache; 94 ListHashSet<RefPtr<SimpleFontData> > m_inactiveFontData;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebEmbeddedWorkerImpl.h | 83 RefPtr<WebCore::WorkerThread> m_workerThread; 93 RefPtr<WebCore::ExecutionContext> m_loadingContext;
|
WebStorageEventDispatcherImpl.cpp | 49 RefPtr<WebCore::SecurityOrigin> securityOrigin = WebCore::SecurityOrigin::create(origin); 61 RefPtr<WebCore::SecurityOrigin> securityOrigin = WebCore::SecurityOrigin::create(origin);
|
/external/chromium_org/ui/gfx/ozone/impl/ |
file_surface_factory.h | 41 skia::RefPtr<SkBitmapDevice> device_; 42 skia::RefPtr<SkCanvas> canvas_;
|
/external/chromium_org/cc/output/ |
render_surface_filters.h | 11 #include "skia/ext/refptr.h" 33 static skia::RefPtr<SkImageFilter> BuildImageFilter(
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
AnimatableStrokeDasharrayList.h | 56 AnimatableStrokeDasharrayList(Vector<RefPtr<AnimatableValue> >& values)
|
InertAnimation.h | 36 #include "wtf/RefPtr.h" 55 RefPtr<AnimationEffect> m_effect;
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSBorderImageSliceValue.h | 31 #include "wtf/RefPtr.h" 52 RefPtr<CSSPrimitiveValue> m_slices;
|
CSSKeyframesRule.h | 46 const Vector<RefPtr<StyleKeyframe> >& keyframes() const { return m_keyframes; } 66 Vector<RefPtr<StyleKeyframe> > m_keyframes; 102 RefPtr<StyleRuleKeyframes> m_keyframesRule; 103 mutable Vector<RefPtr<CSSKeyframeRule> > m_childRuleCSSOMWrappers;
|
InspectorCSSOMWrappers.cpp | 87 void InspectorCSSOMWrappers::collectFromStyleSheetContents(HashSet<RefPtr<CSSStyleSheet> >& sheetWrapperSet, StyleSheetContents* styleSheet) 91 RefPtr<CSSStyleSheet> styleSheetWrapper = CSSStyleSheet::create(styleSheet); 96 void InspectorCSSOMWrappers::collectFromStyleSheets(const Vector<RefPtr<CSSStyleSheet> >& sheets) 104 Vector<const Vector<RefPtr<CSSStyleSheet> >*> activeAuthorStyleSheets;
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ClientRectList.h | 53 Vector<RefPtr<ClientRect> > m_list;
|
SecurityContext.cpp | 63 RefPtr<SecurityOrigin> other = SecurityOrigin::create(url);
|
SecurityContext.h | 31 #include "wtf/RefPtr.h" 63 RefPtr<SecurityOrigin> m_securityOrigin;
|
SelectorQuery.h | 61 void collectElementsByClassName(Node& rootNode, const AtomicString& className, Vector<RefPtr<Node> >&) const; 63 void collectElementsByTagName(Node& rootNode, const QualifiedName& tagName, Vector<RefPtr<Node> >&) const; 66 void executeSlowQueryAll(Node& rootNode, Vector<RefPtr<Node> >& matchedElements) const; 67 void executeQueryAll(Node& rootNode, Vector<RefPtr<Node> >& matchedElements) const;
|
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/ |
CustomElementRegistry.h | 40 #include "wtf/RefPtr.h" 61 typedef HashMap<CustomElementDescriptor, RefPtr<CustomElementDefinition> > DefinitionMap;
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
DeleteFromTextNodeCommand.h | 48 RefPtr<Text> m_node;
|
InsertIntoTextNodeCommand.h | 48 RefPtr<Text> m_node;
|
MoveSelectionCommand.h | 48 RefPtr<DocumentFragment> m_fragment;
|
RemoveCSSPropertyCommand.h | 50 RefPtr<Element> m_element;
|
ReplaceSelectionCommand.h | 73 RefPtr<Node> m_firstNodeInserted; 74 RefPtr<Node> m_lastNodeInserted; 108 RefPtr<EditingStyle> m_insertionStyle; 112 RefPtr<DocumentFragment> m_documentFragment;
|
SetNodeAttributeCommand.h | 47 RefPtr<Element> m_element;
|
SpellingCorrectionCommand.h | 45 RefPtr<Range> m_rangeToBeCorrected;
|
UndoStack.h | 61 typedef Deque<RefPtr<UndoStep> > UndoStepStack;
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
DOMWindowEventQueue.cpp | 83 ListHashSet<RefPtr<Event>, 16>::iterator it = m_queuedEvents.find(event); 109 RefPtr<DOMWindowEventQueue> protector(this); 112 ListHashSet<RefPtr<Event>, 16>::iterator iter = m_queuedEvents.begin(); 113 RefPtr<Event> event = *iter;
|
Completed in 586 milliseconds
<<11121314151617181920>>