Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_popup_model.h24 enum LineState { enum
54 LineState selected_line_state() const { return selected_line_state_; } in selected_line_state()
82 void SetSelectedLineState(LineState state);
125 LineState selected_line_state_;
Domnibox_popup_model.cc148 void OmniboxPopupModel::SetSelectedLineState(LineState state) { in SetSelectedLineState()
/external/clang/lib/Format/
DFormat.cpp329 LineState State; in format()
492 struct LineState { struct in clang::format::__anon7e6ce1c70111::UnwrappedLineFormatter
535 bool operator<(const LineState &Other) const { in operator <() argument
559 void formatWithoutColumnLimit(LineState &State) { in formatWithoutColumnLimit()
575 unsigned addTokenToState(bool Newline, bool DryRun, LineState &State) { in addTokenToState()
795 unsigned moveStateToNextToken(LineState &State, bool DryRun, bool Newline) { in moveStateToNextToken()
955 unsigned breakProtrudingToken(const FormatToken &Current, LineState &State, in breakProtrudingToken()
1078 StateNode(const LineState &State, bool NewLine, StateNode *Previous) in StateNode()
1080 LineState State;
1106 void analyzeSolutionSpace(LineState &InitialState) { in analyzeSolutionSpace()
[all …]
DUnwrappedLineParser.cpp733 ScopedLineState LineState(*this); in parseParens() local