OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blocked_label_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/
collected_cookies_win.h
93
views::Label*
blocked_label_
;
member in class:CollectedCookiesWin
collected_cookies_win.cc
167
blocked_label_
(NULL),
293
blocked_label_
= new views::Label(
298
blocked_label_
->SetMultiLine(true);
299
blocked_label_
->SetHorizontalAlignment(views::Label::ALIGN_LEFT);
337
layout->AddView(
blocked_label_
, 1, 1, GridLayout::FILL, GridLayout::FILL);
Completed in 22 milliseconds