/external/chromium_org/third_party/WebKit/Source/core/platform/mac/ |
NSScrollerImpDetails.h | 81 - (void)drawKnobSlotInRect:(NSRect)slotRect highlight:(BOOL)flag alpha:(CGFloat)alpha;
|
ScrollbarThemeMacOverlayAPI.mm | 100 [scrollbarPainter drawKnobSlotInRect:trackRect highlight:NO];
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cgitb.py | 132 highlight = {} variable 134 highlight[lnum[0]] = 1 145 if i in highlight: 216 highlight = {} variable 218 highlight[lnum[0]] = 1
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cgitb.py | 132 highlight = {} variable 134 highlight[lnum[0]] = 1 145 if i in highlight: 216 highlight = {} variable 218 highlight[lnum[0]] = 1
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/ |
coverage_html.js | 108 // If we're directed to a particular line number, highlight the line. 111 $(frag).addClass('highlight'); 345 // Highlight the lines in the chunk 346 c.code_container().find(".highlight").removeClass("highlight"); 348 c.num_elt(probe).addClass("highlight");
|
/frameworks/base/core/java/android/text/ |
BoringLayout.java | 395 public void draw(Canvas c, Path highlight, Paint highlightpaint, 397 if (mDirect != null && highlight == null) { 400 super.draw(c, highlight, highlightpaint, cursorOffset);
|
/external/chromium/chrome/browser/resources/ntp4/ |
new_tab.css | 17 /* Don't highlight links when they're tapped. Safari has bugs here that 19 -webkit-tap-highlight-color: transparent;
|
/external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/ |
js_checker.py | 61 highlight the corresponding part of a string. 198 highlight = self.error_highlight( 205 highlight)
|
/external/chromium_org/chrome/browser/resources/ntp_android/ |
mostvisited.css | 16 -webkit-tap-highlight-color: transparent;
|
bookmarks.css | 88 -webkit-tap-highlight-color: transparent; 98 -webkit-tap-highlight-color: transparent;
|
opentabs.css | 6 -webkit-tap-highlight-color: transparent; 18 -webkit-tap-highlight-color: transparent;
|
/external/chromium_org/chrome/browser/resources/web_dev_style/ |
js_checker.py | 79 highlight the corresponding part of a string. 217 highlight = self.error_highlight( 224 highlight)
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
JavaScriptSourceFrame.js | 254 anchorBox.highlight = { 276 anchorBox.highlight = { 310 var lineNumber = anchorBox.highlight.lineNumber; 311 var startHighlight = anchorBox.highlight.startColumn; 312 var endHighlight = anchorBox.highlight.endColumn;
|
TextEditorHighlighter.js | 82 highlight: function(endLine, forceRun) 88 var state = this._textModel.getAttribute(endLine - 1, "highlight"); 104 state = this._textModel.getAttribute(startLine - 1, "highlight"); 110 // Do small highlight synchronously. This will provide instant highlight on PageUp / PageDown, gentle scrolling. 119 // Start line was edited, we should highlight everything until endLine. 123 var state = this._textModel.getAttribute(startLine - 1, "highlight"); 133 var state = this._textModel.getAttribute(i, "highlight"); 136 this._textModel.setAttribute(i, "highlight-outdated", state); 137 this._textModel.removeAttribute(i, "highlight"); [all...] |
/external/chromium_org/ash/system/tray/ |
system_tray_delegate.h | 31 bool highlight() const { return connected || connecting; } function in struct:ash::NetworkIconInfo
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
configHandler.py | 158 (idle install dir)/config-highlight.def 163 (user home dir)/.idlerc/config-highlight.cfg 185 configTypes=('main','extensions','highlight','keys') 235 configType must be one of ('main','extensions','highlight','keys') 285 configType must be one of ('main','extensions','highlight','keys') 287 if not (configType in ('main','extensions','highlight','keys')): 304 if self.defaultCfg['highlight'].has_section(theme): 313 highlight={"foreground": fore,"background": back} 315 return highlight 318 return highlight["foreground" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
configHandler.py | 158 (idle install dir)/config-highlight.def 163 (user home dir)/.idlerc/config-highlight.cfg 185 configTypes=('main','extensions','highlight','keys') 235 configType must be one of ('main','extensions','highlight','keys') 285 configType must be one of ('main','extensions','highlight','keys') 287 if not (configType in ('main','extensions','highlight','keys')): 304 if self.defaultCfg['highlight'].has_section(theme): 313 highlight={"foreground": fore,"background": back} 315 return highlight 318 return highlight["foreground" [all...] |
/external/chromium/chrome/browser/resources/touch_ntp/ |
newtab.css | 24 /* Don't highlight links when they're tapped. Safari has bugs here that 26 -webkit-tap-highlight-color: transparent;
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
network_dropdown.css | 73 html[highlight=strong] .dropdown-title:focus {
|
/external/chromium_org/ash/system/chromeos/network/ |
network_state_list_detailed_view.cc | 126 highlight(false) { 133 bool highlight; member in struct:ash::internal::tray::NetworkInfo 507 info->highlight = 589 info->highlight ? gfx::Font::BOLD : gfx::Font::NORMAL; 632 if (info->highlight) { 687 if (!info->highlight) {
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebDevToolsAgentImpl.cpp | 79 // Use 99 as a big z-order number so that highlight is above other overlays. 80 static const int highlight = 99; member in namespace:OverlayZOrders 667 void WebDevToolsAgentImpl::highlight() function in class:WebKit::WebDevToolsAgentImpl 669 m_webViewImpl->addPageOverlay(this, OverlayZOrders::highlight);
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorController.cpp | 273 void InspectorController::getHighlight(Highlight* highlight) const 275 m_overlay->getHighlight(highlight);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/ |
main.css | 304 #loupe .center-highlight {
|
/packages/apps/Mms/src/com/android/mms/ui/ |
MessageItem.java | 82 Pattern mHighlight; // portion of message to highlight (from search) 112 final ColumnsMap columnsMap, Pattern highlight) throws MmsException { 115 mHighlight = highlight;
|
MessageListAdapter.java | 128 boolean useDefaultColumnsMap, Pattern highlight) { 131 mHighlight = highlight;
|