HomeSort by relevance Sort by last modified time
    Searched refs:highlight (Results 26 - 50 of 74) sorted by null

12 3

  /external/webkit/WebKit/qt/WebCoreSupport/
InspectorClientQt.cpp 141 void InspectorClientQt::highlight(Node*) function in class:WebCore::InspectorClientQt
  /external/webkit/WebCore/rendering/
RenderWidget.cpp 239 if (style()->highlight() != nullAtom && !paintInfo.context->paintingDisabled())
240 paintCustomHighlight(tx - x(), ty - y(), style()->highlight(), true);
RenderImage.cpp 433 if (style()->highlight() != nullAtom && !paintInfo.context->paintingDisabled())
434 paintCustomHighlight(tx - x(), ty - y(), style()->highlight(), true);
SVGInlineTextBox.cpp 386 if (styleToUse->highlight() != nullAtom && !paintInfo.context->paintingDisabled())
387 paintCustomHighlight(tx, ty, styleToUse->highlight());
InlineTextBox.cpp 386 if (styleToUse->highlight() != nullAtom && !context->paintingDisabled())
387 paintCustomHighlight(tx, ty, styleToUse->highlight());
595 // draw its own highlight.
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageItem.java 73 Pattern mHighlight; // portion of message to highlight (from search)
98 ColumnsMap columnsMap, Pattern highlight) throws MmsException {
101 mHighlight = highlight;
MessageListAdapter.java 138 boolean useDefaultColumnsMap, Pattern highlight) {
141 mHighlight = highlight;
MessageListItem.java 362 String subject, String timestamp, Pattern highlight,
407 if (highlight != null) {
408 Matcher m = highlight.matcher(buf.toString());
  /external/webkit/WebKit/mac/WebView/
WebViewPrivate.h 176 - (WebNSUInteger)markAllMatchesForText:(NSString *)string caseSensitive:(BOOL)caseFlag highlight:(BOOL)highlight limit:(WebNSUInteger)limit;
  /external/grub/stage2/
stage2.c 106 print_entry (int y, int highlight, char *entry)
113 if (highlight && current_term->setcolorstate)
builtins.c 579 char *highlight;
659 highlight = skip_to (0, arg);
667 if (! *highlight)
672 new_highlight_color = color_number (highlight);
674 && ! safe_parse_maxint (&highlight, &new_highlight_color))
689 "color NORMAL [HIGHLIGHT]",
691 " lines in the menu, and the color HIGHLIGHT is used to highlight the"
692 " line where the cursor points. If you omit HIGHLIGHT, then the"
573 char *highlight; local
    [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebViewPrivate.idl 96 HRESULT markAllMatchesForText([in] BSTR search, [in] BOOL caseSensitive, [in] BOOL highlight, [in] UINT limit, [out] UINT* matches);
  /external/webkit/WebCore/inspector/
InspectorBackend.cpp 379 m_inspectorController->highlight(node);
InspectorController.h 134 void highlight(Node*);
InspectorController.cpp 268 void InspectorController::highlight(Node* node) function in class:WebCore::InspectorController
274 m_client->highlight(node);
483 highlight(node);
    [all...]
  /external/webkit/WebCore/loader/
EmptyClients.h 493 virtual void highlight(Node*) { } function in class:WebCore::EmptyInspectorClient
  /external/webkit/WebKit/gtk/webkit/
webkitwebview.h 229 gboolean highlight);
  /sdk/traceview/src/com/android/traceview/
ProfileView.java 225 selections.add(Selection.highlight("MethodData", md));
259 if (action != Selection.Action.Highlight)
TimeLineView.java 329 if (action != Selection.Action.Highlight)
332 // System.out.printf(" timeline highlight %s from %s\n", name, arg);
594 // Draw a highlight box on the row where the mouse is.
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 281 void WebInspectorClient::highlight(Node*) function in class:WebInspectorClient
  /external/webkit/WebCore/rendering/style/
RenderStyle.cpp 367 if (rareInheritedData->highlight != other->rareInheritedData->highlight ||
    [all...]
RenderStyle.h 646 const AtomicString& highlight() const { return rareInheritedData->highlight; } function in class:WebCore::RenderStyle
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java     [all...]
  /frameworks/base/core/java/android/text/
Layout.java 156 * Draw this Layout on the specified canvas, with the highlight path drawn
160 * @param highlight the path of the highlight or cursor; can be null
161 * @param highlightPaint the paint for the highlight
163 * canvas while rendering the highlight
165 public void draw(Canvas c, Path highlight, Paint highlightPaint,
243 // There can be a highlight even without spans if we are drawing
245 if (highlight != null) {
250 c.drawPath(highlight, highlightPaint);
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicUtils.java     [all...]

Completed in 1289 milliseconds

12 3