/external/chromium_org/chrome/browser/autocomplete/ |
builtin_provider.cc | 76 // Highlight the input portion matching "chrome://"; or if the user has 77 // input "about:" (with optional slashes), highlight the whole "chrome://". 79 bool highlight = starting_chrome || text.length() > kAboutSchemeLength; local 80 styles.push_back(ACMatchClassification(0, highlight ? kMatch : kUrl)); 82 if (highlight) 107 // Highlight the "chrome://" scheme, even for input "about:foo".
|
/external/chromium_org/chrome/browser/ |
platform_util_win.cc | 89 const ITEMIDLIST* highlight[] = { file_item }; local 91 hr = (*open_folder_and_select_itemsPtr)(dir_item, arraysize(highlight), 92 highlight, NULL);
|
/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 | 284 anchorBox.highlight = { 306 anchorBox.highlight = { 341 var lineNumber = anchorBox.highlight.lineNumber; 342 var startHighlight = anchorBox.highlight.startColumn; 343 var endHighlight = anchorBox.highlight.endColumn; 764 var highlight = this._getVisibleHighlight(); 766 this._highlightItem(i, i === highlight); 767 this._shownVisibleHighlight = highlight; [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebDevToolsAgentImpl.cpp | 80 // Use 99 as a big z-order number so that highlight is above other overlays. 81 static const int highlight = 99; member in namespace:OverlayZOrders 549 void WebDevToolsAgentImpl::highlight() function in class:blink::WebDevToolsAgentImpl 551 m_webViewImpl->addPageOverlay(this, OverlayZOrders::highlight);
|
/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/third_party/WebKit/Source/platform/scroll/ |
ScrollbarThemeMacOverlayAPI.mm | 100 [scrollbarPainter drawKnobSlotInRect:trackRect highlight:NO];
|
/external/chromium_org/ash/system/chromeos/network/ |
network_state_list_detailed_view.cc | 106 highlight(false) { 113 bool highlight; member in struct:ash::internal::tray::NetworkInfo 534 info->highlight = 616 info->highlight ? gfx::Font::BOLD : gfx::Font::NORMAL; 659 if (info->highlight) { 714 if (!info->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;
|