HomeSort by relevance Sort by last modified time
    Searched defs:scripts (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/chromium_org/v8/test/mjsunit/
debug-script.js 41 var scripts = Debug.scripts(); variable
42 for (i = 0; i < scripts.length; i++) {
43 if (scripts[i].type == Debug.ScriptType.Native) {
44 if (scripts[i].name) {
45 // TODO(1641): Remove check for equally named native scripts once the
47 if (!named_native_names[scripts[i].name]) {
48 named_native_names[scripts[i].name] = true;
52 } else if (scripts[i].type == Debug.ScriptType.Extension) {
54 } else if (scripts[i].type == Debug.ScriptType.Normal)
    [all...]
  /external/v8/test/mjsunit/
debug-script.js 40 var scripts = Debug.scripts(); variable
41 for (i = 0; i < scripts.length; i++) {
42 if (scripts[i].type == Debug.ScriptType.Native) {
43 if (scripts[i].name) {
44 // TODO(1641): Remove check for equally named native scripts once the
46 if (!named_native_names[scripts[i].name]) {
47 named_native_names[scripts[i].name] = true;
51 } else if (scripts[i].type == Debug.ScriptType.Extension) {
53 } else if (scripts[i].type == Debug.ScriptType.Normal)
    [all...]
  /external/chromium/chrome/browser/extensions/
user_script_listener.cc 42 // user scripts to see if we need to wait.
54 // One of the user scripts wants to inject into this request, but the
114 const UserScriptList& scripts = extension->content_scripts(); local
115 for (UserScriptList::const_iterator iter = scripts.begin();
116 iter != scripts.end(); ++iter) {
user_script_master.cc 149 // The master went away, so these new scripts aren't useful anymore.
183 // Clear the list. We will populate it with the scripts found in script_dir.
186 // Find all the scripts in |script_dir|.
188 // Create the "<Profile>/User Scripts" directory if it doesn't exist
200 // We default standalone user scripts to document-end for better
234 // Pickle user scripts and return pointer to the shared memory.
235 static base::SharedMemory* Serialize(const UserScriptList& scripts) {
237 pickle.WriteSize(scripts.size());
238 for (size_t i = 0; i < scripts.size(); i++) {
239 const UserScript& script = scripts[i]
271 UserScriptList scripts; local
348 const UserScriptList& scripts = extension->content_scripts(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptRunner.cpp 108 Vector<PendingScript> scripts; local
109 scripts.swap(m_scriptsToExecuteSoon);
113 scripts.append(m_scriptsToExecuteInOrder[numInOrderScriptsToExecute]);
117 size_t size = scripts.size();
119 ScriptResource* resource = scripts[i].resource();
120 RefPtr<Element> element = scripts[i].releaseElementAndClear();
  /external/chromium_org/third_party/tlslite/
setup.py 24 scripts=["scripts/tls.py", "scripts/tlsdb.py"], variable
  /external/chromium_org/tools/gyp/
setup.py 22 scripts = ['gyp'], variable
  /external/srec/srec/Semproc/include/
SR_SemanticGraphImpl.h 57 * The word map containing the actual scripts. The index of teh script in the wordmap
60 wordmap* scripts; member in struct:SR_SemanticGraphImpl_t
  /external/chromium_org/third_party/WebKit/public/web/
WebCache.h 63 ResourceTypeStat scripts; member in struct:WebKit::WebCache::ResourceTypeStats
  /external/chromium_org/v8/tools/profviz/
worker.js 29 "load scripts" : load_scripts,
68 function load_scripts(scripts) {
69 time("Loading scripts",
70 function() { for (var i in scripts) importScripts(scripts[i]); });
  /external/harfbuzz_ng/contrib/python/
setup.py 24 long_description='Harfbuzz python integration modules and supporting scripts',
33 scripts = glob('scripts/*'), variable
  /external/chromium_org/third_party/skia/src/sfnt/
SkIBMFamilyClass.h 28 ((Scripts, 10))
137 struct Scripts {
152 } scripts; member in union:SkIBMFamilyClass::SubClass
  /external/markdown/
setup.py 16 script_dir = os.path.join(sys.prefix, 'Scripts')
39 scripts = ['bin/markdown'], variable in class:md_install_scripts
  /external/skia/src/sfnt/
SkIBMFamilyClass.h 28 ((Scripts, 10))
137 struct Scripts {
152 } scripts; member in union:SkIBMFamilyClass::SubClass
  /external/chromium_org/chrome/browser/extensions/
user_script_listener.cc 55 // True if the user scripts contained in |url_patterns| are ready for
59 // A list of URL patterns that have will have user scripts applied to them.
98 // user scripts to see if we need to wait.
115 // One of the user scripts wants to inject into this request, but the
189 const UserScriptList& scripts = local
191 for (UserScriptList::const_iterator iter = scripts.begin();
192 iter != scripts.end(); ++iter) {
user_script_master.cc 175 // The master went away, so these new scripts aren't useful anymore.
264 // Pickle user scripts and return pointer to the shared memory.
265 static base::SharedMemory* Serialize(const UserScriptList& scripts) {
267 pickle.WriteUInt64(scripts.size());
268 for (size_t i = 0; i < scripts.size(); i++) {
269 const UserScript& script = scripts[i];
274 // Write scripts as 'data' so that we can read it out in the slave without
303 // Scripts now contains list of up-to-date scripts. Load the content in the
305 // back even if no scripts ware found to balance the AddRef/Release calls
378 const UserScriptList& scripts = local
    [all...]
  /external/chromium_org/chrome/common/extensions/
extension_file_util_unittest.cc 410 base::ListValue* scripts = new base::ListValue(); local
411 scripts->Append(new base::StringValue("foo.js"));
412 value->Set("background.scripts", scripts);
427 scripts->Clear();
428 scripts->Append(new base::StringValue("http://google.com/foo.js"));
  /external/chromium_org/third_party/icu/source/test/cintltst/
cucdapi.c 303 * Unicode 5 and later encode some of these scripts and give them long names.
432 UScriptCode scripts[20]; local
438 length=uscript_getScriptExtensions(0x0640, scripts, LENGTHOF(scripts), &errorCode);
444 length=uscript_getScriptExtensions(0x0640, NULL, LENGTHOF(scripts), &errorCode);
450 length=uscript_getScriptExtensions(0x0640, scripts, -1, &errorCode);
456 length=uscript_getScriptExtensions(0x0640, scripts, 0, &errorCode);
462 length=uscript_getScriptExtensions(0x0640, scripts, 1, &errorCode);
470 length=uscript_getScriptExtensions(0x063f, scripts, 0, &errorCode);
475 length=uscript_getScriptExtensions(0x0640, scripts, LENGTHOF(scripts), &errorCode)
    [all...]
  /external/icu4c/test/cintltst/
cucdapi.c 303 * Unicode 5 and later encode some of these scripts and give them long names.
444 UScriptCode scripts[20]; local
450 length=uscript_getScriptExtensions(0x0640, scripts, LENGTHOF(scripts), &errorCode);
456 length=uscript_getScriptExtensions(0x0640, NULL, LENGTHOF(scripts), &errorCode);
462 length=uscript_getScriptExtensions(0x0640, scripts, -1, &errorCode);
468 length=uscript_getScriptExtensions(0x0640, scripts, 0, &errorCode);
474 length=uscript_getScriptExtensions(0x0640, scripts, 1, &errorCode);
481 length=uscript_getScriptExtensions(0x063f, scripts, 0, &errorCode);
489 length=uscript_getScriptExtensions(-1, scripts, LENGTHOF(scripts), &errorCode)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Folder_Actions_Suite.py 42 """attached scripts: List the actions attached to a folder
209 scripts = script variable
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_extension_helper.cc 297 ListValue* scripts = new ListValue(); local
298 scripts->AppendString("main.js");
300 scripts);
  /external/chromium_org/chrome/common/extensions/api/
extension_api_unittest.cc 371 // scripts.
458 base::ListValue* scripts = new base::ListValue(); local
459 scripts->Append(new base::StringValue("test.js"));
460 background->Set("scripts", scripts);
607 // "app" API is available to all URLs that content scripts can be injected.
    [all...]
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_worditerator.cc 130 // given language consists of two or more scripts, we just use the first
136 int scripts = uscript_getCode(language.c_str(), script_code, local
138 if (U_SUCCESS(error) && scripts >= 1)
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
MemoryCache.h 45 // This cache holds subresources used by Web pages: images, scripts, stylesheets, etc.
103 TypeStatistic scripts; member in struct:WebCore::MemoryCache::Statistics
118 // since the decoded cost of resources like scripts and stylesheets is not known.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Toolbar.js 100 "scripts": true,
118 "scripts": true,

Completed in 970 milliseconds

1 2 3