Searched defs:highlight (Results 1 - 24 of 24) sorted by relevance

/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DInspectorClientEfl.cpp41 void InspectorClientEfl::highlight(Node* node) function in class:WebCore::InspectorClientEfl
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DInspectorClientAndroid.h43 virtual void highlight(Node*) {} function in class:android::InspectorClientAndroid
/external/webkit/Source/WebKit/chromium/src/
H A DInspectorClientImpl.cpp72 void InspectorClientImpl::highlight(Node* node) function in class:WebKit::InspectorClientImpl
75 agent->highlight(node);
H A DWebDevToolsAgentImpl.cpp260 void WebDevToolsAgentImpl::highlight(Node* node) function in class:WebKit::WebDevToolsAgentImpl
263 // and the drawing of the highlight. Here we just make sure to invalidate
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DInspectorClientHaiku.cpp50 void InspectorClientHaiku::highlight(Node* node) function in class:WebCore::InspectorClientHaiku
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DInspectorClientWx.cpp55 void InspectorClientWx::highlight(Node*) function in class:WebCore::InspectorClientWx
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebInspectorClient.cpp57 void WebInspectorClient::highlight(Node*) function in class:WebKit::WebInspectorClient
/external/markdown/markdown/extensions/
H A Dcodehilite.py78 from pygments import highlight namespace
101 return highlight(self.src, lexer, formatter)
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DInspectorClientWinCE.cpp58 void InspectorClientWinCE::highlight(Node* node) function in class:WebKit::InspectorClientWinCE
/external/chromium/chrome/browser/
H A Dplatform_util_win.cc87 const ITEMIDLIST* highlight[] = { local
91 hr = (*open_folder_and_select_itemsPtr)(dir_item, arraysize(highlight),
92 highlight, NULL);
/external/webkit/Source/WebCore/rendering/style/
H A DStyleRareInheritedData.h77 AtomicString highlight; // Apple-specific extension for custom highlight rendering. member in class:WebCore::StyleRareInheritedData
H A DRenderStyle.h699 const AtomicString& highlight() const { return rareInheritedData->highlight; } function in class:WebCore::RenderStyle
1073 void setHighlight(const AtomicString& h) { SET_VAR(rareInheritedData, highlight, h); }
/external/webkit/Source/WebKit/win/
H A DWebNodeHighlight.cpp214 WebNodeHighlight* highlight = reinterpret_cast<WebNodeHighlight*>(::GetProp(hwnd, kWebNodeHighlightPointerProp)); local
215 if (!highlight)
/external/grub/stage2/
H A Dstage2.c106 print_entry (int y, int highlight, char *entry) argument
113 if (highlight && current_term->setcolorstate)
H A Dbuiltins.c579 char *highlight;
659 highlight = skip_to (0, arg);
667 if (! *highlight)
672 new_highlight_color = color_number (highlight);
674 && ! safe_parse_maxint (&highlight, &new_highlight_color))
691 " lines in the menu, and the color HIGHLIGHT is used to highlight the"
573 char *highlight; local
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DInspectorClientGtk.cpp161 void InspectorClient::highlight(Node*) function in class:WebKit::InspectorClient
170 // actual highlight size into account when calculating the damage
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DInspectorClientQt.cpp264 void InspectorClientQt::highlight(Node*) function in class:WebCore::InspectorClientQt
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorClient.cpp179 void WebInspectorClient::highlight(Node*) function in class:WebInspectorClient
/external/emma/core/java12/com/vladium/emma/report/html/
H A DReportGenerator.java1465 private static String dataCellStyle (final int column, final boolean highlight) argument
1468 return highlight ? CSS_DATA_HIGHLIGHT_FIRST : CSS_DATA_FIRST;
1470 return highlight ? CSS_DATA_HIGHLIGHT : CSS_DATA;
/external/webkit/Source/WebCore/inspector/
H A DInspectorDOMAgent.cpp933 highlight(&error, node);
953 void InspectorDOMAgent::highlight(ErrorString*, Node* node) function in class:WebCore::InspectorDOMAgent
957 m_client->highlight(node);
963 highlight(error, node);
970 highlight(error, frame->ownerElement());
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_frame.cpp767 * @param highlight if matches should be highlighted.
772 unsigned int ewk_frame_text_matches_mark(Evas_Object* o, const char* string, Eina_Bool case_sensitive, Eina_Bool highlight, unsigned int limit) argument
778 sd->frame->editor()->setMarkedTextMatchesAreHighlighted(highlight);
799 * Set if should highlight matches marked with ewk_frame_text_matches_mark().
802 * @param highlight if @c EINA_TRUE, matches will be highlighted.
806 Eina_Bool ewk_frame_text_matches_highlight_set(Evas_Object* o, Eina_Bool highlight) argument
810 sd->frame->editor()->setMarkedTextMatchesAreHighlighted(highlight);
815 * Get if should highlight matches marked with ewk_frame_text_matches_mark().
H A Dewk_view.cpp1444 * @param highlight if matches should be highlighted.
1449 unsigned int ewk_view_text_matches_mark(Evas_Object* o, const char* string, Eina_Bool case_sensitive, Eina_Bool highlight, unsigned int limit) argument
1461 return priv->page->markAllMatchesForText(String::fromUTF8(string), sensitive, highlight, limit);
1480 * Set if should highlight matches marked with ewk_view_text_matches_mark().
1483 * @param highlight if @c EINA_TRUE, matches will be highlighted.
1487 Eina_Bool ewk_view_text_matches_highlight_set(Evas_Object* o, Eina_Bool highlight) argument
1490 return ewk_frame_text_matches_highlight_set(sd->main_frame, highlight);
1494 * Get if should highlight matches marked with ewk_view_text_matches_mark().
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h598 virtual void highlight(Node*) { } function in class:WebCore::EmptyInspectorClient
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 4446 milliseconds