HomeSort by relevance Sort by last modified time
    Searched refs:OwnPtrWillBeMember (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSDefaultStyleSheets.h 63 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;
MediaQuery.h 41 typedef WillBeHeapVector<OwnPtrWillBeMember<MediaQueryExp> > ExpressionHeapVector;
70 OwnPtrWillBeMember<ExpressionHeapVector> m_expressions;
TreeBoundaryCrossingRules.h 62 OwnPtrWillBeMember<RuleSet> ruleSet;
74 typedef WillBeHeapVector<OwnPtrWillBeMember<RuleSubSet> > CSSStyleSheetRuleSubSet;
78 typedef WillBeHeapHashMap<RawPtrWillBeMember<const ContainerNode>, OwnPtrWillBeMember<CSSStyleSheetRuleSubSet> > TreeBoundaryCrossingRuleSetMap;
CSSGroupingRule.h 59 mutable OwnPtrWillBeMember<CSSRuleList> m_ruleListCSSOMWrapper;
  /external/chromium_org/third_party/WebKit/Source/core/animation/
Interpolation.h 29 const OwnPtrWillBeMember<InterpolableValue> m_start;
30 const OwnPtrWillBeMember<InterpolableValue> m_end;
34 mutable OwnPtrWillBeMember<InterpolableValue> m_cachedValue;
AnimationStack.h 64 WillBeHeapVector<OwnPtrWillBeMember<SampledEffect> > m_effects;
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
RadioButtonGroupScope.h 49 typedef WillBeHeapHashMap<AtomicString, OwnPtrWillBeMember<RadioButtonGroup>, CaseFoldingHash> NameToGroupMap;
50 OwnPtrWillBeMember<NameToGroupMap> m_nameToGroupMap;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathPath.h 42 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;
XPathFunctions.h 38 void setArguments(WillBeHeapVector<OwnPtrWillBeMember<Expression> >&);
52 Function* createFunction(const String& name, WillBeHeapVector<OwnPtrWillBeMember<Expression> >&);
XPathStep.h 84 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;
XPathExpression.h 64 OwnPtrWillBeMember<XPath::Expression> m_topExpression;
XPathParser.h 82 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/css/invalidation/
DescendantInvalidationSet.h 90 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/custom/
CustomElementMicrotaskQueueBase.h 37 WillBeHeapVector<OwnPtrWillBeMember<CustomElementMicrotaskStep> > m_queue;
CustomElementAsyncImportMicrotaskQueue.cpp 45 WillBeHeapVector<OwnPtrWillBeMember<CustomElementMicrotaskStep> > remaining;
CustomElementUpgradeCandidateMap.h 71 typedef WillBeHeapHashMap<CustomElementDescriptor, OwnPtrWillBeMember<ElementSet> > UnresolvedDefinitionMap;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementRareData.h 137 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;
NodeRareData.h 38 WillBeHeapVector<OwnPtrWillBeMember<MutationObserverRegistration> > registry;
124 OwnPtrWillBeMember<NodeListsNodeData> m_nodeLists;
125 OwnPtrWillBeMember<NodeMutationObserverData> m_mutationObserverData;
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportsController.h 84 OwnPtrWillBeMember<HTMLImportTreeRoot> m_root;
85 typedef WillBeHeapVector<OwnPtrWillBeMember<HTMLImportLoader> > LoaderList;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
WorkerInspectorController.h 75 OwnPtrWillBeMember<InspectorCompositeState> m_state;
77 OwnPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.h 176 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;
FrameHost.h 87 const OwnPtrWillBeMember<EventHandlerRegistry> m_eventHandlerRegistry;
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
BisonCSSParser.h 140 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<MediaQueryExp> > > m_floatingMediaQueryExpList
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/events/
DOMWindowEventQueue.h 66 OwnPtrWillBeMember<DOMWindowEventQueueTimer> m_pendingEventTimer;
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.h 247 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;

Completed in 570 milliseconds

1 2 3 4 5 6 7