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

1 2 3 45 6 7

  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.h 120 OwnPtrWillBeMember<GenericEventQueue> m_asyncEventQueue;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFace.cpp 95 OwnPtrWillBeMember<CSSFontFaceSource>& source = m_sources.first();
140 OwnPtrWillBeMember<CSSFontFaceSource>& source = m_sources.first();
MediaList.cpp 206 const WillBeHeapVector<OwnPtrWillBeMember<MediaQuery> >& queries = m_mediaQueries->queryVector();
287 const WillBeHeapVector<OwnPtrWillBeMember<MediaQuery> >& mediaQueries = mediaQuerySet->queryVector();
CSSStyleSheet.h 146 mutable OwnPtrWillBeMember<CSSRuleList> m_ruleListCSSOMWrapper;
ElementRuleCollector.h 170 OwnPtrWillBeMember<WillBeHeapVector<MatchedRule, 32> > m_matchedRules;
FontFace.h 141 OwnPtrWillBeMember<CSSFontFace> m_cssFontFace;
PropertySetCSSStyleDeclaration.h 77 OwnPtrWillBeMember<WillBeHeapHashMap<RawPtrWillBeMember<CSSValue>, RefPtrWillBeMember<CSSValue> > > m_cssomCSSValueClones;
StyleSheetContents.h 199 OwnPtrWillBeMember<RuleSet> m_ruleSet;
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.h 224 OwnPtrWillBeMember<ResourceLoaderSet> m_loaders;
225 OwnPtrWillBeMember<ResourceLoaderSet> m_multipartLoaders;
MemoryCache.h 279 typedef WillBeHeapHashMap<String, OwnPtrWillBeMember<MemoryCacheEntry> > ResourceMap;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h     [all...]
PresentationAttributeStyle.cpp 69 typedef WillBeHeapHashMap<unsigned, OwnPtrWillBeMember<PresentationAttributeCacheEntry>, AlreadyHashed> PresentationAttributeCache;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathStep.cpp 48 Step::Step(Axis axis, const NodeTest& nodeTest, WillBeHeapVector<OwnPtrWillBeMember<Predicate> >& predicates)
75 WillBeHeapVector<OwnPtrWillBeMember<Predicate> > remainingPredicates;
242 const WillBeHeapVector<OwnPtrWillBeMember<Predicate> >& mergedPredicates = nodeTest.mergedPredicates();
XPathFunctions.cpp 294 void Function::setArguments(WillBeHeapVector<OwnPtrWillBeMember<Expression> >& args)
302 WillBeHeapVector<OwnPtrWillBeMember<Expression> >::iterator end = args.end();
303 for (WillBeHeapVector<OwnPtrWillBeMember<Expression> >::iterator it = args.begin(); it != end; ++it)
730 WillBeHeapVector<OwnPtrWillBeMember<Expression> > args;
734 Function* createFunction(const String& name, WillBeHeapVector<OwnPtrWillBeMember<Expression> >& args)
  /external/chromium_org/third_party/WebKit/Source/core/animation/
InterpolableValue.h 133 WillBeHeapVector<OwnPtrWillBeMember<InterpolableValue> > m_values;
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementScheduler.cpp 53 typedef WillBeHeapHashMap<RawPtrWillBeMember<Element>, OwnPtrWillBeMember<CustomElementCallbackQueue> > ElementCallbackQueueMap;
  /external/chromium_org/third_party/WebKit/Source/core/events/
Event.h 212 OwnPtrWillBeMember<EventPath> m_eventPath;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.h 196 OwnPtrWillBeMember<CanvasRenderingContext> m_context;
HTMLLinkElement.h 203 OwnPtrWillBeMember<LinkResource> m_link;
HTMLInputElement.h 377 OwnPtrWillBeMember<HTMLImageLoader> m_imageLoader;
378 OwnPtrWillBeMember<ListAttributeTargetObserver> m_listAttributeTargetObserver;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
AsyncCallStackTracker.h 169 typedef WillBeHeapHashMap<RawPtrWillBeMember<ExecutionContext>, OwnPtrWillBeMember<ExecutionContextData> > ExecutionContextDataMap;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 789 static const WillBeHeapVector<OwnPtrWillBeMember<HTMLElementEquivalent> >& htmlElementEquivalents()
791 DEFINE_STATIC_LOCAL(WillBePersistentHeapVector<OwnPtrWillBeMember<HTMLElementEquivalent> >, HTMLElementEquivalents, ());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.h 351 OwnPtrWillBeMember<ChromePrintContext> m_printContext;
359 OwnPtrWillBeMember<GeolocationClientProxy> m_geolocationClientProxy;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.cpp 443 typedef WillBeHeapHashMap<RawPtrWillBeMember<RenderObject>, OwnPtrWillBeMember<RenderSelectionInfo> > SelectionMap;
454 OwnPtrWillBeMember<RenderSelectionInfo>& blockInfo = selectedObjects.add(cb, nullptr).storedValue->value;
551 typedef WillBeHeapHashMap<RawPtrWillBeMember<RenderObject>, OwnPtrWillBeMember<RenderSelectionInfo> > SelectedObjectMap;
558 typedef WillBeHeapHashMap<RawPtrWillBeMember<RenderBlock>, OwnPtrWillBeMember<RenderBlockSelectionInfo> > SelectedBlockMap;
573 OwnPtrWillBeMember<RenderBlockSelectionInfo>& blockInfo = oldSelectedBlocks.add(cb, nullptr).storedValue->value;
628 OwnPtrWillBeMember<RenderBlockSelectionInfo>& blockInfo = newSelectedBlocks.add(cb, nullptr).storedValue->value;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.h 372 WillBeHeapVector<OwnPtrWillBeMember<State> > m_stateStack;
373 OwnPtrWillBeMember<HitRegionManager> m_hitRegionManager;

Completed in 651 milliseconds

1 2 3 45 6 7