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

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
DetailsView.java 24 public class DetailsView extends GLPageBookView {
27 public DetailsView() {
  /external/chromium/chrome/browser/resources/net_internals/
detailsview.js 6 * The DetailsView handles the tabbed view that displays either the "log" or
12 function DetailsView(tabHandlesContainerId,
29 inherits(DetailsView, TabSwitcherView);
32 DetailsView.REPAINT_TIMEOUT_MS = 50;
37 DetailsView.prototype.setData = function(currentData) {
40 var sortedCurrentData = DetailsView.createSortedCopy_(currentData);
46 DetailsView.createSortedCopy_ = function(origArray) {
75 DetailsView.REPAINT_TIMEOUT_MS);
eventsview.js 44 this.detailsView_ = new DetailsView(tabHandlesContainerId,
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTracePerspective.java 21 import com.android.ide.eclipse.gltrace.views.detail.DetailsView;
47 column3.addView(DetailsView.ID);
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 183 class DetailsView : public views::View {
185 explicit DetailsView(int horizontal_space, bool show_bullets);
186 virtual ~DetailsView() {}
203 DISALLOW_COPY_AND_ASSIGN(DetailsView);
213 DetailsView* details_view_;
699 // ExpandableContainerView::DetailsView ----------------------------------------
701 ExpandableContainerView::DetailsView::DetailsView(int horizontal_space,
717 void ExpandableContainerView::DetailsView::AddDetail(const string16& detail) {
727 gfx::Size ExpandableContainerView::DetailsView::GetPreferredSize()
    [all...]

Completed in 3571 milliseconds