OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:labels_column_set_id
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/
login_view.cc
54
const int
labels_column_set_id
= 1;
local
55
column_set = layout->AddColumnSet(
labels_column_set_id
);
69
layout->StartRow(0,
labels_column_set_id
);
75
layout->StartRow(0,
labels_column_set_id
);
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.cc
321
const int
labels_column_set_id
= 0;
local
325
ColumnSet* column_set = layout->AddColumnSet(
labels_column_set_id
);
347
layout->StartRow(0,
labels_column_set_id
);
355
layout->StartRow(0,
labels_column_set_id
);
Completed in 38 milliseconds