HomeSort by relevance Sort by last modified time
    Searched full:highlighted (Results 51 - 75 of 333) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/net_internals/
cros_log_marker.js 10 * - Resolve hghlight conficts (A text highlighted by multiple colors) so that
147 * @param {CrosLogEntry} entry The log entry to be highlighted
149 * @param {string} field The field of entry to be highlighted
192 * position and previous position need to be highlighted and resolves
195 * @param {CrosLogEntry} entry The entry going to be highlighted.
  /external/chromium_org/chrome/common/extensions/api/
tabs.json 19 "selected": {"type": "boolean", "description": "Whether the tab is selected.", "deprecated": "Please use $(ref:tabs.Tab.highlighted)."},
20 "highlighted": {"type": "boolean", "description": "Whether the tab is highlighted."},
326 "highlighted": {
329 "description": "Whether the tabs are highlighted."
423 "description": "Contains details about the window whose tabs were highlighted."
455 "highlighted": {
461 "deprecated": "Please use <em>highlighted</em>.",
    [all...]
  /external/chromium_org/extensions/browser/
file_highlighter.cc 16 // Keys for a highlighted dictionary.
140 // If we fail, then we set start to end so that the highlighted portion is
222 // then move start and end to the end of the string, so that the highlighted
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List16.java 32 * couple with the new simple_list_item_activated_1 which uses a highlighted border for selected
  /development/samples/training/basic/FragmentBasics/src/com/example/fragments/
HeadlinesFragment.java 76 // Set the item as checked to be highlighted when in two-pane layout
  /external/chromium_org/ash/ime/
candidate_view.cc 194 void CandidateView::SetHighlighted(bool highlighted) {
195 if (highlighted_ == highlighted)
198 highlighted_ = highlighted;
199 if (highlighted) {
  /external/chromium_org/chrome/browser/autocomplete/
bookmark_provider.h 67 // properly highlighted.
  /external/chromium_org/chrome/browser/resources/options/
search_page.css 9 .search-highlighted {
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_pop_up_button.mm 88 // Draw a bezel that's highlighted.
  /external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
menu_tracked_button.mm 56 // over the button and thus needs to be highlighted. The delay is the
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
background.js 30 chrome.browserAction.setIcon({'path': 'clock-highlighted-19.png'});
  /external/chromium_org/ui/base/ime/
candidate_window.cc 76 entry.highlighted = true;
candidate_window.h 68 // contains highlighted entry.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
results.html 24 <li>when old builds are not filtered, the milestone build are highlighted in bold
  /frameworks/ex/common/java/com/android/common/speech/
Recognition.java 40 * which represents the voice action, to be highlighted in the UI if so desired.
  /packages/apps/Settings/src/com/android/settings/
IconPreferenceScreen.java 32 // Whether or not the text and icon should be highlighted (as selected)
  /external/chromium-trace/trace-viewer/src/cc/
selection.js 29 * should be highlighted, returns the quad for the item on the pending tree.
38 * should be highlighted, returns the quad for the item on the active tree.
  /external/chromium_org/chrome/browser/resources/
flags.js 67 // Unhighlight whatever's highlighted.
181 // Update the highlighted flag when the hash changes.
  /external/chromium_org/chrome/browser/resources/sync_internals/
about.js 11 this.removeAttribute('highlighted');
21 node.setAttribute('highlighted', '');
  /external/chromium_org/tools/json_schema_compiler/
model_test.py 58 self.assertEquals(["active", "favIconUrl", "highlighted", "id",
80 ["active", "highlighted", "pinned", "status", "title", "url",
  /external/chromium_org/tools/json_schema_compiler/test/
tabs.json 14 "highlighted": {"type": "boolean", "description": "Whether the tab is highlighted."},
238 "highlighted": {
241 "description": "Whether the tabs are highlighted."
317 "description": "Contains details about the window whose tabs were highlighted."
349 "highlighted": {
700 "description": "Fired when the highlighted or selected tabs in a window changes.",
715 "description": "All highlighted tabs in the window."
  /external/chromium_org/ui/app_list/
app_list_item.h 48 void SetHighlighted(bool highlighted);
49 bool highlighted() const { return highlighted_; } function in class:app_list::AppListItem
  /external/chromium_org/ui/views/controls/menu/
native_menu_win.h 101 // Given a menu that's currently popped-up, find the currently highlighted
102 // item. Returns true if a highlighted item was found.
  /frameworks/base/core/java/android/app/
TabActivity.java 63 * Sets the default tab that is the first tab highlighted.
73 * Sets the default tab that is the first tab highlighted.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
BaseScrollAdapterFragment.java 174 // we dim the last highlighted view so that while a user is scrolling, nothing is highlighted.

Completed in 447 milliseconds

1 23 4 5 6 7 8 91011>>