/external/webkit/Source/WebKit/chromium/src/js/ |
Tests.js | 177 var toolbar = document.getElementById("toolbar"); 178 var button = toolbar.getElementsByClassName(panelName)[0];
|
/external/chromium/chrome/common/extensions/docs/ |
samples.json | 278 "description": "This extension adds an animated browser action to the toolbar.", 289 "search_string": "ANIMATED PAGE ACTION THIS EXTENSION ADDS AN ANIMATED BROWSER ACTION TO THE TOOLBAR. BACKGROUND_PAGE PAGE_ACTION TABS CHROME.PAGEACTION.HIDE CHROME.PAGEACTION.ONCLICKED CHROME.PAGEACTION.SETICON CHROME.PAGEACTION.SETTITLE CHROME.PAGEACTION.SHOW CHROME.TABS.GET CHROME.TABS.GETSELECTED CHROME.TABS.ONSELECTIONCHANGED", 397 "description": "Displays the status of the Chromium buildbot in the toolbar. Click to see more detailed status in a popup.", 413 "search_string": "CHROMIUM BUILDBOT MONITOR DISPLAYS THE STATUS OF THE CHROMIUM BUILDBOT IN THE TOOLBAR. CLICK TO SEE MORE DETAILED STATUS IN A POPUP. BACKGROUND_PAGE BROWSER_ACTION NOTIFICATIONS OPTIONS_PAGE POPUP CHROME.BROWSERACTION.SETBADGEBACKGROUNDCOLOR CHROME.BROWSERACTION.SETBADGETEXT CHROME.BROWSERACTION.SETTITLE CHROME.EXTENSION.GETURL", 576 "description": "This extension adds an email button to the toolbar which allows you to email the page link using your default mail client or Gmail.", 591 "search_string": "EMAIL THIS PAGE (BY GOOGLE) THIS EXTENSION ADDS AN EMAIL BUTTON TO THE TOOLBAR WHICH ALLOWS YOU TO EMAIL THE PAGE LINK USING YOUR DEFAULT MAIL CLIENT OR GMAIL. BACKGROUND_PAGE BROWSER_ACTION OPTIONS_PAGE TABS CHROME.BROWSERACTION.ONCLICKED CHROME.EXTENSION.CONNECT CHROME.EXTENSION.ONCONNECT CHROME.TABS.CREATE CHROME.TABS.EXECUTESCRIPT CHROME.TABS.UPDATE", [all...] |
/external/sonivox/jet_tools/JetCreator/ |
JetCreator.py | [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
gtk_util.cc | 813 // Fill the entire region with the toolbar color. 819 // The toolbar is supposed to blend in with the active tab, so we have to pass 825 // We tile the toolbar background in both directions. [all...] |
status_bubble_gtk.cc | 286 // toolbar" that I can find. Maybe in later iterations of the theme system,
|
/external/chromium/chrome/browser/importer/ |
firefox_importer_unittest.cc | 96 // Empty name and toolbar folder attribute.
|
firefox2_importer.cc | 217 // Flatten the items in toolbar. 268 // Flatten the folder in toolbar.
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_installed_bubble_controller.mm | 19 #include "chrome/browser/ui/cocoa/toolbar/toolbar_controller.h"
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_strip_controller.h | 94 // for the toolbar and associated tab contents) given an index. Call
|
/external/chromium/chrome/browser/ui/touch/tabs/ |
touch_tab_strip.cc | 314 height() - 2, // Visible region that overlaps the toolbar.
|
/external/chromium/chrome/browser/ui/views/ |
default_search_view.cc | 128 // Fill in behind the background image with the standard gray toolbar color.
|
/external/icu4c/samples/layout/ |
readme.html | 28 select the layout project in the project toolbar and build it.</p>
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
cadlisp.php | 124 'vlr-set-notification','vlr-sysvar-reactor','vlr-toolbar-reactor',
|
/external/robolectric/.idea/ |
uiDesigner.xml | 111 <item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
/external/webkit/Source/WebCore/inspector/front-end/ |
Panel.js | 49 this._toolbarItem = WebInspector.Toolbar.createPanelToolbarItem(this);
|
WebKit.qrc | 117 <file>Toolbar.js</file>
|
inspector.js | 460 this.toolbar = new WebInspector.Toolbar(); 518 this.toolbar.addPanel(panel); 564 this.toolbar.resize(); [all...] |
/external/webkit/Source/WebCore/page/ |
DOMWindow.h | 127 BarInfo* toolbar() const;
|
WindowFeatures.cpp | 150 else if (keyString == "toolbar")
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebInspectorClient.mm | 482 // These methods can be used by UI elements such as menu items and toolbar buttons when the inspector is the key window.
|
/frameworks/base/docs/html/training/basics/firstapp/ |
creating-project.jd | 54 style="vertical-align:baseline;margin:0" /> in the toolbar.</li>
|
/frameworks/base/docs/html/training/improving-layouts/ |
optimizing-layout.jd | 146 <p>Another benefit of Lint is that it is integrated into the Android Development Tools for Eclipse (ADT 16+). Lint automatically runs whenever you export an APK, edit and save an XML file or use the Layout Editor. To manually force Lint to run press the Lint button in the Eclipse toolbar.</p>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
SdkManagerAction.java | 52 * Delegate for the toolbar/menu action "Android SDK Manager".
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
OldLogCatView.java | 336 // and then in the toolbar
|
/external/chromium/chrome/browser/extensions/ |
extension_prefs.h | 89 // Get the order that the browser actions appear in the toolbar. 92 // Set the order that the browser actions appear in the toolbar.
|