Home
last modified time | relevance | path

Searched refs:panes (Results 1 – 11 of 11) sorted by relevance

/external/chromium/chrome/browser/chromeos/frame/
Dbrowser_view.cc392 std::vector<AccessiblePaneView*>* panes) { in GetAccessiblePanes() argument
393 ::BrowserView::GetAccessiblePanes(panes); in GetAccessiblePanes()
394 panes->push_back(status_area_); in GetAccessiblePanes()
Ddom_browser_view.cc91 std::vector<AccessiblePaneView*>* panes) {} in GetAccessiblePanes() argument
Ddom_browser_view.h59 std::vector<AccessiblePaneView*>* panes) OVERRIDE;
Dbrowser_view.h85 std::vector<AccessiblePaneView*>* panes);
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.cc1621 std::vector<AccessiblePaneView*>* panes) { argument
1625 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());
Dbrowser_view.h389 std::vector<AccessiblePaneView*>* panes);
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-149467 Bug 11888: REGRESSION (r18320): Web Inspector panes broken
18102 and JavaScript properties. More of the style should be shared between the panes,
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1020736 Adds info text to panes and sections in the Inspector's sidebars
20848 Adds implementations of the Scope Chain and Call Stack sidebar panes.
20849 These panes use the JSJavaScriptCallFrame object that will be passed
41419 Update the styles/metrics panes and breadcrumb after editing DOM
DChangeLog-2010-12-0613442 Web Inspector: [refactoring] do not use absolute positioning for tabbed panes
20853 Web Inspector: [Extensions API] expose API to create properties watch sidebar panes
107356 Web Inspector: preserve scroll positions in source frame when switching between panes.
DChangeLog-2011-02-1640224 … r74038 regressed the behaviour. This patch additionally ensures that both Metrics and Styles panes
/external/webkit/Tools/
DChangeLog-2009-06-1619327 Bug 11888: REGRESSION (r18320): Web Inspector panes broken