HomeSort by relevance Sort by last modified time
    Searched full:tooltip (Results 201 - 225 of 514) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
results.html 35 <li>more information are available in the cell tooltip when either there's a
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
ScenarioStatusTable.java 164 // create message with tooltip text including deviation with error plus failure message
166 this.stream.print("class=\"tooltipSource\" onMouseover=\"show_element('toolTip");
168 this.stream.print("')\" onMouseout=\"hide_element('toolTip");
178 this.stream.print("<span class=\"hidden_tooltip\" id=\"toolTip");
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
ButtonPropertyEditorPresentation.java 104 * @return the tooltip text to display for {@link Button}.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
HtmlTooltipHelper.java 88 * Creates {@link Browser} for displaying tooltip.
96 styles = DesignerPlugin.readFile(PropertyTable.class.getResourceAsStream("Tooltip.css"),
321 private static void hideTooltip(Control tooltip) {
322 tooltip.getShell().dispose();
  /sdk/eclipse/
dictionary.txt 316 tooltip
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DocumentDescriptor.java 26 * tooltip, SDK url and attributes list.
  /external/chromium/chrome/browser/chromeos/status/
input_method_menu.h 102 // Returns a string for the drop-down menu and the tooltip for the indicator.
120 const std::wstring& tooltip,
  /external/chromium/chrome/browser/ui/views/
reload_button.cc 124 bool ReloadButton::GetTooltipText(const gfx::Point& p, std::wstring* tooltip) {
127 tooltip->assign(UTF16ToWide(l10n_util::GetStringUTF16(text_id)));
  /external/chromium_org/chrome/common/extensions/api/
page_action.json 38 "description": "Sets the title of the page action. This is displayed in a tooltip over the page action.",
45 "title": {"type": "string", "description": "The tooltip string."}
browser_action.json 8 "description": "Use browser actions to put icons in the main Google Chrome toolbar, to the right of the address bar. In addition to its <a href='#icon'>icon</a>, a browser action can also have a <a href='#tooltip'>tooltip</a>, a <a href='#badge'>badge</a>, and a <a href = '#popups'>popup</a>.",
33 "description": "Sets the title of the browser action. This shows up in the tooltip.",
  /external/chromium_org/content/browser/renderer_host/
webmenurunner_mac.mm 49 NSString* toolTip = base::SysUTF16ToNSString(item.tool_tip);
50 [menuItem setToolTip:toolTip];
render_widget_host_view_win.h 384 // Set the tooltip region to the size of the window, creating the tooltip
389 // becomes hidden, this method is called to reset the tooltip.
518 // The text to be shown in the tooltip, supplied by the renderer.
520 // The tooltip control hwnd
522 // Whether or not a tooltip is currently visible. We use this to track
523 // whether or not we want to force-close the tooltip when we receive mouse
  /external/chromium_org/ui/views/controls/
styled_label.h 46 // Tooltip for the range.
47 string16 tooltip; member in struct:views::StyledLabel::RangeStyleInfo
label.cc 285 bool Label::GetTooltipText(const gfx::Point& p, string16* tooltip) const {
286 DCHECK(tooltip);
288 // If a tooltip has been explicitly set, use it.
290 tooltip->assign(tooltip_text_);
296 *tooltip = text_;
  /external/chromium_org/v8/tools/profviz/
profviz.html 64 <span class="tooltip">Range</span>:
74 <span class="tooltip">Delay per log entry</span>:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java 233 String tooltip = info.getJavaDoc(); local
242 styleInfo.setJavaDoc("A reference to a custom style"); //tooltip
302 tooltip,
357 "Lets you statically include XML layouts inside other XML layouts.", // tooltip
378 "A root tag useful for XML layouts inflated using a ViewStub.", // tooltip
415 fragmentTooltip, // tooltip
483 "A view tag whose class attribute names the class to be instantiated", // tooltip
506 "Requests focus for the parent element or one of its descendants", // tooltip
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
Gesture.java 149 * @return a pair of booleans, the first indicating whether the tooltip should be
150 * below and the second indicating whether the tooltip should be displayed to
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.cc 50 string16* tooltip) const OVERRIDE {
51 // Empty menu items shouldn't have a tooltip.
119 string16* tooltip) const {
120 *tooltip = tooltip_;
121 if (!tooltip->empty())
146 *tooltip = delegate->GetTooltipText(command_, location);
147 return !tooltip->empty();
361 void MenuItemView::SetTooltip(const string16& tooltip, int item_id) {
364 item->tooltip_ = tooltip;
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell.mm 396 NSString* tooltip = decorations[i]->GetToolTip();
397 if ([tooltip length] > 0)
398 [controlView addToolTip:tooltip forRect:decorationFrames[i]];
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
browser_action_button.mm 264 std::string tooltip = [[self cell] extensionAction]->GetTitle(tabId_);
265 if (tooltip.empty()) {
268 [self setToolTip:base::SysUTF8ToNSString(tooltip)];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java 103 String tooltip = "The folder where the file will be generated, relative to the project."; local
111 folderLabel.setToolTipText(tooltip);
115 mWsFolderPathTextField.setToolTipText(tooltip);
  /external/chromium_org/ash/shelf/
shelf_view_unittest.cc     [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_accessibility.h 61 // Retrieves the tooltip description.
  /external/chromium/chrome/browser/resources/options/
browser_options_startup_page_list.js 61 titleEl.title = pageInfo['tooltip'];
  /external/chromium/chrome/browser/ui/cocoa/
hover_close_button.mm 80 // Add a tooltip.

Completed in 571 milliseconds

1 2 3 4 5 6 7 891011>>