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

1 2 34 5 6 7 8 91011>>

  /device/samsung/manta/recovery/
recovery_ui.cpp 26 const char* HEADERS[] = { "Volume up/down to move highlight;",
  /external/chromium/chrome/browser/autocomplete/
history_quick_provider.h 66 // matches (|matches|) to highlight where terms were found.
  /external/chromium/chrome/browser/ui/cocoa/wrench_menu/
menu_tracked_button.h 18 // allow for setting the cell's highlight property. When in a drag cycle,
  /external/chromium/chrome/browser/ui/gtk/status_icons/
status_icon_gtk.cc 38 // Ignore pressed images, since the standard on Linux is to not highlight
  /external/chromium_org/chrome/browser/resources/ntp_android/
opentabs_tablet.css 43 -webkit-tap-highlight-color: transparent;
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_pop_up_button.mm 72 // Create a highlight-shaded bezel in a transparency layer.
  /external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
menu_tracked_button.h 17 // allow for setting the cell's highlight property. When in a drag cycle,
  /external/chromium_org/chrome/browser/ui/gtk/status_icons/
status_icon_gtk.cc 39 // Ignore pressed images, since the standard on Linux is to not highlight
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareInheritedData.cpp 111 , highlight(o.highlight)
181 && highlight == o.highlight
  /external/chromium_org/ui/app_list/cocoa/
apps_grid_view_item.h 27 // Used to highlight the background on hover.
  /external/chromium_org/ui/message_center/cocoa/
status_item_view_unittest.mm 72 TEST_F(StatusItemViewTest, Highlight) {
  /external/libvpx/libvpx/examples/includes/geshi/docs/
README 11 input the source code you wish to highlight with the language you
  /external/llvm/utils/vim/
vimrc 19 " Highlight trailing whitespace and lines longer than 80 columns.
20 highlight LongLine ctermbg=DarkYellow guibg=DarkYellow
21 highlight WhitespaceEOL ctermbg=DarkYellow guibg=DarkYellow
56 " Highlight syntax in programming languages
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
config-highlight.def 2 # file is the default config file for idle highlight theme settings.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
config-highlight.def 2 # file is the default config file for idle highlight theme settings.
  /external/chromium/chrome/browser/
platform_util_win.cc 87 const ITEMIDLIST* highlight[] = { local
91 hr = (*open_folder_and_select_itemsPtr)(dir_item, arraysize(highlight),
92 highlight, NULL);
  /external/chromium/chrome/browser/ui/cocoa/
draggable_button.mm 172 [self highlight:isInside];
185 [self highlight:NO];
225 [self highlight:NO];
  /external/chromium_org/chrome/browser/
platform_util_win.cc 87 const ITEMIDLIST* highlight[] = { file_item }; local
89 hr = (*open_folder_and_select_itemsPtr)(dir_item, arraysize(highlight),
90 highlight, NULL);
  /external/chromium_org/chrome/browser/ui/cocoa/
draggable_button_mixin.mm 260 [button_ highlight:isInside];
273 [button_ highlight:NO];
281 [button_ highlight:NO];
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.h 74 struct Highlight {
75 Highlight()
128 void getHighlight(Highlight*) const;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
index.html 158 <div class="center-highlight"></div>
164 <div class="center-highlight"></div>
170 <div class="center-highlight"></div>
  /frameworks/base/core/java/android/inputmethodservice/
ExtractEditText.java 128 * highlight and cursor will be displayed.
136 * highlight and cursor will be displayed.
144 * highlight and cursor will be displayed.
  /external/clang/www/
diagnostics.html 67 diagnostics highlight related information. In the following somewhat
270 information to remove the common elements and highlight the differences. To
276 t.cc:4:5: <span class="note">note:</span> candidate function not viable: no known conversion from 'vector&lt;map&lt;[...], <span class="template-highlight">float</span>&gt;&gt;' to 'vector&lt;map&lt;[...], <span class="template-highlight">double</span>&gt;&gt;' for 1st argument;
280 t.cc:4:5: <span class="note">note:</span> candidate function not viable: no known conversion from 'vector&lt;map&lt;int, <span class="template-highlight">float</span>&gt;&gt;' to 'vector&lt;map&lt;int, <span class="template-highlight">double</span>&gt;&gt;' for 1st argument;
288 [<span class="template-highlight">float</span> != <span class="template-highlight">double</span>]&gt;&gt;
296 [<span class="template-highlight">float</span> != <span class="template-highlight">double</span>]&gt;&gt
    [all...]
  /external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/
js_checker.py 61 highlight the corresponding part of a string.
198 highlight = self.error_highlight(
205 highlight)
  /external/chromium_org/chrome/browser/resources/web_dev_style/
js_checker.py 79 highlight the corresponding part of a string.
217 highlight = self.error_highlight(
224 highlight)

Completed in 2641 milliseconds

1 2 34 5 6 7 8 91011>>