HomeSort by relevance Sort by last modified time
    Searched refs:ExpandableContainerView (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.h 17 class ExpandableContainerView;
156 typedef std::vector<ExpandableContainerView*> InlineExplanations;
193 class ExpandableContainerView : public views::View,
198 ExpandableContainerView(ExtensionInstallDialogView* owner,
205 virtual ~ExpandableContainerView();
221 // Expand/Collapse the detail section for this ExpandableContainerView.
273 DISALLOW_COPY_AND_ASSIGN(ExpandableContainerView);
extension_install_dialog_view.cc 440 ExpandableContainerView* issue_advice_view =
441 new ExpandableContainerView(
600 ExpandableContainerView* details_container =
601 new ExpandableContainerView(this,
617 ExpandableContainerView* container =
618 new ExpandableContainerView(this,
    [all...]

Completed in 126 milliseconds