HomeSort by relevance Sort by last modified time
    Searched refs:gAbstractInlineTextBoxMap (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
AbstractInlineTextBox.cpp 39 AbstractInlineTextBox::InlineToAbstractInlineTextBoxHashMap* AbstractInlineTextBox::gAbstractInlineTextBoxMap = 0;
46 if (!gAbstractInlineTextBoxMap)
47 gAbstractInlineTextBoxMap = new InlineToAbstractInlineTextBoxHashMap();
49 InlineToAbstractInlineTextBoxHashMap::const_iterator it = gAbstractInlineTextBoxMap->find(inlineTextBox);
50 if (it != gAbstractInlineTextBoxMap->end())
54 gAbstractInlineTextBoxMap->set(inlineTextBox, obj);
60 if (!gAbstractInlineTextBoxMap)
63 InlineToAbstractInlineTextBoxHashMap::const_iterator it = gAbstractInlineTextBoxMap->find(inlineTextBox);
64 if (it != gAbstractInlineTextBoxMap->end()) {
66 gAbstractInlineTextBoxMap->remove(inlineTextBox)
    [all...]
AbstractInlineTextBox.h 93 static InlineToAbstractInlineTextBoxHashMap* gAbstractInlineTextBoxMap;

Completed in 54 milliseconds