/external/chromium/chrome/browser/renderer_host/ |
D | web_cache_manager.cc | 325 WebCache::UsageStats inactive; in ReviseAllocationStrategy() local 327 GatherStats(inactive_renderers_, &inactive); in ReviseAllocationStrategy() 338 inactive.capacity / 1024 / 1024); in ReviseAllocationStrategy() 340 inactive.deadSize / 1024 / 1024); in ReviseAllocationStrategy() 342 inactive.liveSize / 1024 / 1024); in ReviseAllocationStrategy() 361 KEEP_CURRENT, inactive, &strategy) || in ReviseAllocationStrategy() 365 KEEP_LIVE, inactive, &strategy) || in ReviseAllocationStrategy() 370 DIVIDE_EVENLY, inactive, &strategy) || in ReviseAllocationStrategy() 373 AttemptTactic(KEEP_LIVE, active, DIVIDE_EVENLY, inactive, &strategy) || in ReviseAllocationStrategy() 376 AttemptTactic(DIVIDE_EVENLY, active, DIVIDE_EVENLY, inactive, in ReviseAllocationStrategy()
|
/external/chromium_org/chrome/browser/renderer_host/ |
D | web_cache_manager.cc | 363 WebCache::UsageStats inactive; in ReviseAllocationStrategy() local 365 GatherStats(inactive_renderers_, &inactive); in ReviseAllocationStrategy() 376 inactive.capacity / 1024 / 1024); in ReviseAllocationStrategy() 378 inactive.deadSize / 1024 / 1024); in ReviseAllocationStrategy() 380 inactive.liveSize / 1024 / 1024); in ReviseAllocationStrategy() 399 KEEP_CURRENT, inactive, &strategy) || in ReviseAllocationStrategy() 403 KEEP_LIVE, inactive, &strategy) || in ReviseAllocationStrategy() 408 DIVIDE_EVENLY, inactive, &strategy) || in ReviseAllocationStrategy() 411 AttemptTactic(KEEP_LIVE, active, DIVIDE_EVENLY, inactive, &strategy) || in ReviseAllocationStrategy() 414 AttemptTactic(DIVIDE_EVENLY, active, DIVIDE_EVENLY, inactive, in ReviseAllocationStrategy()
|
/external/chromium_org/chrome/browser/resources/extensions/ |
D | extensions.css | 155 .inactive-extension .extension-title { 178 .extension-list-item-wrapper.inactive-extension .extension-details, 203 .extension-list-item-wrapper.inactive-extension .enabled-text, 204 .extension-list-item-wrapper:not(.inactive-extension) .enable-text, 205 .extension-list-item-wrapper.inactive-extension .optional-controls, 206 .extension-list-item-wrapper.inactive-extension .butter-bar {
|
D | extension_commands_overlay.css | 78 .inactive-keybinding {
|
/external/smack/src/org/jivesoftware/smackx/ |
D | ChatState.java | 45 inactive, enumConstant
|
/external/chromium_org/net/socket_stream/ |
D | OWNERS | 3 # Have been inactive for a while.
|
/external/chromium_org/net/websockets/ |
D | OWNERS | 3 # Have been inactive for a while.
|
/external/chromium_org/chrome/browser/resources/apps_debugger/css/ |
D | items.css | 288 * inactive. 290 .inactive-extension .extension-title { 326 .extension-list-item-wrapper.inactive-extension .extension-details, 352 .extension-list-item-wrapper.inactive-extension .enabled-text, 353 .extension-list-item-wrapper:not(.inactive-extension) .enable-text, 354 .extension-list-item-wrapper.inactive-extension .optional-controls {
|
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/ |
D | constrained_window_sheet_controller_unittest.mm | 160 // Test that switching tabs correctly hides the inactive tab's sheet. 174 // Test that adding a sheet to an inactive view doesn't show it. 274 // Test showing a system sheet on an inactive tab.
|
D | constrained_window_mac_browsertest.mm | 78 // Test that a sheet added to a inactive tab is not shown until the 86 // Switch to inactive tab.
|
/external/chromium_org/chrome/browser/resources/options/ |
D | password_manager_list.css | 23 input[type='password'].inactive-password {
|
D | subpages_tab_controls.css | 21 * bold, we actually put two labels inside each tab: an inactive label and an
|
D | browser_options.css | 237 .network-control-inactive { 247 .network-control-inactive {
|
/external/kernel-headers/original/linux/ |
D | mmzone.h | 344 void __get_zone_counts(unsigned long *active, unsigned long *inactive, 346 void get_zone_counts(unsigned long *active, unsigned long *inactive,
|
/external/chromium/chrome/browser/resources/options/ |
D | password_manager_list.css | 34 input[type="password"].inactive-password {
|
D | subpages_tab_controls.css | 22 * bold, we actually put two labels inside each tab: an inactive label and an
|
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
D | CSSAnimations.cpp | 367 HashSet<AtomicString> inactive; in calculateAnimationUpdate() local 370 inactive.add(iter->key); in calculateAnimationUpdate() 386 inactive.remove(animationName); in calculateAnimationUpdate() 418 ASSERT(inactive.isEmpty() || cssAnimations); in calculateAnimationUpdate() 419 …for (HashSet<AtomicString>::const_iterator iter = inactive.begin(); iter != inactive.end(); ++iter) in calculateAnimationUpdate()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | dataGrid.css | 191 body.inactive .data-grid th.sort-ascending, 192 body.inactive .data-grid th.sort-descending {
|
D | heapProfiler.css | 44 body.inactive .heap-snapshot-sidebar-tree-item.wait .icon { 48 body.inactive .heap-snapshot-sidebar-tree-item.wait.selected .icon {
|
D | inspector.css | 114 body.inactive .toolbar-background { 132 body.dock-to-bottom.inactive:not(.overlay-contents) .toolbar-background { 145 body.platform-windows.inactive .toolbar-background { 154 body.undocked.platform-mac-leopard.inactive .toolbar-background { 164 body.undocked.platform-mac-snowleopard.inactive .toolbar-background { 174 body.undocked.platform-mac-mountain-lion.inactive .toolbar-background { 784 body.inactive #drawer-contents .tabbed-pane-header { 1811 body.inactive .sidebar { 1844 body.inactive button.show-all-nodes { 2100 body.inactive li.selected .status .bubble { [all …]
|
D | inspectorCommon.css | 35 body.dock-to-right.inactive:not(.undocked):not(.overlay-contents) {
|
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/ |
D | 3D-graphics.rst | 401 Rendering and inactive tabs 406 and yield cycles to other processes when its tab becomes inactive. 408 In Chrome, an inactive tab will continue to execute timed functions (such as 410 overridden and limited to not less than one second while the tab is inactive. In 413 functions other than ``SwapBuffers`` while a tab is inactive. Depending on the 417 The time that passes while a tab is inactive can be considerable. If your main 419 while a tab is inactive. A Native Client module should be able to detect and 421 becomes inactive, you can set an atomic flag in the Native Client thread that
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
D | events_view.css | 63 #events-view-source-list-tbody .inactive {
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | background_gradient_view.mm | 105 // Themes don't have an inactive image so only look for one if there's no
|
/external/oprofile/events/x86-64/family11h/ |
D | unit_masks | 190 0x04 Number of times the HTC transitions from inactive to active 191 0x20 Number of clocks HTC P-state is inactive
|