OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:source_view_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/message_center/views/
message_center_view.h
109
views::View*
source_view_
;
member in class:message_center::MessageCenterView
message_center_view.cc
596
source_view_
(NULL),
677
source_view_
= scroller_;
680
source_view_
= settings_view_;
683
source_height_ =
source_view_
->GetHeightForWidth(width());
692
if (
source_view_
->layer()) {
806
int content_width = std::max(
source_view_
->GetPreferredSize().width(),
937
source_view_
->SetVisible(false);
939
if (
source_view_
->layer())
940
source_view_
->layer()->SetOpacity(1.0);
952
source_view_
->layer())
[
all
...]
Completed in 1157 milliseconds