Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/efl/WebCoreSupport/
DInspectorClientEfl.cpp41 void InspectorClientEfl::highlight(Node* node) in highlight() function in WebCore::InspectorClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DInspectorClientHaiku.cpp50 void InspectorClientHaiku::highlight(Node* node) in highlight() function in WebCore::InspectorClientHaiku
/external/webkit/Source/WebKit/wx/WebKitSupport/
DInspectorClientWx.cpp55 void InspectorClientWx::highlight(Node*) in highlight() function in WebCore::InspectorClientWx
/external/webkit/Source/WebKit/android/WebCoreSupport/
DInspectorClientAndroid.h43 virtual void highlight(Node*) {} in highlight() function
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebInspectorClient.cpp57 void WebInspectorClient::highlight(Node*) in highlight() function in WebKit::WebInspectorClient
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DInspectorClientWinCE.cpp58 void InspectorClientWinCE::highlight(Node* node) in highlight() function in WebKit::InspectorClientWinCE
/external/webkit/Source/WebKit/chromium/src/
DInspectorClientImpl.cpp72 void InspectorClientImpl::highlight(Node* node) in highlight() function in WebKit::InspectorClientImpl
DWebDevToolsAgentImpl.cpp260 void WebDevToolsAgentImpl::highlight(Node* node) in highlight() function in WebKit::WebDevToolsAgentImpl
/external/webkit/Source/WebCore/inspector/front-end/
DTextEditorHighlighter.js53 highlight: function(endLine, opt_forceRun) method in WebInspector.TextEditorHighlighter
/external/chromium/chrome/browser/
Dplatform_util_win.cc87 const ITEMIDLIST* highlight[] = { in ShowItemInFolder() local
/external/webkit/Source/WebKit/win/
DWebNodeHighlight.cpp214 …WebNodeHighlight* highlight = reinterpret_cast<WebNodeHighlight*>(::GetProp(hwnd, kWebNodeHighligh… in OverlayWndProc() local
DWebView.cpp3355 BSTR str, BOOL caseSensitive, BOOL highlight, UINT limit, UINT* matches) in markAllMatchesForText()
/external/webkit/Source/WebCore/rendering/style/
DStyleRareInheritedData.h77 AtomicString highlight; // Apple-specific extension for custom highlight rendering. variable
DRenderStyle.h699 const AtomicString& highlight() const { return rareInheritedData->highlight; } in highlight() function
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DInspectorClientGtk.cpp161 void InspectorClient::highlight(Node*) in highlight() function in WebKit::InspectorClient
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DInspectorClientQt.cpp264 void InspectorClientQt::highlight(Node*) in highlight() function in WebCore::InspectorClientQt
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebInspectorClient.mm100 void WebInspectorClient::highlight(Node* node) function
/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/webkit/Source/WebKit/win/WebCoreSupport/
DWebInspectorClient.cpp179 void WebInspectorClient::highlight(Node*) in highlight() function in WebInspectorClient
/external/webkit/Source/WebKit/efl/ewk/
Dewk_frame.cpp772 …mark(Evas_Object* o, const char* string, Eina_Bool case_sensitive, Eina_Bool highlight, unsigned i… in ewk_frame_text_matches_mark()
806 Eina_Bool ewk_frame_text_matches_highlight_set(Evas_Object* o, Eina_Bool highlight) in ewk_frame_text_matches_highlight_set()
Dewk_view.cpp1449 …mark(Evas_Object* o, const char* string, Eina_Bool case_sensitive, Eina_Bool highlight, unsigned i… in ewk_view_text_matches_mark()
1487 Eina_Bool ewk_view_text_matches_highlight_set(Evas_Object* o, Eina_Bool highlight) in ewk_view_text_matches_highlight_set()
/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/Source/WebCore/inspector/
DInspectorDOMAgent.cpp953 void InspectorDOMAgent::highlight(ErrorString*, Node* node) in highlight() function in WebCore::InspectorDOMAgent
/external/webkit/Source/WebCore/loader/
DEmptyClients.h598 virtual void highlight(Node*) { } in highlight() function