OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LineState
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_model.h
24
enum
LineState
{
54
LineState
selected_line_state() const { return selected_line_state_; }
82
void SetSelectedLineState(
LineState
state);
125
LineState
selected_line_state_;
omnibox_popup_model.cc
148
void OmniboxPopupModel::SetSelectedLineState(
LineState
state) {
/external/clang/lib/Format/
Format.cpp
329
LineState
State;
492
struct
LineState
{
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) {
[
all
...]
UnwrappedLineParser.cpp
733
ScopedLineState
LineState
(*this);
[
all
...]
Completed in 30 milliseconds