Searched refs:gAbstractInlineTextBoxMap (Results 1 – 2 of 2) sorted by relevance
39 …extBox::InlineToAbstractInlineTextBoxHashMap* AbstractInlineTextBox::gAbstractInlineTextBoxMap = 0; member in WebCore::AbstractInlineTextBox46 if (!gAbstractInlineTextBoxMap) in getOrCreate()47 gAbstractInlineTextBoxMap = new InlineToAbstractInlineTextBoxHashMap(); in getOrCreate()49 …InlineToAbstractInlineTextBoxHashMap::const_iterator it = gAbstractInlineTextBoxMap->find(inlineTe… in getOrCreate()50 if (it != gAbstractInlineTextBoxMap->end()) in getOrCreate()54 gAbstractInlineTextBoxMap->set(inlineTextBox, obj); in getOrCreate()60 if (!gAbstractInlineTextBoxMap) in willDestroy()63 …InlineToAbstractInlineTextBoxHashMap::const_iterator it = gAbstractInlineTextBoxMap->find(inlineTe… in willDestroy()64 if (it != gAbstractInlineTextBoxMap->end()) { in willDestroy()66 gAbstractInlineTextBoxMap->remove(inlineTextBox); in willDestroy()
93 static InlineToAbstractInlineTextBoxHashMap* gAbstractInlineTextBoxMap; variable