Searched refs:ParsingState (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_parser.h74 struct ParsingState;
78 scoped_ptr<ParsingState> state_;
H A Djtl_parser.cc57 struct JtlParser::ParsingState { struct in class:JtlParser
58 explicit ParsingState(const re2::StringPiece& compacted_source) function in struct:JtlParser::ParsingState
77 state_.reset(new ParsingState(compacted_source_));
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentParser.cpp37 : m_state(ParsingState)
74 ASSERT(m_state == ParsingState);
H A DDocumentParser.h77 bool isParsing() const { return m_state == ParsingState; }
117 ParsingState, enumerator in enum:blink::DocumentParser::ParserState
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
H A D_base.py97 state = http_header_util.ParsingState(subprotocol)
156 state = http_header_util.ParsingState(data)
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
H A D_base.py107 state = http_header_util.ParsingState(subprotocol)
193 state = http_header_util.ParsingState(data)
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.h207 struct ParsingState { struct in class:llvm::DWARFDebugLine
208 ParsingState(struct LineTable *LT);
H A DDWARFDebugLine.cpp196 DWARFDebugLine::ParsingState::ParsingState(struct LineTable *LT) function in class:DWARFDebugLine::ParsingState
201 void DWARFDebugLine::ParsingState::resetRowAndSequence() {
206 void DWARFDebugLine::ParsingState::appendRowToMatrix(uint32_t offset) {
263 ParsingState State(this);
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dcommon.py256 state = http_header_util.ParsingState(data)
H A Dhttp_header_util.py54 class ParsingState(object): class in inherits:object
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dcommon.py253 state = http_header_util.ParsingState(data)
H A Dhttp_header_util.py54 class ParsingState(object): class in inherits:object

Completed in 2825 milliseconds