OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:content_pane
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/website_settings/
website_settings_popup_view.cc
704
views::View*
content_pane
= new views::View();
local
705
views::GridLayout* content_layout = new views::GridLayout(
content_pane
);
706
content_pane
->SetLayoutManager(content_layout);
739
layout->AddView(
content_pane
, 1, 1, views::GridLayout::LEADING,
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
OnePaneController.java
187
transition, TAG_CONVERSATION_LIST, R.id.
content_pane
);
192
R.id.
content_pane
);
227
final Fragment f = fm.findFragmentById(R.id.
content_pane
);
247
R.id.
content_pane
);
277
* Replace the
content_pane
with the fragment specified here. The tag is specified so that
470
TAG_CUSTOM_FRAGMENT, R.id.
content_pane
);
Completed in 133 milliseconds