HomeSort by relevance Sort by last modified time
    Searched defs:LineState (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_model.h 24 enum LineState {
64 LineState selected_line_state() const { return selected_line_state_; }
92 void SetSelectedLineState(LineState state);
138 LineState selected_line_state_;
  /external/clang/lib/Format/
ContinuationIndenter.h 30 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 &State, bool Newline)
    [all...]
  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 305 struct LineState
309 LineState (void)
364 LineState line;

Completed in 101 milliseconds