/external/chromium/chrome/browser/ui/views/location_bar/ |
star_view.h | 32 std::wstring* tooltip) OVERRIDE;
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news_i18n/_locales/en/ |
messages.json | 18 "description": "Extension browser action tooltip text in manifest.",
|
/sdk/rule_api/src/com/android/ide/common/api/ |
DropFeedback.java | 145 * A message to be displayed in a tooltip to the user, which should be short, but 148 public String tooltip; field in class:DropFeedback 151 * Horizontal alignment for the tooltip, or null if no preference 156 * Vertical alignment for the tooltip, or null if no preference
|
/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_win.h | 237 // Set the tooltip region to the size of the window, creating the tooltip 242 // becomes hidden, this method is called to reset the tooltip. 322 // The text to be shown in the tooltip, supplied by the renderer. 324 // The tooltip control hwnd 326 // Whether or not a tooltip is currently visible. We use this to track 327 // whether or not we want to force-close the tooltip when we receive mouse
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
ApplicationToggle.java | 123 * Updates the application tooltip in the form text. 124 * If there is no tooltip, the form text is hidden. 129 String tooltip = getUiElementNode().getDescriptor().getTooltip(); local 130 if (tooltip != null) { 131 tooltip = DescriptorsUtils.formatFormText(tooltip, 135 mTooltipFormText.setText(tooltip, true /* parseTags */, true /* expandURLs */);
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
page_action_decoration.mm | 194 void PageActionDecoration::SetToolTip(NSString* tooltip) { 195 tooltip_.reset([tooltip retain]); 198 void PageActionDecoration::SetToolTip(std::string tooltip) { 199 SetToolTip(tooltip.empty() ? nil : base::SysUTF8ToNSString(tooltip));
|
content_setting_decoration.h | 50 void SetToolTip(NSString* tooltip);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/ |
DrawableDescriptors.java | 100 null /* tooltip */, 180 // null /* tooltip */, 194 null /* tooltip */, 235 null /* tooltip */, null /* sdk_url */, null /* extra attribute */, 239 null /* tooltip */, null /* sdk_url */, null /* extra attribute */, 243 null /* tooltip */, null /* sdk_url */, null /* extra attribute */, 247 null /* tooltip */, null /* sdk_url */, null /* extra attribute */, 251 null /* tooltip */, null /* sdk_url */, null /* extra attribute */, 255 null /* tooltip */, null /* sdk_url */, null /* extra attribute */,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
UiElementDetail.java | 257 String tooltip; local 260 tooltip = DescriptorsUtils.formatFormText(elem_desc.getTooltip(), 264 tooltip = elem_desc.getTooltip(); 269 true /* isHtml */, tooltip, true /* setupLayoutData */); 281 tooltip); 283 // Fallback to a pure text tooltip, no fancy HTML 284 tooltip = DescriptorsUtils.formatTooltip(elem_desc.getTooltip()); 285 SectionHelper.createLabel(masterTable, toolkit, tooltip, tooltip);
|
/external/oprofile/gui/ui/ |
oprof_start.base.ui | 126 <name>toolTip</name> 156 <name>toolTip</name> 171 <name>toolTip</name> 219 <name>toolTip</name> 264 <name>toolTip</name> [all...] |
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.ui | 41 <property name="toolTip" > 133 <property name="toolTip" > 170 <property name="toolTip" > 187 <property name="toolTip" > 300 <property name="toolTip" > 307 <property name="toolTip" >
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.ui | 41 <property name="toolTip" > 143 <property name="toolTip" > 180 <property name="toolTip" > 197 <property name="toolTip" > 310 <property name="toolTip" > 317 <property name="toolTip" >
|
/external/chromium/chrome/common/extensions/docs/static/ |
pageAction.html | 50 "default_title": "Do action", <em>// optional; shown in tooltip</em> 61 a tooltip, and popup;
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
error-warning-count.html | 56 error/warning count should show you a tooltip that matches the text in the
|
/external/chromium/chrome/browser/extensions/ |
browser_action_test_util.h | 46 // Returns the current tooltip for the browser action button.
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
reload_button.h | 31 // Update the tag, and the image and tooltip to match. If |anInt|
|
/external/chromium/chrome/browser/ui/views/status_icons/ |
status_tray_win_unittest.cc | 28 // Create an icon, set the images, tooltip, and context menu, then shut it
|
/external/webkit/Source/WebKit2/Shared/ |
WebPopupItem.h | 47 WebPopupItem(Type, const String& text, WebCore::TextDirection, bool hasTextDirectionOverride, const String& toolTip, const String& accessibilityText, bool isEnabled, bool isLabel);
|
/external/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.ui | 47 <property name="toolTip" stdset="0" > 139 <property name="toolTip" stdset="0" > 173 <property name="toolTip" stdset="0" > 193 <property name="toolTip" stdset="0" >
|
/sdk/eclipse/ |
dictionary.txt | 256 tooltip
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
GuidelinePainter.java | 107 // Update the drag tooltip 115 feedback.tooltip = sb.toString(); 117 // Set the tooltip orientation to ensure that it does not interfere with 130 feedback.tooltip = null;
|
/external/chromium/chrome/browser/chromeos/login/ |
user_controller.h | 90 // Enables or disables tooltip with user's email. 161 // Returns tooltip text for user name. 208 // Whether name tooltip is enabled.
|
/external/chromium/chrome/browser/ui/views/extensions/ |
browser_action_overflow_menu_controller.cc | 42 // Set the tooltip for this item. 43 std::wstring tooltip = UTF8ToWide( local 46 menu_->SetTooltip(tooltip, command_id);
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/ |
networkconfig.ui | 59 <property name="toolTip" stdset="0"> 78 <property name="toolTip" stdset="0"> 176 <property name="toolTip" stdset="0"> 214 <property name="toolTip" stdset="0"> 236 <property name="toolTip" stdset="0">
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui/ |
networkconfig.ui | 59 <property name="toolTip" stdset="0"> 78 <property name="toolTip" stdset="0"> 176 <property name="toolTip" stdset="0"> 214 <property name="toolTip" stdset="0"> 236 <property name="toolTip" stdset="0">
|