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

1 2

  /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/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.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/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/eclipse/adt/internal/editors/descriptors/
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...]
  /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);
AndroidContentAssist.java 560 * is the tooltip/help for the value to be displayed in the documentation popup.
577 String tooltip = null; local
581 // Tooltip computed lazily in {@link CompletionProposal}
589 // Tooltip computed lazily in {@link CompletionProposal}
614 tooltip = pair.getSecond();
691 tooltip, // String additionalProposalInfo
    [all...]
  /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/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/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/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/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/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);
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplatePage.java 195 String tooltip = "The Android Project where the new resource will be created."; local
199 projectLabel.setToolTipText(tooltip);
205 mProjectButton.setToolTipText(tooltip);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
rule-api.jar 
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 1664 milliseconds

1 2