Home
last modified time | relevance | path

Searched refs:highlight (Results 1 – 25 of 94) sorted by relevance

1234

/external/webkit/WebCore/rendering/style/
DStyleRareInheritedData.cpp58 , highlight(o.highlight) in StyleRareInheritedData()
83 && highlight == o.highlight in operator ==()
DStyleRareInheritedData.h61 AtomicString highlight; // Apple-specific extension for custom highlight rendering. variable
/external/webkit/WebKit/mac/WebInspector/
DWebNodeHighlight.mm90 // 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.
DWebNodeHighlight.h59 - (void)didAttachWebNodeHighlight:(WebNodeHighlight *)highlight;
60 - (void)willDetachWebNodeHighlight:(WebNodeHighlight *)highlight;
/external/webkit/WebKit/mac/WebCoreSupport/
DWebInspectorClient.mm133 void WebInspectorClient::highlight(Node* node) function
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
DWebInspectorClient.h61 virtual void highlight(WebCore::Node*);
/external/webkit/WebKit/win/
DWebNodeHighlight.cpp216 …WebNodeHighlight* highlight = reinterpret_cast<WebNodeHighlight*>(::GetProp(hwnd, kWebNodeHighligh… in OverlayWndProc() local
217 if (!highlight) in OverlayWndProc()
/external/webkit/WebCore/rendering/
DRootInlineBox.cpp138 …()->client()->customHighlightRect(renderer()->node(), renderer()->style()->highlight(), rootRect)); in addHighlightOverflow()
170 if (styleToUse->highlight() != nullAtom && !paintInfo.context->paintingDisabled()) in paint()
171 paintCustomHighlight(paintInfo, tx, ty, styleToUse->highlight()); in paint()
DRenderWidget.cpp239 if (style()->highlight() != nullAtom && !paintInfo.context->paintingDisabled()) in paint()
240 paintCustomHighlight(tx - x(), ty - y(), style()->highlight(), true); in paint()
/external/webkit/WebCore/inspector/
DInspectorClient.h57 virtual void highlight(Node*) = 0;
/external/webkit/WebKit/android/WebCoreSupport/
DInspectorClientAndroid.h51 virtual void highlight(Node*) {} in highlight() function
/external/webkit/WebKit/wx/WebKitSupport/
DInspectorClientWx.h58 virtual void highlight(Node*);
DInspectorClientWx.cpp93 void InspectorClientWx::highlight(Node*) in highlight() function in WebCore::InspectorClientWx
/external/webkit/WebKit/haiku/WebCoreSupport/
DInspectorClientHaiku.cpp88 void InspectorClientHaiku::highlight(Node* node) in highlight() function in WebCore::InspectorClientHaiku
DInspectorClientHaiku.h59 virtual void highlight(Node*);
/external/webkit/WebKit/qt/WebCoreSupport/
DInspectorClientQt.h65 virtual void highlight(Node*);
/external/webkit/WebKit/gtk/WebCoreSupport/
DInspectorClientGtk.h65 virtual void highlight(WebCore::Node*);
DInspectorClientGtk.cpp180 void InspectorClient::highlight(Node* node) in highlight() function in WebKit::InspectorClient
/external/libvpx/examples/includes/geshi/docs/
DTODO42 to highlight code of any language in a similar manner [DONE]
61 - "Intelligent" highlighting inside comments, and ability to highlight
DREADME11 input the source code you wish to highlight with the language you
/external/webkit/WebKit/chromium/src/
DInspectorClientImpl.h57 virtual void highlight(WebCore::Node*);
DInspectorClientImpl.cpp119 void InspectorClientImpl::highlight(Node* node) in highlight() function in WebKit::InspectorClientImpl
/external/webkit/WebKit/win/WebCoreSupport/
DWebInspectorClient.h64 virtual void highlight(WebCore::Node*);
/external/webkit/WebKit/mac/WebView/
DWebViewPrivate.h176 …lMatchesForText:(NSString *)string caseSensitive:(BOOL)caseFlag highlight:(BOOL)highlight limit:(W…
/external/webkit/WebCore/css/
DCSSPropertyNames.in202 -webkit-highlight
238 -webkit-tap-highlight-color

1234