/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ShadowTreeStyleSheetCollection.cpp | 48 void ShadowTreeStyleSheetCollection::collectStyleSheets(StyleEngine* engine, StyleSheetCollectionBase& collection) 73 if (engine->preferredStylesheetSetName().isEmpty()) { 75 engine->setPreferredStylesheetSetName(title); 76 engine->setSelectedStylesheetSetName(title); 79 if (title != engine->preferredStylesheetSetName()) 93 bool ShadowTreeStyleSheetCollection::updateActiveStyleSheets(StyleEngine* engine, StyleResolverUpdateMode updateMode) 96 collectStyleSheets(engine, collection); 101 if (StyleResolver* styleResolver = engine->resolver()) {
|
/external/chromium_org/third_party/jinja2/ |
README.chromium | 1 Name: Jinja2 Python Template Engine 10 Template engine for code generation in Blink.
|
/external/chromium_org/third_party/openssl/openssl/crypto/engine/ |
eng_dyn.c | 1 /* crypto/engine/eng_dyn.c */ 63 /* Shared libraries implementing ENGINEs for use by the "dynamic" ENGINE loader 66 /* Our ENGINE handlers */ 67 static int dynamic_init(ENGINE *e); 68 static int dynamic_finish(ENGINE *e); 69 static int dynamic_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)); 73 static int dynamic_load(ENGINE *e, dynamic_data_ctx *ctx); 83 /* The constants used when creating the ENGINE */ 85 static const char *engine_dynamic_name = "Dynamic engine loading support"; 89 "Specifies the path to the new ENGINE shared library" [all...] |
/external/icu4c/samples/layout/ |
GnomeFontMap.cpp | 20 GnomeFontMap::GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status) 21 : FontMap(fileName, pointSize, guiSupport, status), fEngine(engine)
|
gnomeglue.cpp | 52 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status) 54 return (fm_fontMap *) new GnomeFontMap(engine, fileName, pointSize, (GnomeGUISupport *) guiSupport, *status);
|
/external/openssl/crypto/engine/ |
eng_dyn.c | 1 /* crypto/engine/eng_dyn.c */ 63 /* Shared libraries implementing ENGINEs for use by the "dynamic" ENGINE loader 66 /* Our ENGINE handlers */ 67 static int dynamic_init(ENGINE *e); 68 static int dynamic_finish(ENGINE *e); 69 static int dynamic_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)); 73 static int dynamic_load(ENGINE *e, dynamic_data_ctx *ctx); 83 /* The constants used when creating the ENGINE */ 85 static const char *engine_dynamic_name = "Dynamic engine loading support"; 89 "Specifies the path to the new ENGINE shared library" [all...] |
/external/svox/pico/lib/ |
picoapi.h | 44 A SVOX Pico 'engine' provides the functions needed to perform actual 45 synthesis. Currently there can be only one engine instance at a time 47 at the engine level take a 'pico_Engine' handle as the first 97 if the error happened on the SVOX Pico engine level). 139 /* Handle types (opaque) for Pico system, resource, engine ************/ 220 engine instances are existing. No API function may be called after 272 parallel to a running engine doing TTS synthesis), but with the 286 Unloads a resource file from the Pico system. If no engine uses the 325 resources from the mappings will be used with that engine. */ 344 /* Engine creation and deletion functions ***************************** [all...] |
/frameworks/base/core/java/android/service/wallpaper/ |
IWallpaperConnection.aidl | 26 void attachEngine(IWallpaperEngine engine); 27 void engineShown(IWallpaperEngine engine);
|
/packages/inputmethods/PinyinIME/jni/command/ |
Makefile | 22 all: engine 24 engine: $(PINYINIME_DICTBUILDER)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
BasicAgreement.java | 12 * initialise the agreement engine.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/ |
KeyPairGeneratorSpi.java | 22 DSAKeyPairGenerator engine = new DSAKeyPairGenerator(); field in class:KeyPairGeneratorSpi 59 engine.init(param); 71 engine.init(param); 75 AsymmetricCipherKeyPair pair = engine.generateKeyPair();
|
/external/chromium/chrome/browser/first_run/ |
first_run_dialog.h | 13 // Shows the search engine choice dialog. Only called if IsOrganicFirstRun()
|
/external/chromium/chrome/browser/sync/engine/ |
clear_data_command.cc | 5 #include "chrome/browser/sync/engine/clear_data_command.h" 9 #include "chrome/browser/sync/engine/syncer.h" 10 #include "chrome/browser/sync/engine/syncer_proto_util.h" 11 #include "chrome/browser/sync/engine/syncproto.h"
|
post_commit_message_command.h | 9 #include "chrome/browser/sync/engine/syncer_command.h"
|
syncproto_unittest.cc | 5 #include "chrome/browser/sync/engine/syncproto.h"
|
/external/chromium/chrome/browser/ui/gtk/ |
first_run_dialog.h | 46 // The search engine choice window. This is created and shown before 53 // Container for the search engine choices. 68 // The search engine the user chose, or NULL if the user has not chosen a 69 // search engine.
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/ |
README | 9 import and deploy to Google App Engine after updating
|
/external/chromium_org/chrome/browser/search_engines/ |
template_url_fetcher_callbacks.h | 17 // Performs the confirmation step for adding a search engine described by
|
/external/chromium_org/chrome/browser/sync/ |
DEPS | 15 "+sync/test/engine/test_id_factory.h",
|
/external/chromium_org/chrome/common/ |
autocomplete_match_type.h | 22 // default engine). 23 SEARCH_HISTORY, // A past search (with the default engine) 25 SEARCH_SUGGEST, // A suggested search (with the default engine) 34 SEARCH_OTHER_ENGINE, // A search with a non-default engine.
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-java/ |
README | 9 import and deploy to Google App Engine after updating
|
/external/chromium_org/sync/engine/ |
nudge_source.cc | 5 #include "sync/engine/nudge_source.h"
|
/external/svox/pico/lang/ |
PicoLangDefaultInSystem.mk | 2 # Installation of a default language for the Pico TTS engine
|
PicoLangEnUsInSystem.mk | 2 # Installation of en-US for the Pico TTS engine in the system image
|
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
ForwardingX509ExtendedKeyManager.java | 63 public String chooseEngineClientAlias(String[] keyType, Principal[] issuers, SSLEngine engine) { 64 return delegate.chooseEngineClientAlias(keyType, issuers, engine); 68 public String chooseEngineServerAlias(String keyType, Principal[] issuers, SSLEngine engine) { 69 return delegate.chooseEngineServerAlias(keyType, issuers, engine);
|