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

1 2 3

  /external/webkit/WebKit/mac/WebInspector/
WebNodeHighlight.h 59 - (void)didAttachWebNodeHighlight:(WebNodeHighlight *)highlight;
60 - (void)willDetachWebNodeHighlight:(WebNodeHighlight *)highlight;
  /external/webkit/WebCore/inspector/
InspectorClient.h 57 virtual void highlight(Node*) = 0;
  /external/webkit/WebCore/rendering/style/
StyleRareInheritedData.cpp 58 , highlight(o.highlight)
83 && highlight == o.highlight
StyleRareInheritedData.h 61 AtomicString highlight; // Apple-specific extension for custom highlight rendering. member in class:WebCore::StyleRareInheritedData
  /external/webkit/WebKit/android/WebCoreSupport/
InspectorClientAndroid.h 51 virtual void highlight(Node*) {} function in class:android::InspectorClientAndroid
  /external/webkit/WebKit/wx/WebKitSupport/
InspectorClientWx.h 58 virtual void highlight(Node*);
InspectorClientWx.cpp 93 void InspectorClientWx::highlight(Node*) function in class:WebCore::InspectorClientWx
  /external/webkit/WebKit/haiku/WebCoreSupport/
InspectorClientHaiku.h 59 virtual void highlight(Node*);
InspectorClientHaiku.cpp 88 void InspectorClientHaiku::highlight(Node* node) function in class:WebCore::InspectorClientHaiku
  /external/webkit/WebKit/qt/WebCoreSupport/
InspectorClientQt.h 65 virtual void highlight(Node*);
  /external/webkit/WebKit/chromium/src/
InspectorClientImpl.h 57 virtual void highlight(WebCore::Node*);
InspectorClientImpl.cpp 119 void InspectorClientImpl::highlight(Node* node) function in class:WebKit::InspectorClientImpl
122 // and the drawing of the highlight. Here we just make sure to invalidate
  /external/webkit/WebKit/gtk/WebCoreSupport/
InspectorClientGtk.h 65 virtual void highlight(WebCore::Node*);
InspectorClientGtk.cpp 180 void InspectorClient::highlight(Node* node) function in class:WebKit::InspectorClient
  /external/webkit/WebKit/mac/WebCoreSupport/
WebInspectorClient.h 61 virtual void highlight(WebCore::Node*);
WebInspectorClient.mm 133 void WebInspectorClient::highlight(Node* node)
414 return; // skip the highlight if we have no window (e.g. hidden tab)
435 - (void)didAttachWebNodeHighlight:(WebNodeHighlight *)highlight
437 [_inspectedWebView setCurrentNodeHighlight:highlight];
440 - (void)willDetachWebNodeHighlight:(WebNodeHighlight *)highlight
  /external/webkit/WebKit/win/WebCoreSupport/
WebInspectorClient.h 64 virtual void highlight(WebCore::Node*);
  /sdk/traceview/src/com/android/traceview/
Selection.java 31 public static Selection highlight(String name, Object value) { method in class:Selection
32 return new Selection(Action.Highlight, name, value);
68 Highlight, Include, Exclude, Aggregate
  /packages/apps/Camera/src/com/android/camera/ui/
IndicatorBar.java 87 public void setHighlight(Texture highlight) {
88 if (mHighlight == highlight) return;
89 mHighlight = highlight;
  /frameworks/base/core/java/android/text/
BoringLayout.java 360 public void draw(Canvas c, Path highlight, Paint highlightpaint,
362 if (mDirect != null && highlight == null) {
365 super.draw(c, highlight, highlightpaint, cursorOffset);
  /external/webkit/WebKit/win/
WebNodeHighlight.cpp 216 WebNodeHighlight* highlight = reinterpret_cast<WebNodeHighlight*>(::GetProp(hwnd, kWebNodeHighlightPointerProp)); local
217 if (!highlight)
  /external/webkit/WebCore/rendering/
RootInlineBox.cpp 136 // Highlight acts as a selection inflation.
138 IntRect inflatedRect = enclosingIntRect(page->chrome()->client()->customHighlightRect(renderer()->node(), renderer()->style()->highlight(), rootRect));
170 if (styleToUse->highlight() != nullAtom && !paintInfo.context->paintingDisabled())
171 paintCustomHighlight(paintInfo, tx, ty, styleToUse->highlight());
RenderListMarker.cpp     [all...]
  /external/webkit/WebCore/css/
CSSPropertyNames.in 202 -webkit-highlight
238 -webkit-tap-highlight-color
  /external/webkit/WebCore/inspector/front-end/
TextEditorHighlighter.js 75 highlight: function(endLine)
100 // Do small highlight synchronously. This will provide instant highlight on PageUp / PageDown, gentle scrolling.
104 // Schedule tail highlight if necessary.
124 // Highlight 500 lines chunk.
128 // Schedule tail highlight if necessary.
135 // Start line was edited, we should highlight everything until endLine synchronously.
177 // Following lines are up to date, no need re-highlight.

Completed in 813 milliseconds

1 2 3