/external/webkit/WebCore/rendering/style/ |
D | StyleRareInheritedData.cpp | 58 , highlight(o.highlight) in StyleRareInheritedData() 83 && highlight == o.highlight in operator ==()
|
D | StyleRareInheritedData.h | 61 AtomicString highlight; // Apple-specific extension for custom highlight rendering. variable
|
/external/webkit/WebKit/mac/WebInspector/ |
D | 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.
|
D | WebNodeHighlight.h | 59 - (void)didAttachWebNodeHighlight:(WebNodeHighlight *)highlight; 60 - (void)willDetachWebNodeHighlight:(WebNodeHighlight *)highlight;
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | WebInspectorClient.mm | 133 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
|
D | WebInspectorClient.h | 61 virtual void highlight(WebCore::Node*);
|
/external/webkit/WebKit/win/ |
D | WebNodeHighlight.cpp | 216 …WebNodeHighlight* highlight = reinterpret_cast<WebNodeHighlight*>(::GetProp(hwnd, kWebNodeHighligh… in OverlayWndProc() local 217 if (!highlight) in OverlayWndProc()
|
/external/webkit/WebCore/rendering/ |
D | RootInlineBox.cpp | 138 …()->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()
|
D | RenderWidget.cpp | 239 if (style()->highlight() != nullAtom && !paintInfo.context->paintingDisabled()) in paint() 240 paintCustomHighlight(tx - x(), ty - y(), style()->highlight(), true); in paint()
|
/external/webkit/WebCore/inspector/ |
D | InspectorClient.h | 57 virtual void highlight(Node*) = 0;
|
/external/webkit/WebKit/android/WebCoreSupport/ |
D | InspectorClientAndroid.h | 51 virtual void highlight(Node*) {} in highlight() function
|
/external/webkit/WebKit/wx/WebKitSupport/ |
D | InspectorClientWx.h | 58 virtual void highlight(Node*);
|
D | InspectorClientWx.cpp | 93 void InspectorClientWx::highlight(Node*) in highlight() function in WebCore::InspectorClientWx
|
/external/webkit/WebKit/haiku/WebCoreSupport/ |
D | InspectorClientHaiku.cpp | 88 void InspectorClientHaiku::highlight(Node* node) in highlight() function in WebCore::InspectorClientHaiku
|
D | InspectorClientHaiku.h | 59 virtual void highlight(Node*);
|
/external/webkit/WebKit/qt/WebCoreSupport/ |
D | InspectorClientQt.h | 65 virtual void highlight(Node*);
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
D | InspectorClientGtk.h | 65 virtual void highlight(WebCore::Node*);
|
D | InspectorClientGtk.cpp | 180 void InspectorClient::highlight(Node* node) in highlight() function in WebKit::InspectorClient
|
/external/libvpx/examples/includes/geshi/docs/ |
D | TODO | 42 to highlight code of any language in a similar manner [DONE] 61 - "Intelligent" highlighting inside comments, and ability to highlight
|
D | README | 11 input the source code you wish to highlight with the language you
|
/external/webkit/WebKit/chromium/src/ |
D | InspectorClientImpl.h | 57 virtual void highlight(WebCore::Node*);
|
D | InspectorClientImpl.cpp | 119 void InspectorClientImpl::highlight(Node* node) in highlight() function in WebKit::InspectorClientImpl
|
/external/webkit/WebKit/win/WebCoreSupport/ |
D | WebInspectorClient.h | 64 virtual void highlight(WebCore::Node*);
|
/external/webkit/WebKit/mac/WebView/ |
D | WebViewPrivate.h | 176 …lMatchesForText:(NSString *)string caseSensitive:(BOOL)caseFlag highlight:(BOOL)highlight limit:(W…
|
/external/webkit/WebCore/css/ |
D | CSSPropertyNames.in | 202 -webkit-highlight 238 -webkit-tap-highlight-color
|