Searched refs:panes (Results 1 – 11 of 11) sorted by relevance
392 std::vector<AccessiblePaneView*>* panes) { in GetAccessiblePanes() argument393 ::BrowserView::GetAccessiblePanes(panes); in GetAccessiblePanes()394 panes->push_back(status_area_); in GetAccessiblePanes()
91 std::vector<AccessiblePaneView*>* panes) {} in GetAccessiblePanes() argument
59 std::vector<AccessiblePaneView*>* panes) OVERRIDE;
85 std::vector<AccessiblePaneView*>* panes);
1621 std::vector<AccessiblePaneView*>* panes) { argument1625 panes->push_back(toolbar_);1627 panes->push_back(bookmark_bar_view_.get());1629 panes->push_back(infobar_container_);1631 panes->push_back(download_shelf_.get());
389 std::vector<AccessiblePaneView*>* panes);
9467 Bug 11888: REGRESSION (r18320): Web Inspector panes broken18102 and JavaScript properties. More of the style should be shared between the panes,
20736 Adds info text to panes and sections in the Inspector's sidebars20848 Adds implementations of the Scope Chain and Call Stack sidebar panes.20849 These panes use the JSJavaScriptCallFrame object that will be passed41419 Update the styles/metrics panes and breadcrumb after editing DOM
13442 Web Inspector: [refactoring] do not use absolute positioning for tabbed panes20853 Web Inspector: [Extensions API] expose API to create properties watch sidebar panes107356 Web Inspector: preserve scroll positions in source frame when switching between panes.
40224 … r74038 regressed the behaviour. This patch additionally ensures that both Metrics and Styles panes
19327 Bug 11888: REGRESSION (r18320): Web Inspector panes broken