OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:labels_
(Results
1 - 14
of
14
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
first_run_bubble.h
81
std::vector<GtkWidget*>
labels_
;
member in class:FirstRunBubble
page_info_bubble_gtk.cc
92
std::vector<GtkWidget*>
labels_
;
member in class:__anon5072::PageInfoBubbleGtk
162
for (std::vector<GtkWidget*>::iterator it =
labels_
.begin();
163
it !=
labels_
.end(); ++it) {
167
for (std::vector<GtkWidget*>::iterator it =
labels_
.begin();
168
it !=
labels_
.end(); ++it) {
185
labels_
.clear();
230
labels_
.push_back(label);
244
labels_
.push_back(label);
/external/chromium_org/ui/views/controls/menu/
menu_win.h
113
std::vector<string16>
labels_
;
member in class:views::MenuWin
123
// we only give MENUITEMINFO pointers to the
labels_
.
124
// The label member of the ItemData structure comes from either
labels_
or
/external/marisa-trie/lib/marisa/
trie.h
197
Vector<UInt8>
labels_
;
member in class:marisa::Trie
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie.h
197
Vector<UInt8>
labels_
;
member in class:marisa_alpha::Trie
/external/openfst/src/include/fst/
arcfilter.h
83
bool match =
labels_
.Find(label) !=
labels_
.End();
88
labels_
.Insert(label);
92
CompactSet<Label, kNoLabel>
labels_
;
member in class:fst::MultiLabelArcFilter
string.h
184
for (size_t i = 0; i <
labels_
.size(); ++i) {
187
if (!PrintLabel(
labels_
[i], sstrm))
192
output->reserve(
labels_
.size());
193
for (size_t i = 0; i <
labels_
.size(); ++i) {
194
output->push_back(
labels_
[i]);
197
return LabelsToUTF8String(
labels_
, output);
208
labels_
.clear();
226
labels_
.push_back(arc.olabel);
264
vector<Label>
labels_
; // Input FST labels.
member in class:fst::StringPrinter
/external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.h
103
std::vector<GtkWidget*>
labels_
;
member in class:BookmarkBubbleGtk
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.h
126
std::vector<GtkWidget*>
labels_
;
member in class:BookmarkBubbleGtk
/external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.h
268
std::map<GtkWidget*, GdkColor>
labels_
;
member in class:GtkThemeService
/external/chromium_org/google_apis/drive/
drive_api_parser.h
502
const FileLabels& labels() const { return
labels_
; }
582
return &
labels_
;
647
FileLabels
labels_
;
member in class:google_apis::FileResource
gdata_wapi_parser.h
421
const std::vector<std::string>& labels() const { return
labels_
; }
535
labels_
= labels;
559
// Currently, sets |kind_| and |
labels_
| based on the |categories_| in the
580
std::vector<std::string>
labels_
;
member in class:google_apis::ResourceEntry
/external/v8/src/
ast.h
380
ZoneStringList* labels() const { return
labels_
; }
397
:
labels_
(labels),
406
ZoneStringList*
labels_
;
member in class:v8::internal::BreakableStatement
[
all
...]
/external/chromium_org/v8/src/
ast.h
409
ZoneStringList* labels() const { return
labels_
; }
432
labels_
(labels),
441
ZoneStringList*
labels_
;
member in class:v8::internal::BreakableStatement
[
all
...]
Completed in 926 milliseconds