Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.cpp285 : m_parseState(BeginningOfLine) in StripComments()
370 ParseState m_parseState; member in WebCore::__anonf513f0e40111::StripComments
384 if (m_parseState != InMultiLineComment) in process()
385 m_parseState = BeginningOfLine; in process()
391 switch (m_parseState) { in process()
399 m_parseState = InPreprocessorDirective; in process()
405 m_parseState = MiddleOfLine; in process()
412 m_parseState = InSingleLineComment; in process()
419 m_parseState = InMultiLineComment; in process()
451 m_parseState = MiddleOfLine; in process()