/external/chromium/chrome/browser/ui/cocoa/wrench_menu/ |
D | menu_tracked_button.mm | 10 - (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/ |
D | WebNodeHighlight.mm | 90 // 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.
|
D | WebNodeHighlight.h | 59 - (void)didAttachWebNodeHighlight:(WebNodeHighlight *)highlight; 60 - (void)willDetachWebNodeHighlight:(WebNodeHighlight *)highlight;
|
D | WebNodeHighlighter.mm | 62 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/ |
D | WebViewPrivate.h | 184 …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/ |
D | InspectorClientImpl.cpp | 72 void InspectorClientImpl::highlight(Node* node) in highlight() function in WebKit::InspectorClientImpl 75 agent->highlight(node); in highlight()
|
D | InspectorClientImpl.h | 53 virtual void highlight(WebCore::Node*);
|
/external/webkit/Source/WebCore/rendering/style/ |
D | StyleRareInheritedData.cpp | 96 , highlight(o.highlight) in StyleRareInheritedData() 147 && highlight == o.highlight in operator ==()
|
/external/chromium/chrome/browser/ |
D | platform_util_win.cc | 87 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/ |
D | toolbar_button.mm | 52 [self highlight:NO]; 62 [self highlight:isInside];
|
/external/markdown/markdown/extensions/ |
D | codehilite.py | 78 from pygments import highlight 101 return highlight(self.src, lexer, formatter)
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | InspectorClientEfl.cpp | 41 void InspectorClientEfl::highlight(Node* node) in highlight() function in WebCore::InspectorClientEfl
|
D | InspectorClientEfl.h | 48 virtual void highlight(Node*);
|
/external/webkit/Source/WebCore/inspector/ |
D | InspectorClient.h | 47 virtual void highlight(Node*) = 0;
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | InspectorClientHaiku.cpp | 50 void InspectorClientHaiku::highlight(Node* node) in highlight() function in WebCore::InspectorClientHaiku
|
D | InspectorClientHaiku.h | 46 virtual void highlight(Node*);
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | InspectorClientWx.cpp | 55 void InspectorClientWx::highlight(Node*) in highlight() function in WebCore::InspectorClientWx
|
D | InspectorClientWx.h | 46 virtual void highlight(Node*);
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | InspectorClientAndroid.h | 43 virtual void highlight(Node*) {} in highlight() function
|
/external/webkit/Source/WebKit/win/ |
D | WebNodeHighlight.cpp | 214 …WebNodeHighlight* highlight = reinterpret_cast<WebNodeHighlight*>(::GetProp(hwnd, kWebNodeHighligh… in OverlayWndProc() local 215 if (!highlight) in OverlayWndProc()
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | InspectorClientWinCE.cpp | 58 void InspectorClientWinCE::highlight(Node* node) in highlight() function in WebKit::InspectorClientWinCE
|
D | InspectorClientWinCE.h | 43 virtual void highlight(WebCore::Node*);
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebInspectorClient.h | 49 virtual void highlight(WebCore::Node*);
|
D | WebInspectorClient.cpp | 57 void WebInspectorClient::highlight(Node*) in highlight() function in WebKit::WebInspectorClient
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | draggable_button.mm | 172 [self highlight:isInside]; 185 [self highlight:NO]; 225 [self highlight:NO];
|