HomeSort by relevance Sort by last modified time
    Searched refs:tooltip (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ManifestElementDescriptor.java 27 * its display name and tooltip.
38 * @param tooltip An optional tooltip. Can be null or empty.
46 String tooltip,
51 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory);
59 * @param tooltip An optional tooltip. Can be null or empty.
67 String tooltip,
72 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory);
80 * @param tooltip An optional tooltip. Can be null or empty
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
Checkbox.js 26 WebInspector.Checkbox = function(label, className, tooltip)
35 if (tooltip)
36 this.element.title = tooltip;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
TextValueDescriptor.java 35 * @param tooltip A non-empty tooltip string or null
37 public TextValueDescriptor(String uiName, String tooltip) {
40 setTooltip(tooltip);
TextAttributeDescriptor.java 42 * Such an attribute has a tooltip and would typically be displayed by
105 * Sets the tooltip to be associated with this descriptor. This is usually
109 * @param tooltip the new tooltip to be used
112 public TextAttributeDescriptor setTooltip(String tooltip) {
113 mTooltip = tooltip;
140 * The tooltip string is either null or a non-empty string.
142 * The tooltip is based on the Javadoc of the attribute and already processed via
144 * a UI tooltip.
149 * @return A non-empty tooltip string or nul
160 String tooltip = null; local
    [all...]
ElementDescriptor.java 36 * {@link ElementDescriptor} have an XML name, UI name, a tooltip, an SDK url,
54 /* An optional tooltip. Can be empty. */
69 * tooltip, SDK url, attributes list, children list and mandatory.
73 * @param tooltip An optional tooltip. Can be null or empty.
82 public ElementDescriptor(String xml_name, String ui_name, String tooltip, String sdk_url,
89 mTooltip = (tooltip != null && tooltip.length() > 0) ? tooltip : null;
97 * tooltip, SDK url, attributes list, children list and mandatory
    [all...]
EnumAttributeDescriptor.java 31 String tooltip, IAttributeInfo attrInfo) {
  /external/chromium/chrome/browser/chromeos/status/
input_method_menu_button.cc 44 const std::wstring& tooltip,
46 button_->UpdateUI(input_method_id, name, tooltip, num_active_input_methods);
116 const std::wstring& tooltip,
128 SetTooltipText(L""); // remove tooltip
131 SetTooltipText(tooltip);
163 const std::wstring tooltip = InputMethodMenu::GetTextForMenu(input_method); local
166 UpdateUI(input_method.id, name, tooltip, num_active_input_methods);
input_method_menu_button.h 37 const std::wstring& tooltip,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
SectionHelper.java 117 * @param tooltip An optional tooltip for the label and text. Can be null.
121 String tooltip) {
122 return SectionHelper.createLabel(parent, toolkit, label, tooltip);
134 * @param tooltip An optional tooltip for the label and text. Can be null.
138 String value, String tooltip) {
139 return SectionHelper.createLabelAndText(parent, toolkit, label, value, tooltip);
240 * @param tooltip An optional tooltip for the label and text. Can be null
    [all...]
  /external/chromium/chrome/browser/
content_setting_image_model.h 15 // This model provides data (icon ids and tooltip) for the content setting icons
26 // update its visibility, icon and tooltip.
46 void set_tooltip(const std::string& tooltip) { tooltip_ = tooltip; }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/
ColorValueDescriptor.java 30 public ColorValueDescriptor(String uiName, String tooltip) {
31 super(uiName, tooltip);
ItemElementDescriptor.java 32 * tooltip, SDK url, attributes list, children list and mandatory.
36 * @param tooltip An optional tooltip. Can be null or empty.
46 String tooltip, String sdk_url, AttributeDescriptor[] attributes,
48 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory);
  /external/chromium/chrome/browser/chromeos/login/
keyboard_switch_menu.h 28 const std::wstring& tooltip,
  /external/chromium/chrome/browser/ui/gtk/
back_forward_button_gtk.cc 28 int normal, pushed, hover, disabled, tooltip; local
35 tooltip = IDS_TOOLTIP_FORWARD;
42 tooltip = IDS_TOOLTIP_BACK;
49 l10n_util::GetStringUTF8(tooltip).c_str());
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
page_action_decoration.h 45 // Sets the tooltip for this Page Action image.
46 void SetToolTip(NSString* tooltip);
47 void SetToolTip(std::string tooltip);
92 // The string to show for a tooltip.
autocomplete_text_field.h 117 // Holds current tooltip strings, to keep them from being dealloced.
134 // Updates cursor and tooltip rects depending on the contents of the text field
142 // Retains |tooltip| (in |currentToolTips_|) and adds this tooltip
144 - (void)addToolTip:(NSString*)tooltip forRect:(NSRect)aRect;
content_setting_decoration.h 50 void SetToolTip(NSString* tooltip);
  /external/chromium/chrome/browser/ui/views/location_bar/
star_view.cc 40 bool StarView::GetTooltipText(const gfx::Point& p, std::wstring* tooltip) {
41 // Don't show tooltip to distract user if BookmarkBubbleView is showing.
45 return ImageView::GetTooltipText(p, tooltip);
star_view.h 32 std::wstring* tooltip) OVERRIDE;
  /external/chromium/chrome/browser/ui/views/
reload_button.h 47 std::wstring* tooltip) OVERRIDE;
reload_button.cc 124 bool ReloadButton::GetTooltipText(const gfx::Point& p, std::wstring* tooltip) {
127 tooltip->assign(UTF16ToWide(l10n_util::GetStringUTF16(text_id)));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
FingerPrintGraph.java 115 * Typically made of a rectangle and an associated text used as tooltip.
121 AreaZone(Rectangle zone, String tooltip) {
124 this.title = tooltip;
164 void addArea(Rectangle rec, String tooltip) {
165 AreaZone zone = new AreaZone(rec, tooltip);
266 StringBuffer tooltip = new StringBuffer("Time for baseline build ");
267 tooltip.append(baselineBuildResults.getName());
268 tooltip.append(": ");
269 tooltip.append(Util.timeString((long)baselineValue));
270 tooltip.append(" [±")
    [all...]
  /external/chromium/chrome/browser/extensions/
browser_action_test_util_gtk.cc 60 std::string tooltip(text);
62 return tooltip;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationToggle.java 124 * Updates the application tooltip in the form text.
125 * If there is no tooltip, the form text is hidden.
130 String tooltip = getUiElementNode().getDescriptor().getTooltip(); local
131 if (tooltip != null) {
132 tooltip = DescriptorsUtils.formatFormText(tooltip,
136 mTooltipFormText.setText(tooltip, true /* parseTags */, true /* expandURLs */);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 268 String tooltip; local
271 tooltip = DescriptorsUtils.formatFormText(elem_desc.getTooltip(),
275 tooltip = elem_desc.getTooltip();
280 true /* isHtml */, tooltip, true /* setupLayoutData */);
292 tooltip);
294 // Fallback to a pure text tooltip, no fancy HTML
295 tooltip = DescriptorsUtils.formatTooltip(elem_desc.getTooltip());
296 SectionHelper.createLabel(masterTable, toolkit, tooltip, tooltip);

Completed in 428 milliseconds

1 2 3 4