HomeSort by relevance Sort by last modified time
    Searched full:highlight (Results 1 - 25 of 460) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/manual-tests/
system-color-change.html 1 <body bgcolor="highlight">
2 Change the system highlight color.
4 On Mac OS X, go into System Preferences and change the Highlight color in the Appearance preference panel.
drag_select_highlighting.html 3 <title>Highlight leaves trails</title>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
broken1-expected-completion20.txt 2 android:textColorHighlight : Color of the text selection highlight. [color, reference]
  /external/webkit/Source/WebCore/inspector/front-end/
TextEditorHighlighter.js 53 highlight: function(endLine, opt_forceRun)
56 var state = this._textModel.getAttribute(endLine - 1, "highlight");
72 var state = this._textModel.getAttribute(startLine - 1, "highlight");
78 // Do small highlight synchronously. This will provide instant highlight on PageUp / PageDown, gentle scrolling.
84 // Start line was edited, we should highlight everything until endLine.
88 var state = this._textModel.getAttribute(startLine - 1, "highlight");
98 var state = this._textModel.getAttribute(i, "highlight");
101 this._textModel.setAttribute(i, "highlight-outdated", state);
102 this._textModel.removeAttribute(i, "highlight");
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/wrench_menu/
menu_tracked_button.mm 10 - (void)doHighlight:(BOOL)highlight;
53 BOOL highlight = NSPointInRect(point, [self insetBounds]);
54 [self doHighlight:highlight];
79 - (void)doHighlight:(BOOL)highlight {
83 [[self cell] setHighlighted:highlight];
88 // the user is merely hovering here. If it is not, then disable the highlight.
wrench_menu_button_cell.h 12 // than two blocks of colors. This also uses the blue menu highlight color for
wrench_menu_button_cell_unittest.mm 47 [button_ highlight:YES];
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
reg.php 139 // Highlight Key Delimiters
148 // Highlight File Format Header Version 5
157 // Highlight File Format Header Version 4
166 // Highlight dword: 32 bit integer values
175 // Highlight variable names
184 // Highlight String Values
193 // Highlight Hexadecimal Values (Single-Line and Multi-Line)
202 // Highlight Default Variable
211 // Highlight GUID's found anywhere.
  /external/webkit/Source/WebCore/manual-tests/inspector/
highlight-source-line.html 1 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=19204">Bug 19204: Inspector should highlight source lines when following links to them</a>.</p>
  /external/webkit/Source/WebKit/mac/WebInspector/
WebNodeHighlighter.mm 62 return; // Skip the highlight if we have no window (e.g. hidden tab).
83 - (void)didAttachWebNodeHighlight:(WebNodeHighlight *)highlight
85 [_inspectedWebView setCurrentNodeHighlight:highlight];
88 - (void)willDetachWebNodeHighlight:(WebNodeHighlight *)highlight
WebNodeHighlight.mm 90 // the highlight incorrectly positioned with respect to the target view. We need to do this for
153 // Mark the whole highlight view as needing display since we don't know what areas
154 // need updated, since the highlight can be larger than the element to show margins.
157 // Redraw highlight view immediately so it updates in sync with the target view.
189 // This assertion fires in cases where a new tab is created while the highlight
193 // Until that bug is fixed, bail out to avoid worse problems where the highlight
198 // Disable screen updates so the highlight moves in sync with the view.
WebNodeHighlight.h 59 - (void)didAttachWebNodeHighlight:(WebNodeHighlight *)highlight;
60 - (void)willDetachWebNodeHighlight:(WebNodeHighlight *)highlight;
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
TouchHighlightImageButton.java 28 * An image button that uses a blue highlight (@link android.R.attr.selectableItemBackground} to
33 * The highlight drawable. This generally a {@link android.graphics.drawable.StateListDrawable}
80 // Update the state of the highlight drawable to match
95 // Then draw the highlight on top of it. If the button is neither focused
  /external/chromium/chrome/browser/ui/options/
options_window.h 29 // wish to highlight to attract the user's attention to.
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_button.mm 52 [self highlight:NO];
62 [self highlight:isInside];
  /external/webkit/Source/WebKit/chromium/src/
InspectorClientImpl.cpp 72 void InspectorClientImpl::highlight(Node* node) function in class:WebKit::InspectorClientImpl
75 agent->highlight(node);
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallTypeHelper.java 71 /** Returns the color used to highlight the given call type, null if not highlight is needed. */
  /packages/apps/Settings/src/com/android/settings/
IconPreferenceScreen.java 79 public void setHighlighted(boolean highlight) {
80 mHighlight = highlight;
  /external/chromium/chrome/browser/ui/views/tabs/
side_tab.h 32 // Returns true if the selected highlight should be rendered.
  /external/clang/www/
content.css 30 span.template-highlight { color:cyan }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
results.properties 14 -highlight 3.0.2_,2.1.3_,3.1M6_,3.1M7_ ,3.1RC1 \
  /external/webkit/Source/WebCore/css/
AndroidCSSPropertyNames.in 25 -webkit-tap-highlight-color
  /external/webkit/Source/WebCore/rendering/style/
StyleRareInheritedData.cpp 73 , highlight(o.highlight)
124 && highlight == o.highlight
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
InspectorClientEfl.cpp 41 void InspectorClientEfl::highlight(Node* node) function in class:WebCore::InspectorClientEfl
  /frameworks/base/core/java/android/inputmethodservice/
ExtractButton.java 41 * highlight when selected.

Completed in 600 milliseconds

1 2 3 4 5 6 7 8 91011>>