Searched defs:LineState (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_popup_model.h24 enum LineState { enum in class:OmniboxPopupModel
64 LineState selected_line_state() const { return selected_line_state_; }
92 void SetSelectedLineState(LineState state);
138 LineState selected_line_state_;
/external/clang/lib/Format/
H A DContinuationIndenter.h30 struct LineState;
45 LineState getInitialState(unsigned FirstIndent, const AnnotatedLine *Line,
51 bool canBreak(const LineState &State);
54 bool mustBreak(const LineState &State);
64 unsigned addTokenToState(LineState &State, bool Newline, bool DryRun,
69 unsigned getColumnLimit(const LineState &State) const;
74 unsigned moveStateToNextToken(LineState &State, bool DryRun, bool Newline);
77 void moveStatePastFakeLParens(LineState &State, bool Newline);
79 void moveStatePastFakeRParens(LineState &State);
82 void moveStatePastScopeOpener(LineState
302 struct LineState { struct in namespace:clang::format
[all...]
/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp305 struct LineState struct in namespace:rr
309 LineState (void) function in struct:rr::LineState
364 LineState line;

Completed in 1167 milliseconds