Searched refs:OwnPtrWillBeMember (Results 1 - 25 of 155) sorted by relevance

1234567

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSDefaultStyleSheets.h63 OwnPtrWillBeMember<RuleSet> m_defaultStyle;
64 OwnPtrWillBeMember<RuleSet> m_defaultViewportStyle;
65 OwnPtrWillBeMember<RuleSet> m_defaultQuirksStyle;
66 OwnPtrWillBeMember<RuleSet> m_defaultPrintStyle;
67 OwnPtrWillBeMember<RuleSet> m_defaultViewSourceStyle;
68 OwnPtrWillBeMember<RuleSet> m_defaultXHTMLMobileProfileStyle;
69 OwnPtrWillBeMember<RuleSet> m_defaultTransitionStyle;
H A DMediaQuery.h41 typedef WillBeHeapVector<OwnPtrWillBeMember<MediaQueryExp> > ExpressionHeapVector;
70 OwnPtrWillBeMember<ExpressionHeapVector> m_expressions;
H A DTreeBoundaryCrossingRules.h62 OwnPtrWillBeMember<RuleSet> ruleSet;
74 typedef WillBeHeapVector<OwnPtrWillBeMember<RuleSubSet> > CSSStyleSheetRuleSubSet;
78 typedef WillBeHeapHashMap<RawPtrWillBeMember<const ContainerNode>, OwnPtrWillBeMember<CSSStyleSheetRuleSubSet> > TreeBoundaryCrossingRuleSetMap;
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DRadioButtonGroupScope.h49 typedef WillBeHeapHashMap<AtomicString, OwnPtrWillBeMember<RadioButtonGroup>, CaseFoldingHash> NameToGroupMap;
50 OwnPtrWillBeMember<NameToGroupMap> m_nameToGroupMap;
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathPath.h42 Filter(PassOwnPtrWillBeRawPtr<Expression>, WillBeHeapVector<OwnPtrWillBeMember<Predicate> >&);
51 OwnPtrWillBeMember<Expression> m_expr;
52 WillBeHeapVector<OwnPtrWillBeMember<Predicate> > m_predicates;
85 OwnPtrWillBeMember<Expression> m_filter;
86 OwnPtrWillBeMember<LocationPath> m_path;
H A DXPathFunctions.h38 void setArguments(WillBeHeapVector<OwnPtrWillBeMember<Expression> >&);
52 Function* createFunction(const String& name, WillBeHeapVector<OwnPtrWillBeMember<Expression> >&);
H A DXPathStep.h84 WillBeHeapVector<OwnPtrWillBeMember<Predicate> >& mergedPredicates() { return m_mergedPredicates; }
85 const WillBeHeapVector<OwnPtrWillBeMember<Predicate> >& mergedPredicates() const { return m_mergedPredicates; }
93 WillBeHeapVector<OwnPtrWillBeMember<Predicate> > m_mergedPredicates;
97 Step(Axis, const NodeTest&, WillBeHeapVector<OwnPtrWillBeMember<Predicate> >&);
118 OwnPtrWillBeMember<NodeTest> m_nodeTest;
119 WillBeHeapVector<OwnPtrWillBeMember<Predicate> > m_predicates;
H A DXPathParser.h82 void registerPredicateVector(WillBeHeapVector<OwnPtrWillBeMember<Predicate> >*);
83 void deletePredicateVector(WillBeHeapVector<OwnPtrWillBeMember<Predicate> >*);
85 void registerExpressionVector(WillBeHeapVector<OwnPtrWillBeMember<Expression> >*);
86 void deleteExpressionVector(WillBeHeapVector<OwnPtrWillBeMember<Expression> >*);
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DInterpolation.h29 const OwnPtrWillBeMember<InterpolableValue> m_start;
30 const OwnPtrWillBeMember<InterpolableValue> m_end;
34 mutable OwnPtrWillBeMember<InterpolableValue> m_cachedValue;
H A DKeyframeEffectModel.h57 typedef WillBeHeapVector<OwnPtrWillBeMember<Keyframe::PropertySpecificKeyframe> > PropertySpecificKeyframeVector;
117 typedef WillBeHeapHashMap<CSSPropertyID, OwnPtrWillBeMember<PropertySpecificKeyframeGroup> > KeyframeGroupMap;
118 mutable OwnPtrWillBeMember<KeyframeGroupMap> m_keyframeGroups;
H A DAnimationStack.h64 WillBeHeapVector<OwnPtrWillBeMember<SampledEffect> > m_effects;
H A DSampledEffect.h44 OwnPtrWillBeMember<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > m_interpolations;
/external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
H A DDescendantInvalidationSet.h90 OwnPtrWillBeMember<WillBeHeapHashSet<AtomicString> > m_classes;
91 OwnPtrWillBeMember<WillBeHeapHashSet<AtomicString> > m_ids;
92 OwnPtrWillBeMember<WillBeHeapHashSet<AtomicString> > m_tagNames;
93 OwnPtrWillBeMember<WillBeHeapHashSet<AtomicString> > m_attributes;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElementRareData.h137 OwnPtrWillBeMember<DatasetDOMStringMap> m_dataset;
138 OwnPtrWillBeMember<ClassList> m_classList;
139 OwnPtrWillBeMember<ElementShadow> m_shadow;
140 OwnPtrWillBeMember<NamedNodeMap> m_attributeMap;
141 OwnPtrWillBeMember<WillBeHeapVector<RefPtrWillBeMember<Attr> > > m_attrNodeList;
142 OwnPtrWillBeMember<InputMethodContext> m_inputMethodContext;
143 OwnPtrWillBeMember<ActiveAnimations> m_activeAnimations;
144 OwnPtrWillBeMember<InlineCSSStyleDeclaration> m_cssomWrapper;
H A DNodeRareData.h38 WillBeHeapVector<OwnPtrWillBeMember<MutationObserverRegistration> > registry;
124 OwnPtrWillBeMember<NodeListsNodeData> m_nodeLists;
125 OwnPtrWillBeMember<NodeMutationObserverData> m_mutationObserverData;
H A DNodeRareData.cpp43 OwnPtrWillBeMember<NodeMutationObserverData> m_mutationObserverData;
H A DTreeScope.h185 OwnPtrWillBeMember<DocumentOrderedMap> m_elementsById;
186 OwnPtrWillBeMember<DocumentOrderedMap> m_imageMapsByName;
187 OwnPtrWillBeMember<DocumentOrderedMap> m_labelsByForAttribute;
189 OwnPtrWillBeMember<IdTargetObserverRegistry> m_idTargetObserverRegistry;
191 OwnPtrWillBeMember<ScopedStyleResolver> m_scopedStyleResolver;
H A DDocumentMarkerController.h104 typedef WillBeHeapVector<OwnPtrWillBeMember<RenderedDocumentMarker> > MarkerList;
105 typedef WillBeHeapVector<OwnPtrWillBeMember<MarkerList>, DocumentMarker::MarkerTypeIndexesCount> MarkerLists;
106 typedef WillBeHeapHashMap<RawPtrWillBeWeakMember<const Node>, OwnPtrWillBeMember<MarkerLists> > MarkerMap;
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementAsyncImportMicrotaskQueue.cpp45 WillBeHeapVector<OwnPtrWillBeMember<CustomElementMicrotaskStep> > remaining;
H A DCustomElementMicrotaskQueueBase.h37 WillBeHeapVector<OwnPtrWillBeMember<CustomElementMicrotaskStep> > m_queue;
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocalFrame.h176 const OwnPtrWillBeMember<Editor> m_editor;
177 const OwnPtrWillBeMember<SpellChecker> m_spellChecker;
178 const OwnPtrWillBeMember<FrameSelection> m_selection;
179 const OwnPtrWillBeMember<EventHandler> m_eventHandler;
180 const OwnPtrWillBeMember<FrameConsole> m_console;
181 OwnPtrWillBeMember<InputMethodController> m_inputMethodController;
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DBisonCSSParser.h140 WillBeHeapVector<OwnPtrWillBeMember<MediaQueryExp> >* createFloatingMediaQueryExpList();
141 PassOwnPtrWillBeRawPtr<WillBeHeapVector<OwnPtrWillBeMember<MediaQueryExp> > > sinkFloatingMediaQueryExpList(WillBeHeapVector<OwnPtrWillBeMember<MediaQueryExp> >*);
142 MediaQuery* createFloatingMediaQuery(MediaQuery::Restrictor, const AtomicString&, PassOwnPtrWillBeRawPtr<WillBeHeapVector<OwnPtrWillBeMember<MediaQueryExp> > >);
143 MediaQuery* createFloatingMediaQuery(PassOwnPtrWillBeRawPtr<WillBeHeapVector<OwnPtrWillBeMember<MediaQueryExp> > >);
282 WillBeHeapVector<OwnPtrWillBeMember<RuleList> > m_parsedRuleLists;
288 OwnPtrWillBeMember<MediaQuery> m_floatingMediaQuery;
289 OwnPtrWillBeMember<MediaQueryExp> m_floatingMediaQueryExp;
290 OwnPtrWillBeMember<WillBeHeapVector<OwnPtrWillBeMember<MediaQueryEx
[all...]
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPage.h247 const OwnPtrWillBeMember<DragCaretController> m_dragCaretController;
248 const OwnPtrWillBeMember<DragController> m_dragController;
249 const OwnPtrWillBeMember<FocusController> m_focusController;
250 const OwnPtrWillBeMember<ContextMenuController> m_contextMenuController;
251 const OwnPtrWillBeMember<InspectorController> m_inspectorController;
252 const OwnPtrWillBeMember<PointerLockController> m_pointerLockController;
254 const OwnPtrWillBeMember<UndoStack> m_undoStack;
276 OwnPtrWillBeMember<ValidationMessageClient> m_validationMessageClient;
304 OwnPtrWillBeMember<FrameHost> m_frameHost;
/external/chromium_org/third_party/WebKit/Source/core/html/imports/
H A DHTMLImportsController.h84 OwnPtrWillBeMember<HTMLImportTreeRoot> m_root;
85 typedef WillBeHeapVector<OwnPtrWillBeMember<HTMLImportLoader> > LoaderList;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DWorkerInspectorController.h75 OwnPtrWillBeMember<InspectorCompositeState> m_state;
77 OwnPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager;

Completed in 230 milliseconds

1234567