Home
last modified time | relevance | path

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

123456

/external/chromium/chrome/browser/ui/cocoa/wrench_menu/
Dmenu_tracked_button.mm10 - (void)doHighlight:(BOOL)highlight;
53 BOOL highlight = NSPointInRect(point, [self insetBounds]);
54 [self doHighlight:highlight];
79 - (void)doHighlight:(BOOL)highlight {
83 [[self cell] setHighlighted:highlight];
88 // the user is merely hovering here. If it is not, then disable the highlight.
/external/webkit/Source/WebKit/mac/WebInspector/
DWebNodeHighlight.mm90 // 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.
DWebNodeHighlight.h59 - (void)didAttachWebNodeHighlight:(WebNodeHighlight *)highlight;
60 - (void)willDetachWebNodeHighlight:(WebNodeHighlight *)highlight;
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
/external/webkit/Source/WebKit/mac/WebView/
DWebViewPrivate.h184 …tchesForText:(NSString *)string options:(WebFindOptions)options highlight:(BOOL)highlight limit:(W…
185 …ng inDOMRange:(DOMRange *)range options:(WebFindOptions)options highlight:(BOOL)highlight limit:(W…
563 …lMatchesForText:(NSString *)string caseSensitive:(BOOL)caseFlag highlight:(BOOL)highlight limit:(W…
564 …tMatchesForText:(NSString *)string caseSensitive:(BOOL)caseFlag highlight:(BOOL)highlight limit:(W…
/external/webkit/Source/WebKit/chromium/src/
DInspectorClientImpl.cpp72 void InspectorClientImpl::highlight(Node* node) in highlight() function in WebKit::InspectorClientImpl
75 agent->highlight(node); in highlight()
DInspectorClientImpl.h53 virtual void highlight(WebCore::Node*);
/external/webkit/Source/WebCore/rendering/style/
DStyleRareInheritedData.cpp96 , highlight(o.highlight) in StyleRareInheritedData()
147 && highlight == o.highlight in operator ==()
/external/chromium/chrome/browser/
Dplatform_util_win.cc87 const ITEMIDLIST* highlight[] = { in ShowItemInFolder() local
91 hr = (*open_folder_and_select_itemsPtr)(dir_item, arraysize(highlight), in ShowItemInFolder()
92 highlight, NULL); in ShowItemInFolder()
/external/chromium/chrome/browser/ui/cocoa/toolbar/
Dtoolbar_button.mm52 [self highlight:NO];
62 [self highlight:isInside];
/external/markdown/markdown/extensions/
Dcodehilite.py78 from pygments import highlight
101 return highlight(self.src, lexer, formatter)
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DInspectorClientEfl.cpp41 void InspectorClientEfl::highlight(Node* node) in highlight() function in WebCore::InspectorClientEfl
DInspectorClientEfl.h48 virtual void highlight(Node*);
/external/webkit/Source/WebCore/inspector/
DInspectorClient.h47 virtual void highlight(Node*) = 0;
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DInspectorClientHaiku.cpp50 void InspectorClientHaiku::highlight(Node* node) in highlight() function in WebCore::InspectorClientHaiku
DInspectorClientHaiku.h46 virtual void highlight(Node*);
/external/webkit/Source/WebKit/wx/WebKitSupport/
DInspectorClientWx.cpp55 void InspectorClientWx::highlight(Node*) in highlight() function in WebCore::InspectorClientWx
DInspectorClientWx.h46 virtual void highlight(Node*);
/external/webkit/Source/WebKit/android/WebCoreSupport/
DInspectorClientAndroid.h43 virtual void highlight(Node*) {} in highlight() function
/external/webkit/Source/WebKit/win/
DWebNodeHighlight.cpp214 …WebNodeHighlight* highlight = reinterpret_cast<WebNodeHighlight*>(::GetProp(hwnd, kWebNodeHighligh… in OverlayWndProc() local
215 if (!highlight) in OverlayWndProc()
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DInspectorClientWinCE.cpp58 void InspectorClientWinCE::highlight(Node* node) in highlight() function in WebKit::InspectorClientWinCE
DInspectorClientWinCE.h43 virtual void highlight(WebCore::Node*);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebInspectorClient.h49 virtual void highlight(WebCore::Node*);
DWebInspectorClient.cpp57 void WebInspectorClient::highlight(Node*) in highlight() function in WebKit::WebInspectorClient
/external/chromium/chrome/browser/ui/cocoa/
Ddraggable_button.mm172 [self highlight:isInside];
185 [self highlight:NO];
225 [self highlight:NO];

123456