/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/descriptors/ |
ResourcesDescriptors.java | 256 null, // tooltip 284 null, // tooltip
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/descriptors/ |
XmlDescriptors.java | 328 String tooltip = info.getJavaDoc(); 358 tooltip,
|
/external/chromium/chrome/common/extensions/docs/ |
browserAction.html | 273 <a href="#tooltip">Tooltip</a> 358 a <a href="#tooltip">tooltip</a>, 399 "default_title": "Google Mail", <em>// optional; shown in tooltip</em> 409 a <a href="#tooltip">tooltip</a>, 439 </p><h3 id="tooltip">Tooltip</h3> 442 To set the tooltip, [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
user_manager.h | 49 // Tooltip contains user's display name and his email domain to distinguish
|
/external/chromium/chrome/browser/sidebar/ |
sidebar_container.h | 144 // Sidebar's title, displayed as a tooltip for sidebar's mini tab.
|
sidebar_manager.h | 91 // Changes sidebar's title (mini tab's tooltip).
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
reload_button.mm | 67 // Forcibly remove any stale tooltip which is being displayed.
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_actions_toolbar_gtk.cc | 176 std::string tooltip = extension_->browser_action()->GetTitle(tab_id); 177 if (tooltip.empty()) 180 gtk_widget_set_tooltip_text(button(), tooltip.c_str()); 909 // TODO(estade): set the menu item's tooltip. [all...] |
/external/chromium/chrome/browser/ui/gtk/download/ |
download_item_gtk.h | 91 // Sets the tooltip on the download button.
|
/external/chromium/chrome/browser/ui/views/tabs/ |
base_tab.h | 94 std::wstring* tooltip) OVERRIDE;
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebViewInternal.h | 106 - (void)_setToolTip:(NSString *)toolTip;
|
/external/webkit/Tools/QtTestBrowser/ |
launcherwindow.h | 158 void showLinkHover(const QString &link, const QString &toolTip);
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/ |
mozilla | 624 tooltip
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
ApplicationAttributesPart.java | 143 null /* tooltip */ );
|
/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_win.cc | 76 // Maximum number of characters we allow in a tooltip. 707 // Clamp the tooltip length to kMaxTooltipLength so that we don't 708 // accidentally DOS the user with a mega tooltip (since Windows doesn't seem 716 // Need to check if the tooltip is already showing so that we don't 717 // immediately show the tooltip with no delay when we move the mouse from 718 // a region with no tooltip to a region with a tooltip. 724 // Make sure the tooltip gets closed after TTN_POP gets sent. For some 726 // within the same link/image/etc doesn't cause the tooltip to re-appear. [all...] |
render_widget_host_view_mac.mm | 81 // Maximum number of characters we allow in a tooltip. 573 // Called from the renderer to tell us what the tooltip text should be. It 580 // Clamp the tooltip length to kMaxTooltipLength. It's a DOS issue on [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidContentAssist.java | 586 * is the tooltip/help for the value to be displayed in the documentation popup. 601 String tooltip = null; local 605 tooltip = DescriptorsUtils.formatTooltip(((ElementDescriptor)choice).getTooltip()); 614 tooltip = ((TextAttributeDescriptor) choice).getTooltip(); 640 tooltip = pair.getSecond(); [all...] |
/external/chromium/chrome/browser/resources/ |
new_new_tab.css | 227 /* Made to look like a tooltip using vista/win7 look and feel. 230 #window-tooltip {
|
/external/chromium/chrome/browser/ui/cocoa/ |
history_menu_bridge_unittest.mm | 206 EXPECT_GE([[[menu itemAtIndex:0] toolTip] length], (2*short_url.length()-5)); 207 EXPECT_GE([[[menu itemAtIndex:1] toolTip] length], (2*long_url.length()-5));
|
search_engine_dialog_controller.mm | 208 // Tooltip text provides accessibility.
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
content_setting_decoration.mm | 293 void ContentSettingDecoration::SetToolTip(NSString* tooltip) { 294 tooltip_.reset([tooltip retain]);
|
/external/chromium/chrome/browser/web_resource/ |
promo_resource_service.cc | 48 static const char kWebStoreExpireProperty[] = "tooltip"; 236 a_dic->GetString("tooltip", &promo_string);
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
SdkTargetSelector.java | 368 * Sets up a tooltip that displays the current item description. 370 * Displaying a tooltip over the table looks kind of odd here. Instead we actually
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_gtk.h | 145 // Sets whether the tooltip should be shown or not, depending on the size of
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
page_action_image_view.cc | 200 // Set the tooltip.
|