HomeSort by relevance Sort by last modified time
    Searched full:badge (Results 76 - 100 of 167) sorted by null

1 2 34 5 6 7

  /external/chromium_org/chrome/browser/extensions/
extension_warning_service_unittest.cc 85 // Remove one warning and check that the badge remains.
extension_warning_set.h 26 // specific warnings that should trigger a badge on the Chrome menu button.
script_badge_controller.h 88 // the script badge ExtensionAction that was added, or NULL if
script_badge_controller_unittest.cc 172 // Run script. Should be a notification and a script badge.
255 // Getting attention the first time should display the badge.
extension_keybinding_apitest_new.cc 173 // Tell the extension to update the script badge state.
script_badge_controller.cc 100 // Even if clicking the badge doesn't immediately cause the extension to
script_bubble_controller_unittest.cc 187 // Navigating away resets the badge.
  /external/chromium_org/chrome/browser/ui/global_error/
global_error.h 35 // overridden, this is based on the badge resource ID.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/options/css/
list.css 122 /* TODO(stuartmorgan): Replace with validity badge */
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
tut_migration_to_manifest_v2.html 141 <li><code>default_icon</code> for the browser action badge icon</li>
142 <li><code>default_name</code> for the text that appears in the tooltip when you hover over the badge</li>
161 <li><code>default_icon</code> for the page action badge icon</li>
163 that appears in the tooltip when you hover over the badge</li>
  /external/chromium/chrome/browser/chromeos/status/
network_menu.cc 358 const SkBitmap* badge = ethernet_connecting || ethernet_connected ? local
365 NetworkMenu::IconForDisplay(icon, badge), std::string(),
401 const SkBitmap* badge = wifi_networks[i]->encrypted() ? local
413 NetworkMenu::IconForDisplay(icon, badge),
474 const SkBitmap* badge = NetworkMenu::BadgeForNetworkTechnology( local
488 NetworkMenu::IconForDisplay(icon, badge, roaming_badge,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
toolbar_view.h 166 // Returns true if we should show the background page badge.
188 // Updates the badge and the accessible name of the app menu (Wrench).
  /external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_browsertest.js 221 // First cert shouldn't show the controlled setting badge, and the
230 // But the second should show the controlled setting badge, and the
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_controller.mm 549 // No badge - clear the badge if one is already set.
555 NSImage* badge =
560 NSSize badgeSize = [badge size];
565 // Draw badge in the upper right corner of the button.
571 [badge drawAtPoint:overlayPosition
  /external/chromium/chrome/common/extensions/docs/
browserAction.html 275 <a href="#badge">Badge</a>
359 a <a href="#badge">badge</a>,
410 a <a href="#badge">badge</a>,
450 <h3 id="badge">Badge</h3>
452 <p>Browser actions can optionally display a <em>badge</em> ?
458 <p>Because the badge has limited space
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_toolbar_gtk.cc 380 // Redraw the wrench menu to update the badge.
630 const SkBitmap* badge = NULL; local
632 badge = theme_service_->GetBitmapNamed(IDR_UPDATE_BADGE);
640 sender->allocation.width - badge->width();
643 *badge,
browser_toolbar_gtk.h 138 // Used to draw the upgrade notification badge.
  /frameworks/base/core/java/android/app/
SearchDialog.java 185 // TODO: Move the badge logic to SearchView or move the badge to search_bar.xml
451 * Setup the search "Badge" if requested by mode flags.
463 if (DBG) Log.d(LOG_TAG, "Using badge icon: " + mSearchable.getIconId());
467 if (DBG) Log.d(LOG_TAG, "Using badge label: " + mSearchable.getLabelId());
  /external/chromium_org/ash/system/chromeos/network/
network_icon.cc 71 // Updates the VPN badge. Returns true if changed.
89 // Cached technology badge for the network when the icon was last generated.
92 // Cached vpn badge for the network when the icon was last generated.
378 gfx::ImageSkia* badge = local
383 *badge,
620 // For networks that are always in roaming don't show roaming badge.
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_controller_private.mm 51 // Space between the incognito badge and the right edge of the window.
55 // incognito badge is present.
302 // Lay out the icognito/avatar badge because calculating the indentation on
311 // Actually place the badge *above* |maxY|, by +2 to miss the divider.
552 // Move the incognito badge if present.
561 // badge (if any), so that the tab strip will be on top (in the z-order).
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAdapter.java 640 // Do not show badge in call log.
667 // Hide badge if it was previously shown.
703 * Get the resource id for the image to be shown for the badge.
710 * Get the text to be shown for the badge.
719 * Whether to show the badge.
724 * @return {@literal true} if badge should be shown. {@literal false} otherwise.
    [all...]
  /external/chromium/chrome/browser/sidebar/
sidebar_manager.h 81 // Changes sidebar's badge text (displayed on the mini tab).
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gmail/
background.html 43 // Gmail. This animates the badge text with a dot that cycles from left to
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_keybinding_registry_cocoa.mm 125 // Add the Script Badge (if any).
  /external/chromium_org/chrome/browser/ui/gtk/
browser_toolbar_gtk.cc 419 // Redraw the wrench menu to update the badge.
713 const gfx::ImageSkia* badge = theme_service_->GetImageSkiaNamed(resource_id); local
715 int x_offset = base::i18n::IsRTL() ? 0 : allocation.width - badge->width();
717 canvas.DrawImageInt(*badge,

Completed in 1703 milliseconds

1 2 34 5 6 7