HomeSort by relevance Sort by last modified time
    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 741 views::View* content_pane = new views::View(); local
742 views::GridLayout* content_layout = new views::GridLayout(content_pane);
743 content_pane->SetLayoutManager(content_layout);
781 layout->AddView(content_pane, 1, 1, views::GridLayout::LEADING,
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
OnePaneController.java 213 transition, TAG_CONVERSATION_LIST, R.id.content_pane);
218 R.id.content_pane);
253 final Fragment f = fm.findFragmentById(R.id.content_pane);
278 R.id.content_pane);
321 * Replace the content_pane with the fragment specified here. The tag is specified so that
503 TAG_CUSTOM_FRAGMENT, R.id.content_pane);

Completed in 82 milliseconds