/external/chromium/chrome/browser/importer/ |
safari_importer.mm | 220 // Is this the toolbar folder? 222 // Be defensive, the toolbar items shouldn't have a prepended path.
|
importer_host.cc | 131 // For google toolbar import, we need the user to log in and store their GAIA
|
profile_writer.h | 115 // Shows the bookmarks toolbar.
|
/external/chromium/chrome/browser/ui/cocoa/ |
browser_frame_view.mm | 234 // Windows. To keep the window background lined up with the tab and toolbar 333 // toolbar area.
|
styled_text_field_cell.mm | 167 // toolbar background and the omnibox background.
|
/external/chromium/chrome/browser/ui/views/ |
dropdown_bar_host.cc | 234 // attached to the toolbar as it grows. We clip the window by creating a 253 // the toolbar.
|
find_bar_host.cc | 265 // re-position the widget so that it appears to grow out of the toolbar. 278 // of it it doesn't look like the window crumbles into the toolbar.
|
/external/webkit/Source/WebCore/inspector/front-end/ |
ExtensionAPISchema.json | 157 "description": "Title that is displayed under the extension icon in the toolbar." 162 "description": "An URL of the toolbar icon."
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/ |
mozilla | 77 -moz-mac-unified-toolbar 507 toolbar
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_window_gtk.cc | 121 // The thickness of the shadow around the toolbar+web content area. There are 122 // actually a couple pixels more that should overlap the toolbar and web 295 // We register first so that other views like the toolbar can use the 410 // Draw the shadow above the toolbar. Tabs on the tabstrip will draw over us. 446 // of pixels overlap the toolbar. We just crop it off on Linux. The top 447 // corners extend to the base of the toolbar (one pixel above the dividing 452 // The toolbar is shorter in location bar only mode so clip the image to the 453 // height of the toolbar + the amount of shadow above the toolbar. 477 // the sides down to the bottom of the toolbar 2076 GtkWidget* toolbar = toolbar_->widget(); local [all...] |
custom_button.h | 26 // used on the toolbar and the bookmarks bar.
|
/external/chromium/base/ |
values_unittest.cc | 35 settings.GetList("global.toolbar.bookmarks", &toolbar_bookmarks)); 38 settings.Set("global.toolbar.bookmarks", toolbar_bookmarks); 39 ASSERT_TRUE(settings.GetList("global.toolbar.bookmarks", &toolbar_bookmarks)); 47 ASSERT_TRUE(settings.GetList("global.toolbar.bookmarks", &bookmark_list));
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_views.h | 14 #include "chrome/browser/ui/toolbar/toolbar_model.h"
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
location_bar_view_mac.h | 22 #include "chrome/browser/ui/toolbar/toolbar_model.h"
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
reload_button.mm | 5 #import "chrome/browser/ui/cocoa/toolbar/reload_button.h"
|
/external/chromium/chrome/browser/ui/cocoa/translate/ |
translate_infobar_base.h | 125 // Called when an item in one of the toolbar's language or options
|
translate_infobar_base.mm | 152 // Create all the various controls we need for the toolbar. 161 // Main function to update the toolbar graphic state and data model after 303 // the toolbar to overflow. 467 // resize the toolbar it doesn't hide them.
|
translate_infobar_unittest.mm | 25 // All states the translate toolbar can assume.
|
/external/chromium/chrome/browser/ui/views/frame/ |
browser_view_layout.cc | 35 // The vertical overlap between the TabStrip and the Toolbar. 96 // BookmarkBarView is not _visually_ connected to the Toolbar. 168 // If the point's y coordinate is below the top of the toolbar and otherwise 177 // If the point's y coordinate is above the top of the toolbar, but not in
|
/external/chromium/chrome/browser/ui/views/infobars/ |
infobar_container.h | 54 // Returns the amount by which to overlap the toolbar above, and, when
|
/external/chromium/chrome/common/extensions/docs/static/ |
browserAction.html | 5 in the main Google Chrome toolbar,
|
devguide.html | 20 <td> Add icons to the toolbar <em>(extensions only)</em> </td>
|
getstarted.html | 24 to the toolbar of Google Chrome.
|
themes.html | 47 "toolbar" : [207, 221, 192],
|
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_view.h | 76 * - "toolbar,visible,set", Eina_Bool: set toolbar visibility. 77 * - "toolbar,visible,get", Eina_Bool *: expects a @c EINA_TRUE if toolbar
|