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

/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_popup_model.h24 enum LineState { enum in class:OmniboxPopupModel
54 LineState selected_line_state() const { return selected_line_state_; }
82 void SetSelectedLineState(LineState state);
125 LineState selected_line_state_;
H A Domnibox_popup_model.cc148 void OmniboxPopupModel::SetSelectedLineState(LineState state) {
/external/clang/lib/Format/
H A DFormat.cpp329 LineState State;
492 struct LineState { struct in class:clang::format::__anon16161::UnwrappedLineFormatter
534 /// \brief Comparison operator to be able to used \c LineState in \c map.
535 bool operator<(const LineState &Other) const {
559 void formatWithoutColumnLimit(LineState &State) {
575 unsigned addTokenToState(bool Newline, bool DryRun, LineState &State) {
795 unsigned moveStateToNextToken(LineState &State, bool DryRun, bool Newline) {
955 unsigned breakProtrudingToken(const FormatToken &Current, LineState &State,
1078 StateNode(const LineState &State, bool NewLine, StateNode *Previous)
1080 LineState Stat
[all...]
H A DUnwrappedLineParser.cpp733 ScopedLineState LineState(*this);

Completed in 230 milliseconds