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

12 3 4

  /external/chromium/chrome/browser/chromeos/login/
keyboard_switch_menu.cc 29 const std::wstring& tooltip,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
FlagAttributeDescriptor.java 64 String tooltip, IAttributeInfo attrInfo, String[] names) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
ComplexProperty.java 75 * Sets the tooltip text.
77 public void setTooltip(String tooltip) {
78 m_tooltip = tooltip;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimatorDescriptors.java 88 null /* tooltip */, sdkUrl,
94 null /* tooltip */, sdkUrl,
99 null /* tooltip */, sdkUrl,
129 * @param tooltip the tooltip or documentation for this element, or null
140 String tooltip, String sdkUrl,
148 ElementDescriptor element = new ElementDescriptor(xmlName, uiName, tooltip, sdkUrl,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
ViewElementDescriptor.java 76 * the canonical name of the class it represents, its tooltip, its SDK url, its attributes list,
83 * @param tooltip An optional tooltip. Can be null or empty.
95 String tooltip, String sdk_url,
98 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory);
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
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 55 #include <wx/tooltip.h>
412 wxToolTip* tooltip = m_webView->GetToolTip(); local
413 if (!tooltip || tooltip->GetTip() != wxString(tip))
  /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);
NewXmlFileCreationPage.java 125 String tooltip,
134 mTooltip = tooltip;
147 /** Returns the tooltip for the resource type. Can be null. */
247 "An XML file that describes a screen layout.", // tooltip
314 "An XML file with simple values: colors, strings, dimensions, etc.", // tooltip
323 "An XML file that describes a drawable.", // tooltip
332 "An XML file that describes an menu.", // tooltip
341 "An XML file that describes a color state list.", // tooltip
350 "An XML file that describes a property animation", // tooltip
359 "An XML file that describes a tween animation.", // tooltip
474 String tooltip = "The Android Project where the new resource file will be created."; local
    [all...]
  /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,
input_method_menu.cc 478 const std::wstring tooltip = GetTextForMenu(input_method); local
479 UpdateUI(input_method.id, name, tooltip, num_active_input_methods);
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.cc 236 std::string tooltip = BuildTooltipFor(node); local
237 if (!tooltip.empty())
238 gtk_widget_set_tooltip_markup(button, tooltip.c_str());
258 std::string tooltip; local
  /external/chromium/chrome/browser/ui/gtk/
browser_titlebar.h 107 // the button into, and a tooltip id (IDS_).
110 int tooltip);
reload_button_gtk.cc 54 g_signal_connect(widget(), "query-tooltip", G_CALLBACK(OnQueryTooltipThunk),
213 GtkTooltip* tooltip) {
218 gtk_tooltip_set_text(tooltip, l10n_util::GetStringUTF8(
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPreferencePage.java 231 StringBuffer tooltip = new StringBuffer("Select the last build to display performance results\n"); local
232 tooltip.append("If set then performance results won't be displayed for any build after this date...");
233 String tooltipText = tooltip.toString();
244 tooltip = new StringBuffer("Select the default dimension which will be used for performance results\n");
245 tooltip.append("When changed, the new selected dimension is automatically added to the dimensions list below...");
246 tooltipText = tooltip.toString();
254 tooltip = new StringBuffer("Select the dimensions which will be used while generating performance results\n");
255 tooltip.append("When changed, the default dimension above is automatically added to the new list...");
256 tooltipText = tooltip.toString();
    [all...]
ConfigTab.java 38 import org.eclipse.swt.widgets.ToolTip;
177 // Listen to mouse track events to display the table cell corresponding tooltip.
179 ToolTip currentTooltip;
187 ToolTip tooltip = (ToolTip) ConfigTab.this.toolTips.get(cellPosition);
188 if (tooltip != null) {
190 tooltip.setLocation(location);
191 tooltip.setVisible(true);
192 this.currentTooltip = tooltip;
    [all...]
  /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);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelinePainter.java 109 // Update the drag tooltip
117 feedback.tooltip = sb.toString();
119 // Set the tooltip orientation to ensure that it does not interfere with
132 feedback.tooltip = null;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
CompletionProposal.java 132 String tooltip = ((ElementDescriptor)mChoice).getTooltip(); local
133 mAdditionalProposalInfo = DescriptorsUtils.formatTooltip(tooltip);
  /external/webkit/Source/WebCore/inspector/front-end/
NetworkPanel.js     [all...]
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.h 90 std::wstring* tooltip) OVERRIDE;
205 // The tooltip.
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.h 94 std::wstring* tooltip) OVERRIDE;
base_tab.cc 370 bool BaseTab::GetTooltipText(const gfx::Point& p, std::wstring* tooltip) {
374 // Only show the tooltip if the title is truncated.
376 *tooltip = UTF16ToWide(data_.title);
  /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/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/descriptors/
OtherXmlDescriptors.java 336 String tooltip = info.getJavaDoc();
366 tooltip,

Completed in 1834 milliseconds

12 3 4