/cts/tests/tests/graphics/src/android/graphics/cts/ |
DashPathEffectTest.java | 40 private static final int BACKGROUND = Color.TRANSPARENT; 46 bitmap.eraseColor(BACKGROUND); 69 assertEquals(BACKGROUND, bitmap.getPixel(x, y)); 72 assertEquals(BACKGROUND, bitmap.getPixel(x, y));
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
job_scheduler_unittest.cc | 518 ClientContext(BACKGROUND), 524 ClientContext(BACKGROUND), 567 ClientContext(BACKGROUND), 588 // Try to get a file in the background 601 ClientContext(BACKGROUND), 641 // Try to get a file in the background 654 ClientContext(BACKGROUND), 694 // Try to get a file in the background 707 ClientContext(BACKGROUND), 739 // Try to get a file in the background [all...] |
sync_client.cc | 138 : state(SUSPENDED), context(BACKGROUND), should_run_again(false) {} 268 task.context = ClientContext(BACKGROUND); 401 AddUpdateTask(ClientContext(BACKGROUND), local_id); 439 it->second.context = ClientContext(BACKGROUND); 444 it->second.context = ClientContext(BACKGROUND);
|
job_scheduler.h | 32 BACKGROUND, 48 // - BACKGROUND jobs runs in response to state changes, server actions, etc. 50 // BACKGROUND jobs run only after all USER_INITIATED jobs have run. 56 // On mobile connections (2G/3G/4G), we don't want large background traffic. 57 // USER_INITIATED jobs or metadata jobs will run. BACKGROUND file jobs wait 60 // BACKGROUND jobs stay in the queue and wait for network connection.
|
job_scheduler.cc | 802 // Otherwise, every operations including background tasks are allowed. 803 return BACKGROUND; [all...] |
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
omnibox_result_view.h | 41 BACKGROUND = 0,
|
omnibox_result_view.cc | 53 OmniboxResultView::NORMAL, OmniboxResultView::BACKGROUND }, 55 OmniboxResultView::HOVERED, OmniboxResultView::BACKGROUND }, 57 OmniboxResultView::SELECTED, OmniboxResultView::BACKGROUND }, 521 canvas->DrawColor(GetColor(state, BACKGROUND));
|
omnibox_popup_contents_view.cc | 374 OmniboxResultView::NORMAL, OmniboxResultView::BACKGROUND));
|
omnibox_view_views.cc | 333 ToolbarModel::NONE, LocationBarView::BACKGROUND)); [all...] |
/external/chromium_org/extensions/renderer/resources/ |
runtime_custom_bindings.js | 21 if (manifest.app && manifest.app.background) { 22 // Get the background page if one exists. Otherwise, default to the current 24 backgroundPage = runtimeNatives.GetExtensionViews(-1, 'BACKGROUND')[0]; 35 // background page so their FileEntry objects have the background page's context 37 // background page) after the original window is closed. 70 // Force the runtime API to be loaded in the background page. Using 196 var bg = runtimeNatives.GetExtensionViews(-1, 'BACKGROUND')[0] || null;
|
extension_custom_bindings.js | 53 return GetExtensionViews(-1, 'BACKGROUND')[0] || null;
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
extension_bridge.js | 7 * background page and content script. 10 * appropriately. Then just call send() to send a message from the background 27 * the background page, content script, or in a page, and call the 35 if (/^chrome-extension:\/\/.*background\.html$/.test(window.location.href)) { 36 // This depends on the fact that the background page has a specific url. We 37 // should never be loaded into another extension's background page, so this 39 self.context = self.BACKGROUND; 51 * Constant indicating we're in a background page. 55 cvox.ExtensionBridge.BACKGROUND = 0; 65 * The name of the port between the content script and background page [all...] |
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
location_bar_view.h | 73 // The LocationBarView class is a View subclass that paints the background 128 BACKGROUND = 0, 259 // Thickness of the edges of the omnibox background images, in normal mode. 518 // origin chip. Finally, we set the selection text and background color of 528 // fade-in its background.
|
location_bar_view.cc | 89 #include "ui/views/background.h" 236 // Determine the font for use inside the bubbles. The bubble background 245 GetColor(ToolbarModel::NONE, LocationBarView::BACKGROUND); 264 // turned on. Use the same font with the omnibox and highlighted background. 269 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor( 371 case BACKGROUND: 386 GetColor(security_level, BACKGROUND), 411 color, GetColor(security_level, BACKGROUND)); [all...] |
/external/chromium_org/chrome/renderer/resources/extensions/ |
file_entry_binding_util.js | 20 // Fallback to using the current window if no background page is running. 21 var backgroundPage = GetExtensionViews(-1, 'BACKGROUND')[0] || window; 24 // All windows use the bindFileEntryCallback from the background page so their 25 // FileEntry objects have the background page's context as their own. This 26 // allows them to be used from other windows (including the background page) 107 // Force the fileSystem API to be loaded in the background page. Using
|
/external/owasp/sanitizer/lib/htmlparser-1.3/ |
htmlparser-1.3-with-transitions.jar | |
htmlparser-1.3.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |
/external/chromium_org/chrome/third_party/chromevox/ |
chromeVoxChromeBackgroundScript.js | [all...] |
chromeVoxChromeOptionsScript.js | 47 c||(g=b?g+cvox.KeyUtil.getReadableNameForKeyCode(l):g+cvox.KeyUtil.keyCodeToString(l))}-1==d.indexOf(k)&&(g+=k+"+")}d+=g;"+"==d[d.length-1]&&(d=d.slice(0,-1))}a.cvoxModifier||a.prefixKey?d=""!=d?"Cvox+"+d:"Cvox":a.stickyMode&&(">"==d[d.length-1]&&(d=d.slice(0,-1)),d=d+"+"+d);return d};cvox.KeyUtil.isDoubleTapKey=function(a){var b=!1,c=a.doubleTap;a.doubleTap=!0;for(var d=0,e;e=cvox.KeySequence.doubleTapCache[d];d++)if(e.equals(a)){b=!0;break}a.doubleTap=c;return b};cvox.PlatformUtil={};cvox.PlatformFilter={NONE:0,WINDOWS:1,MAC:2,LINUX:4,WML:7,CHROMEOS:8,ANDROID:16};cvox.PlatformUtil.matchesPlatform=function(a){var b=navigator.userAgent;return void 0==a?!0:-1!=b.indexOf("Android")?0!=(a&cvox.PlatformFilter.ANDROID):-1!=b.indexOf("Win")?0!=(a&cvox.PlatformFilter.WINDOWS):-1!=b.indexOf("Mac")?0!=(a&cvox.PlatformFilter.MAC):-1!=b.indexOf("Linux")?0!=(a&cvox.PlatformFilter.LINUX):-1!=b.indexOf("CrOS")?0!=(a&cvox.PlatformFilter.CHROMEOS):!1};cvox.KeyMap=function(a){this.bindings_=a;this.commandToKey_={};this.buildCommandToKey_()};cvox.KeyMap.KEYMAP_PATH="chromevox/background/keymaps/";cvox.KeyMap.AVAILABLE_MAP_INFO={keymap_classic:{file:"classic_keymap.json"},keymap_flat:{file:"flat_keymap.json"},keymap_experimental:{file:"experimental.json"}};cvox.KeyMap.DEFAULT_KEYMAP=0;cvox.KeyMap.prototype.length=function(){return this.bindings_.length};cvox.KeyMap.prototype.keys=function(){return this.bindings_.map(function(a){return a.sequence})}; [all...] |
chromeVoxChromePageScript.js | 36 if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return e=eval("("+a+")"),"function"===typeof b?c({"":e},""):e;throw new SyntaxError("JSON.parse");})}();cvox.ExtensionBridge=function(){};cvox.ExtensionBridge.init=function(){var a=cvox.ExtensionBridge;a.messageListeners=[];a.disconnectListeners=[];/^chrome-extension:\/\/.*background\.html$/.test(window.location.href)?(a.context=a.BACKGROUND,a.initBackground()):chrome&&chrome.extension&&(a.context=a.CONTENT_SCRIPT,a.initContentScript())};cvox.ExtensionBridge.BACKGROUND=0;cvox.ExtensionBridge.CONTENT_SCRIPT=1;cvox.ExtensionBridge.PORT_NAME="cvox.ExtensionBridge.Port";cvox.ExtensionBridge.PING_MSG="cvox.ExtensionBridge.Ping"; 37 cvox.ExtensionBridge.PONG_MSG="cvox.ExtensionBridge.Pong";cvox.ExtensionBridge.send=function(a){var b=cvox.ExtensionBridge;switch(b.context){case b.BACKGROUND:b.sendBackgroundToContentScript(a);break;case b.CONTENT_SCRIPT:b.sendContentScriptToBackground(a)}};cvox.ExtensionBridge.addMessageListener=function(a){cvox.ExtensionBridge.messageListeners.push(a)};cvox.ExtensionBridge.addDisconnectListener=function(a){cvox.ExtensionBridge.disconnectListeners.push(a)}; 49 cvox.BrailleOverlayWidget.prototype.createOverlayNode_=function(){var a=document.createElement("div");a.style.position="fixed";a.style.left="40px";a.style.bottom="20px";a.style["line-height"]="1.2em";a.style["font-size"]="20px";a.style["font-family"]="monospace";a.style.padding="30px";a.style["min-width"]="150px";a.style.color="#fff";a.style["background-color"]="rgba(0, 0, 0, 0.7)";a.style["border-radius"]="10px";return a}; [all...] |
/external/chromium_org/third_party/libaddressinput/src/java/ |
android.jar | |