Home
last modified time | relevance | path

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

/external/webkit/Tools/android/webkitmerge/
Dwebkitmerge.cpp281 vector<Pair> m_preprocessorConditions; member in Parse
366 m_preprocessorConditions.push_back(condition); in ParseLine()
374 int last = m_preprocessorConditions.size() - 1; in ParseLine()
376 lastText = m_preprocessorConditions[last].name; in ParseLine()
377 m_preprocessorConditions.pop_back(); in ParseLine()