/external/chromium_org/content/renderer/pepper/ |
pepper_plugin_registry.h | 19 // It keeps two lists. One list of preloaded in-process modules, and one list 21 // not preloaded). 35 // both preloaded in-process or currently active (non crashed) out-of-process 40 // Notifies the registry that a new non-preloaded module has been created. 55 // Plugins that have been preloaded so they can be executed in-process in 62 // includes both preloaded ones in preloaded_modules_, and out-of-process
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
image-prefetch-stress.html | 13 When an image is preloaded in javascript, the size of the image is never 15 preloaded but never used, it will not free any of the images until the
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
DES.pm | 15 # Preloaded methods go here. Autoload methods go after __END__, and are
|
/external/openssl/crypto/des/ |
DES.pm | 15 # Preloaded methods go here. Autoload methods go after __END__, and are
|
/frameworks/base/tools/preload/ |
WritePreloadedClassFile.java | 27 * Writes /frameworks/base/preloaded-classes. Also updates 28 * {@link LoadedClass#preloaded} fields and writes over compiled log file. 51 // No classes are preloaded to start. 53 loadedClass.preloaded = false; 56 // Open preloaded-classes file for output. 61 out.write("# Classes which are preloaded by" 113 + " total classes will be preloaded."); 126 // Update data to reflect LoadedClass.preloaded changes. 128 loadedClass.preloaded = true; 149 * Returns true if the class should be preloaded [all...] |
Policy.java | 22 * Policy that governs which classes are preloaded. 32 * This location (in the build system) of the preloaded-classes file. 35 = "frameworks/base/preloaded-classes"; 84 /** Reports if the given class should be preloaded. */
|
LoadedClass.java | 44 /** Whether or not this class will be preloaded. */ 45 boolean preloaded; field in class:LoadedClass
|
PrintCsv.java | 57 + ",Preloaded" 74 out.print(loadedClass.preloaded);
|
PrintHtmlDiff.java | 32 = "old-preloaded-classes"; 56 if (loadedClass.preloaded && !zygote.contains(loadedClass)) { 67 if (!clazz.preloaded) removed.add(clazz);
|
/external/chromium/net/base/ |
net_switches.cc | 10 // as if it were a preloaded HSTS entry. It will take precedence over both
|
transport_security_state.h | 68 bool preloaded; // is this a preloaded entry? member in struct:net::TransportSecurityState::DomainState 109 // Existing non-preloaded entries are cleared and repopulated from the
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
scriptable_plugin.h | 50 // Returns true for preloaded NaCl Plugin properties. 53 // Returns true for preloaded NaCl Plugin methods and SRPC methods exported 57 // Gets the value of a preloaded NaCl Plugin property. 60 // Sets the value of a preloaded NaCl Plugin property. 66 // Returns a list of all preloaded NaCl Plugin |properties|. 71 // Calls preloaded NaCl Plugin methods or SRPC methods exported from
|
/frameworks/base/core/java/android/webkit/ |
WebViewFactory.java | 91 // This implicitly loads Preloader even if it wasn't preloaded at boot. 95 if (DEBUG) Log.v(LOGTAG, "Using preloaded provider: " + sProviderInstance); 99 // The preloaded provider isn't the one we wanted; construct our own.
|
/external/chromium/chrome/browser/prerender/ |
prerender_observer.h | 47 // Checks with the PrerenderManager if the specified URL has been preloaded,
|
/external/chromium_org/content/plugin/ |
plugin_thread.h | 49 // The plugin module which is preloaded in Init
|
/external/chromium_org/chrome/browser/ui/search/ |
instant_ntp_prerenderer.h | 26 // An InstantNTP instance is a preloaded search page that will be swapped-in the 146 // Preloaded InstantNTP.
|
/frameworks/base/core/java/android/view/ |
IAssetAtlas.aidl | 23 * present, holds preloaded drawable in a single, shareable graphics
|
/external/chromium_org/chrome/browser/search/ |
instant_service.h | 93 // preloaded InstantNTP WebContents. May be NULL. InstantNTPPrerenderer will 94 // load a new InstantNTP after releasing the preloaded contents. 105 // object. Used to destroy the preloaded InstantNTP.
|
/packages/apps/Browser/src/com/android/browser/ |
IntentHandler.java | 196 PreloadedTabControl preloaded = null; local 220 preloaded = Preloader.getInstance().getPreloadedTab(id); 246 return new UrlData(url, headers, intent, preloaded, preloadedSearchBoxQuery); 341 PreloadedTabControl preloaded, String searchBoxQueryToSubmit) { 344 this.mPreloadedTab = preloaded;
|
PreloadedTabControl.java | 26 * Class to manage the controlling of preloaded tab.
|
PreloadController.java | 84 // user visits a preloaded tab, the only item in the history 97 // user visits a preloaded tab.
|
/external/chromium_org/chrome/browser/ui/ |
browser_instant_controller.h | 35 // If |url| is the new tab page URL, set |target_contents| to the preloaded
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
IconCache.java | 273 Bitmap preloaded = getPreloadedIcon(componentName); local 274 if (preloaded != null) { 275 if (DEBUG) Log.d(TAG, "using preloaded icon for " + 277 entry.icon = preloaded;
|
/sdk/eclipse/ |
dictionary.txt | 220 preloaded
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
PepperPluginManager.java | 23 * {@link PepperPluginManager} collects meta data about plugins from preloaded android apps 124 Log.i(LOGTAG, "The given plugin package is preloaded: " + serviceInfo.packageName);
|