/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
toolbar_view.mm | 5 #import "chrome/browser/ui/cocoa/toolbar/toolbar_view.h" 20 // The toolbar's background pattern is phased relative to the
|
toolbar_controller.mm | 5 #import "chrome/browser/ui/cocoa/toolbar/toolbar_controller.h" 36 #import "chrome/browser/ui/cocoa/toolbar/back_forward_menu_controller.h" 37 #import "chrome/browser/ui/cocoa/toolbar/reload_button.h" 38 #import "chrome/browser/ui/cocoa/toolbar/toolbar_button.h" 39 #import "chrome/browser/ui/cocoa/toolbar/toolbar_view.h" 42 #include "chrome/browser/ui/toolbar/toolbar_model.h" 43 #include "chrome/browser/ui/toolbar/wrench_menu_model.h" 72 // Height of the toolbar in pixels when the bookmark bar is closed. 78 // The duration of any animation that occurs within the toolbar in seconds. 178 // Register for notifications about state changes for the toolbar button [all...] |
back_forward_menu_controller.mm | 5 #import "chrome/browser/ui/cocoa/toolbar/back_forward_menu_controller.h" 12 #include "chrome/browser/ui/toolbar/back_forward_menu_model.h"
|
/external/chromium/chrome/browser/ui/ |
view_ids.h | 36 // Toolbar & toolbar elements.
|
/external/chromium/chrome/browser/ui/cocoa/ |
nsimage_cache_unittest.mm | 36 << "Failed to find the toolbar image?"; 56 << "Failed to find the toolbar image?"; 60 << "Failed to find the toolbar image...again?";
|
browser_window_controller_unittest.mm | 173 // Verifies that the toolbar, infobar, tab content area, and download shelf 178 NSRect toolbar = [[controller toolbarView] frame]; 191 EXPECT_EQ(NSMaxY(bookmark), NSMinY(toolbar)); 194 EXPECT_EQ(NSMaxY(infobar), NSMinY(toolbar)); 198 // Toolbar should start immediately under the tabstrip, but the tabstrip is 200 EXPECT_EQ(NSMinY(tabstrip), NSMaxY(toolbar)); 334 NSView* toolbar = [controller_ toolbarView]; 360 // Expand the toolbar to 64px and recheck 361 [controller_ resizeView:toolbar newHeight:64]; 368 // Shrink the infobar to 0px and toolbar to 39px and rechec [all...] |
menu_button.h | 12 #import "chrome/browser/ui/cocoa/toolbar/toolbar_button.h" 23 // held. This is used for the toolbar back/forward buttons, which have a
|
/external/chromium/chrome/browser/ui/gtk/extensions/ |
extension_installed_bubble_gtk.h | 26 // BROWSER_ACTION -> The browserAction icon in the toolbar. 78 ExtensionInstalledBubbleGtk* toolbar); 87 // toolbar is animating.
|
/external/chromium/chrome/browser/importer/ |
importer_type.h | 16 // settings and data from (browsers, google toolbar and a bookmarks html file).
|
toolbar_importer.h | 6 // (favorites) from Google Toolbar. 27 // communicate with the Google Toolbar v5 front-end, negotiate the download of 28 // Toolbar bookmarks, parse them, and install them on the client. 64 // Internal states of the toolbar importer. 76 // URLs for connecting to the toolbar front end are defined below. 112 // response provided by the Toolbar server.
|
importer_data_types.h | 16 // Types needed for importing data from other browsers and the Google Toolbar.
|
/external/chromium/chrome/browser/ui/gtk/ |
info_bubble_accelerators_gtk.cc | 21 // Navigation / toolbar buttons.
|
browser_actions_toolbar_gtk.h | 86 // at the end of the toolbar. 99 // Animate the toolbar to show the given number of icons. This assumes the 103 // Returns true if this extension should be shown in this toolbar. This can 134 // Sets the width of the button area of the toolbar to |new_width|, clamping 207 // We use this animation for the smart resizing of the toolbar.
|
/external/chromium/chrome/common/ |
badge_util.h | 15 // generated text overlays ("badges") on toolbar icons.
|
/frameworks/base/docs/html/tools/help/ |
avd-manager.jd | 12 the AVD Manager icon in the Eclipse toolbar.</li>
|
/external/webkit/Source/WebKit/wx/ |
WebBrowserShell.cpp | 148 wxToolBar* toolbar = CreateToolBar(); local 149 toolbar->SetToolBitmapSize(wxSize(32, 32)); 152 toolbar->AddTool(ID_BACK, back, wxT("Back")); 155 toolbar->AddTool(ID_FORWARD, forward, wxT("Next")); 157 addressBar = new wxTextCtrl(toolbar, ID_TEXTCTRL, _T(""), wxDefaultPosition, wxSize(400, -1), wxTE_PROCESS_ENTER); 158 toolbar->AddControl(addressBar); 160 searchCtrl = new wxSearchCtrl(toolbar, ID_SEARCHCTRL, _("Search"), wxDefaultPosition, wxSize(200, -1), wxTE_PROCESS_ENTER); 161 toolbar->AddControl(searchCtrl); 162 toolbar->Realize(); 164 SetToolBar(toolbar); [all...] |
/external/chromium/chrome/common/extensions/docs/static/ |
a11y.html | 106 For example, if your extension includes a toolbar, 107 set the <code>role</code> attribute of the toolbar's DOM element as follows: 111 <div role="toolbar"> 138 to the example toolbar control: 142 <div role="toolbar" tabindex="0" aria-activedescendant="button1"> 148 property specifies which child of the toolbar receives focus 149 when the toolbar receives focus. 150 In this example, the toolbar's first button 154 specifies that the toolbar 159 Here's the complete specification for the example toolbar [all...] |
experimental.webInspector.panels.html | 25 represented by <code>FontPicker.png</code> on the Developer Tools toolbar 48 alt="Extension icon panel on DevTools toolbar" />
|
/external/webkit/Source/WebCore/inspector/front-end/ |
inspector.html | 160 <script type="text/javascript" src="Toolbar.js"></script> 164 <div id="toolbar"> 165 <div class="toolbar-item close-left"><button id="close-button-left"></button></div> 166 <div id="toolbar-controls"> 167 <div class="toolbar-item"><button id="toolbar-dropdown-arrow" class="toolbar-label">»</button></div> 168 <div class="toolbar-item hidden" id="search-results-matches"></div> 169 <div class="toolbar-item toolbar-search-item"><input id="search" type="search" incremental results="0"><div id="search-toolbar-labe (…) [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_toolbar_model.h | 17 // Model for the browser actions toolbar. 23 // Notifies the toolbar model that the Profile that suplied its 32 // in the toolbar at |index|.
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
browser_actions_controller.h | 29 // container within the Toolbar. 35 // The view from Toolbar.xib we'll be rendering our browser actions in. Weak. 41 // The model that tracks the order of the toolbar icons. Weak.
|
/external/chromium/chrome/browser/autofill/ |
autofill_ie_toolbar_import_win.cc | 33 L"Software\\Google\\Google Toolbar\\4.0\\Autofill\\Profiles"; 35 L"Software\\Google\\Google Toolbar\\4.0\\Autofill\\Credit Cards"; 39 // This is RC4 decryption for Toolbar credit card data. This is necessary 54 // Empty salt in IE Toolbar is \x1\x2...\x14 153 // Imports profiles from the IE toolbar and stores them. Asynchronous 193 // Imports Autofill profiles and credit cards from IE Toolbar if present and not
|
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/ |
wrench_menu_controller_unittest.mm | 9 #import "chrome/browser/ui/cocoa/toolbar/toolbar_controller.h" 12 #include "chrome/browser/ui/toolbar/wrench_menu_model.h"
|
/external/chromium/chrome/browser/ui/toolbar/ |
toolbar_model.h | 16 // This class is the model used by the toolbar, location bar and autocomplete 40 // Returns the security level that the toolbar should display.
|
/external/webkit/Source/WebCore/manual-tests/ |
window-open-features-parsing.html | 8 - \ntoolBAR: reads as key:toolbar value:yes 24 <li> Toolbar visible.
|