Home
last modified time | relevance | path

Searched defs:highlight (Results 1 – 18 of 18) sorted by relevance

/external/webkit/WebCore/rendering/style/
DStyleRareInheritedData.h61 AtomicString highlight; // Apple-specific extension for custom highlight rendering. variable
DRenderStyle.h646 const AtomicString& highlight() const { return rareInheritedData->highlight; } in highlight() function
/external/webkit/WebCore/inspector/front-end/
DTextEditorHighlighter.js75 highlight: function(endLine) method in WebInspector.TextEditorHighlighter
/external/webkit/WebKit/haiku/WebCoreSupport/
DInspectorClientHaiku.cpp88 void InspectorClientHaiku::highlight(Node* node) in highlight() function in WebCore::InspectorClientHaiku
/external/webkit/WebKit/android/WebCoreSupport/
DInspectorClientAndroid.h51 virtual void highlight(Node*) {} in highlight() function
/external/webkit/WebKit/wx/WebKitSupport/
DInspectorClientWx.cpp93 void InspectorClientWx::highlight(Node*) in highlight() function in WebCore::InspectorClientWx
/external/webkit/WebKit/gtk/WebCoreSupport/
DInspectorClientGtk.cpp180 void InspectorClient::highlight(Node* node) in highlight() function in WebKit::InspectorClient
/external/webkit/WebKit/chromium/src/
DInspectorClientImpl.cpp119 void InspectorClientImpl::highlight(Node* node) in highlight() function in WebKit::InspectorClientImpl
/external/webkit/WebKit/win/
DWebNodeHighlight.cpp216 …WebNodeHighlight* highlight = reinterpret_cast<WebNodeHighlight*>(::GetProp(hwnd, kWebNodeHighligh… in OverlayWndProc() local
DWebView.cpp3277 BSTR str, BOOL caseSensitive, BOOL highlight, UINT limit, UINT* matches) in markAllMatchesForText()
/external/webkit/WebKit/qt/WebCoreSupport/
DInspectorClientQt.cpp141 void InspectorClientQt::highlight(Node*) in highlight() function in WebCore::InspectorClientQt
/external/webkit/WebKit/mac/WebCoreSupport/
DWebInspectorClient.mm133 void WebInspectorClient::highlight(Node* node) function
/external/webkit/WebKit/win/WebCoreSupport/
DWebInspectorClient.cpp281 void WebInspectorClient::highlight(Node*) in highlight() function in WebInspectorClient
/external/grub/stage2/
Dstage2.c106 print_entry (int y, int highlight, char *entry) in print_entry()
Dbuiltins.c573 char *highlight; in color_func() local
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java1465 private static String dataCellStyle (final int column, final boolean highlight) in dataCellStyle()
/external/webkit/WebCore/inspector/
DInspectorController.cpp268 void InspectorController::highlight(Node* node) in highlight() function in WebCore::InspectorController
/external/webkit/WebCore/loader/
DEmptyClients.h493 virtual void highlight(Node*) { } in highlight() function