Home
last modified time | relevance | path

Searched refs:toolbar (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/WebKitTools/GtkLauncher/
Dmain.c141 GtkWidget* toolbar = gtk_toolbar_new (); in create_toolbar() local
144 gtk_orientable_set_orientation (GTK_ORIENTABLE (toolbar), GTK_ORIENTATION_HORIZONTAL); in create_toolbar()
146 gtk_toolbar_set_orientation (GTK_TOOLBAR (toolbar), GTK_ORIENTATION_HORIZONTAL); in create_toolbar()
148 gtk_toolbar_set_style (GTK_TOOLBAR (toolbar), GTK_TOOLBAR_BOTH_HORIZ); in create_toolbar()
155 gtk_toolbar_insert (GTK_TOOLBAR (toolbar), item, -1); in create_toolbar()
160 gtk_toolbar_insert (GTK_TOOLBAR (toolbar), item, -1); in create_toolbar()
168 gtk_toolbar_insert (GTK_TOOLBAR (toolbar), item, -1); in create_toolbar()
173 gtk_toolbar_insert (GTK_TOOLBAR (toolbar), item, -1); in create_toolbar()
175 return toolbar; in create_toolbar()
/external/webkit/WebKit/wx/
DWebBrowserShell.cpp141 wxToolBar* toolbar = CreateToolBar(); in BEGIN_EVENT_TABLE() local
142 toolbar->SetToolBitmapSize(wxSize(32, 32)); in BEGIN_EVENT_TABLE()
145 toolbar->AddTool(ID_BACK, back, wxT("Back")); in BEGIN_EVENT_TABLE()
148 toolbar->AddTool(ID_FORWARD, forward, wxT("Next")); in BEGIN_EVENT_TABLE()
150 …addressBar = new wxTextCtrl(toolbar, ID_TEXTCTRL, _T(""), wxDefaultPosition, wxSize(400, -1), wxTE… in BEGIN_EVENT_TABLE()
151 toolbar->AddControl(addressBar); in BEGIN_EVENT_TABLE()
153 …searchCtrl = new wxSearchCtrl(toolbar, ID_SEARCHCTRL, _("Search"), wxDefaultPosition, wxSize(200, … in BEGIN_EVENT_TABLE()
154 toolbar->AddControl(searchCtrl); in BEGIN_EVENT_TABLE()
155 toolbar->Realize(); in BEGIN_EVENT_TABLE()
157 SetToolBar(toolbar); in BEGIN_EVENT_TABLE()
/external/webkit/WebCore/inspector/front-end/
Dinspector.js896 var toolbar = document.getElementById("toolbar");
897 if (target !== toolbar && !target.hasStyleClass("toolbar-item"))
900 toolbar.lastScreenX = event.screenX;
901 toolbar.lastScreenY = event.screenY;
903 …WebInspector.elementDragStart(toolbar, WebInspector.toolbarDrag, WebInspector.toolbarDragEnd, even…
908 var toolbar = document.getElementById("toolbar");
912 delete toolbar.lastScreenX;
913 delete toolbar.lastScreenY;
918 var toolbar = document.getElementById("toolbar");
921 var height = window.innerHeight - (event.screenY - toolbar.lastScreenY);
[all …]
Dinspector.css66 #toolbar {
81 body.inactive #toolbar {
86 body.detached.platform-mac-leopard #toolbar,
87 body.detached.platform-mac-snowleopard #toolbar {
91 body.attached #toolbar {
98 body.attached.port-qt #toolbar {
102 body.attached.inactive #toolbar {
106 .toolbar-item {
118 .toolbar-item.toggleable.toggled-on {
124 .toolbar-item.flexable-space {
[all …]
/external/webkit/WebKit/chromium/src/js/
DdevTools.css9 body.attached #toolbar {
18 body.platform-windows #toolbar {
22 body.platform-windows.inactive #toolbar {
DTests.js178 var toolbar = document.getElementById("toolbar");
179 var button = toolbar.getElementsByClassName(panelName)[0];
/external/chromium/third_party/icu/source/data/
Dcldr-icu-readme.txt42 1. From Eclipse select Run > Run from toolbar
/external/icu4c/data/
Dcldr-icu-readme.txt42 1. From Eclipse select Run > Run from toolbar
/external/sonivox/jet_tools/JetCreator/
DJetCreator.py928 toolbar = self.CreateToolBar()
929 toolbar.SetToolBitmapSize((32,32))
933 toolbar.AddSeparator()
937 self.toolItems[eachTool[0]] = toolbar.AddLabelTool(-1, label=eachTool[0],
941 toolbar.Realize()
/external/webkit/WebCore/page/
DDOMWindow.h124 BarInfo* toolbar() const;
DDOMWindow.cpp530 BarInfo* DOMWindow::toolbar() const in toolbar() function in WebCore::DOMWindow
DDOMWindow.idl54 attribute [Replaceable] BarInfo toolbar;
/external/webkit/WebKit/win/Interfaces/
DIWebUIDelegate.idl296 has more than one toolbar per window, for example a regular
297 command toolbar and a favorites bar, it should return YES from
299 @result YES if at least one toolbar is visible, otherwise NO.
308 @param visible New value for toolbar visibility
/external/webkit/WebKit/mac/WebCoreSupport/
DWebInspectorClient.mm455 // These methods can be used by UI elements such as menu items and toolbar buttons when the inspect…
/external/webkit/WebKitLibraries/
DChangeLog1370 Bug 16137: Web Inspector window on Leopard should have a unified toolbar and window title
/external/chromium/net/data/proxy_resolver_perftest/
Dno-ads.pac802 || dnsDomainIs(host, "toolbar.aol.com")
/external/webkit/WebKit/qt/
DChangeLog10320 - Unify and unclutter the toolbar, use menu for addition actions
14903 Added undo/redo toolbar buttons, moved the location line edit into a separate toolbar.
14925 Added cut/copy/paste actions to the toolbar of QtLauncher
14952 Use the navigational web actions in the toolbar
/external/webkit/WebKitTools/
DChangeLog-2009-06-1611333 Use a toolbar instead of menus.
19901 [Drosera] The Console toolbar button should bring the console window to the front.
21027 (-[WebScriptObject toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:]):
21217 (-[DebuggerDocument toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:]):
21547 Adds a native toolbar to Drosera to be a good citizen.
21559 (-[DebuggerDocument toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:]):
/external/webkit/WebCore/
DChangeLog-2008-08-1010968 initial focus, so it doesn't get reset to the first toolbar button.
17228 Tweak the Web Insector toolbar look to be smaller when attached to
18764 that fits in with the other toolbar icons.
28199 The Scripts panel has not been added to the toolbar yet.
33201 in the toolbar area. Makes dragging under the search field in the
33210 is a toggleable toolbar item. Allow dragging when the target is a
33211 normal toolbar item.
33218 REGRESSION: Can't drag the Web Inspector when grabbing in the toolbar area
33483 * page/inspector/Panel.js: Added support for toolbar items and status bar items.
33505 panels and setup the toolbar.
[all …]
DChangeLog-2009-06-1680281 Make the toolbar label text-shadow not disappear when clicking on the
80287 (.toolbar-item:active .toolbar-label): Make this rule also require the
80288 toggleable class with the toolbar-item class.
82987 Make the Web Inspector's toolbar icons darker when the mouse is
86214 … label/placeholder in the toolbar now includes the panel name to make it clear that panel will
86217 up in the toolbar next to the search field.
86249 Call updateSearchMatchesCount to reset the matches count in the toolbar.
86250 (WebInspector.updateSearchMatchesCount): Added. Updates the matches count in the toolbar.
97040 Added a close button to the Inspector's toolbar when docked.
97078 * page/inspector/inspector.css: Make the cursor on the toolbar be
DChangeLog-2006-05-103679 …REGRESSION: After tabbing in page's field, attempting to tab from Google toolbar search to page fa…
19828 (KJS::Window::toolbar): Ditto.
35373 (KJS::Window::toolbar):
38117 …saying that the toolbar and the locationbar are the same thing. Hopefully, we can add a setLocatio…
/external/webkit/WebKit/mac/WebView/
DWebView.mm3689 // the toolbar, for example, when we hit the edge of a window. Since the bug is specific
/external/webkit/WebKit/mac/
DChangeLog-2010-01-295640 <rdar://problem/4023899> Shift-Tab skips key views in toolbar in Safari, although Tab
15987 Update the window gradient offset to match the inspector toolbar's new height.
22272 Bug 16137: Web Inspector window on Leopard should have a unified toolbar and window title
22276 thickness for the top of the window or the height of the toolbar. Also make the
DChangeLog-2002-12-038779 WebKit part of support for tabbing into and out of the toolbar.
12497 of validateMenuItem: so that a Copy toolbar button would work.
16638 Fixed 2891396 -- window fills with garbage if you resize or hide/show toolbar
DChangeLog-2006-02-097204 tabbing behavior in Tiger to add support for including the toolbar in the key loop.
12698 Tab key should cycle around toolbar and page content
21710 changes that might affect menu items/toolbar items/etc.

12