Searched refs:highlight (Results 1 - 25 of 86) sorted by relevance

1234

/external/webkit/Source/WebKit/mac/WebInspector/
H A DWebNodeHighlighter.mm62 return; // Skip the highlight if we have no window (e.g. hidden tab).
83 - (void)didAttachWebNodeHighlight:(WebNodeHighlight *)highlight
85 [_inspectedWebView setCurrentNodeHighlight:highlight];
88 - (void)willDetachWebNodeHighlight:(WebNodeHighlight *)highlight
H A DWebNodeHighlight.h59 - (void)didAttachWebNodeHighlight:(WebNodeHighlight *)highlight;
60 - (void)willDetachWebNodeHighlight:(WebNodeHighlight *)highlight;
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DInspectorClientEfl.cpp41 void InspectorClientEfl::highlight(Node* node) function in class:WebCore::InspectorClientEfl
H A DInspectorClientEfl.h48 virtual void highlight(Node*);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
H A Dresults.properties14 -highlight 3.0.2_,2.1.3_,3.1M6_,3.1M7_ ,3.1RC1 \
/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 DInspectorClientImpl.h53 virtual void highlight(WebCore::Node*);
H A DWebDevToolsAgentImpl.h85 virtual void highlight(WebCore::Node*);
/external/webkit/Source/WebCore/inspector/
H A DInspectorClient.h47 virtual void highlight(Node*) = 0;
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DInspectorClientHaiku.cpp50 void InspectorClientHaiku::highlight(Node* node) function in class:WebCore::InspectorClientHaiku
H A DInspectorClientHaiku.h46 virtual void highlight(Node*);
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DInspectorClientWx.cpp55 void InspectorClientWx::highlight(Node*) function in class:WebCore::InspectorClientWx
H A DInspectorClientWx.h46 virtual void highlight(Node*);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DInspectorClientAndroid.h43 virtual void highlight(Node*) {} function in class:android::InspectorClientAndroid
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DInspectorClientWinCE.cpp58 void InspectorClientWinCE::highlight(Node* node) function in class:WebKit::InspectorClientWinCE
H A DInspectorClientWinCE.h43 virtual void highlight(WebCore::Node*);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebInspectorClient.h49 virtual void highlight(WebCore::Node*);
H A DWebInspectorClient.cpp57 void WebInspectorClient::highlight(Node*) function in class:WebKit::WebInspectorClient
/external/webkit/Source/WebCore/rendering/style/
H A DStyleRareInheritedData.cpp73 , highlight(o.highlight)
124 && highlight == o.highlight
H A DStyleRareInheritedData.h66 AtomicString highlight; // Apple-specific extension for custom highlight rendering. member in class:WebCore::StyleRareInheritedData
/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/WebKit/gtk/WebCoreSupport/
H A DInspectorClientGtk.h59 virtual void highlight(WebCore::Node*);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DInspectorClientQt.h58 virtual void highlight(Node*);
/external/markdown/markdown/extensions/
H A Dcodehilite.py78 from pygments import highlight namespace
101 return highlight(self.src, lexer, formatter)
/external/webkit/Source/WebKit/mac/WebView/
H A DWebViewPrivate.h184 - (WebNSUInteger)countMatchesForText:(NSString *)string options:(WebFindOptions)options highlight:(BOOL)highlight limit:(WebNSUInteger)limit markMatches:(BOOL)markMatches;
185 - (WebNSUInteger)countMatchesForText:(NSString *)string inDOMRange:(DOMRange *)range options:(WebFindOptions)options highlight:(BOOL)highlight limit:(WebNSUInteger)limit markMatches:(BOOL)markMatches;
563 - (WebNSUInteger)markAllMatchesForText:(NSString *)string caseSensitive:(BOOL)caseFlag highlight:(BOOL)highlight limit:(WebNSUInteger)limit;
564 - (WebNSUInteger)countMatchesForText:(NSString *)string caseSensitive:(BOOL)caseFlag highlight:(BOOL)highlight limit:(WebNSUInteger)limit markMatches:(BOOL)markMatches;

Completed in 1098 milliseconds

1234