Home
last modified time | relevance | path

Searched refs:InlineToAbstractInlineTextBoxHashMap (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DAbstractInlineTextBox.cpp39 AbstractInlineTextBox::InlineToAbstractInlineTextBoxHashMap* AbstractInlineTextBox::gAbstractInline…
47 gAbstractInlineTextBoxMap = new InlineToAbstractInlineTextBoxHashMap(); in getOrCreate()
49InlineToAbstractInlineTextBoxHashMap::const_iterator it = gAbstractInlineTextBoxMap->find(inlineTe… in getOrCreate()
63InlineToAbstractInlineTextBoxHashMap::const_iterator it = gAbstractInlineTextBoxMap->find(inlineTe… in willDestroy()
DAbstractInlineTextBox.h92 …pedef HashMap<InlineTextBox*, RefPtr<AbstractInlineTextBox> > InlineToAbstractInlineTextBoxHashMap; typedef
93 static InlineToAbstractInlineTextBoxHashMap* gAbstractInlineTextBoxMap;