/external/chromium_org/extensions/common/ |
user_script.cc | 160 const FileList& scripts) const { 161 pickle->WriteUInt64(scripts.size()); 162 for (FileList::const_iterator file = scripts.begin(); 163 file != scripts.end(); ++file) { 225 FileList* scripts) { 228 scripts->clear(); 232 scripts->push_back(file);
|
extensions_client.h | 60 // Return the whitelist of extensions that can run content scripts on 64 // Get the set of chrome:// hosts that |extension| can run content scripts on. 69 // Returns false if content scripts are forbidden from running on |url|.
|
/external/markdown/docs/ |
command_line.txt | 15 you Python "Scripts" directory. Different systems require different methods to 16 ensure that any files in the Python "Scripts" directory are on your system 21 Assuming a default install on Windows, your "Scripts" directory is most 22 likely something like ``C:\\Python25\Scripts``. Verify the location of 23 your "Scripts" directory and add it to you system path. 26 ``markdown.bat`` in the "Scripts" directory created during install. 36 * Other systems may maintain a separate "Scripts" directory which you
|
/packages/inputmethods/LatinIME/java/res/xml/ |
rowkeys_nepali_traditional2.xml | 41 render dotted circle for incomplete combining letter of some scripts, different 54 render dotted circle for incomplete combining letter of some scripts, different 65 render dotted circle for incomplete combining letter of some scripts, different 76 render dotted circle for incomplete combining letter of some scripts, different 97 render dotted circle for incomplete combining letter of some scripts, different 120 render dotted circle for incomplete combining letter of some scripts, different 131 render dotted circle for incomplete combining letter of some scripts, different
|
rowkeys_nepali_romanized1.xml | 37 render dotted circle for incomplete combining letter of some scripts, different 44 render dotted circle for incomplete combining letter of some scripts, different 57 render dotted circle for incomplete combining letter of some scripts, different 64 render dotted circle for incomplete combining letter of some scripts, different 94 render dotted circle for incomplete combining letter of some scripts, different 104 render dotted circle for incomplete combining letter of some scripts, different 135 render dotted circle for incomplete combining letter of some scripts, different 145 render dotted circle for incomplete combining letter of some scripts, different 155 render dotted circle for incomplete combining letter of some scripts, different
|
rowkeys_nepali_traditional3_right3.xml | 29 render dotted circle for incomplete combining letter of some scripts, different 38 render dotted circle for incomplete combining letter of some scripts, different 47 render dotted circle for incomplete combining letter of some scripts, different
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
debugger-fake-workers.html | 85 <li id="s1">Open DevTools, Scripts Panel; Tick Debug on Workers sidebar.</li> 89 <li id="s5">Observe worker-primes.js and primes.js appear in scripts drop-down box.</li> 91 <li id="s7">Set a breakpoint on one of worker scripts, assure it's hit.</li>
|
/external/chromium/testing/gtest/ |
configure.ac | 19 AC_CONFIG_FILES([scripts/gtest-config], [chmod +x scripts/gtest-config]) 35 # version to be >= 2.3. This will allow the scripts to use a "/usr/bin/env"
|
/external/chromium_org/chrome/browser/resources/task_manager/ |
includes.js | 6 // must be a separate script file loaded before other scripts which would 73 * Loads delayed scripts. 77 // Number of remaining scripts to load.
|
/external/chromium_org/chrome/renderer/extensions/ |
user_script_slave.h | 45 // Update the parsed scripts from shared memory. 48 // Inject the appropriate scripts into a frame based on its URL. 77 // Greasemonkey API source that is injected with the scripts.
|
/external/chromium_org/testing/gtest/ |
configure.ac | 19 AC_CONFIG_FILES([scripts/gtest-config], [chmod +x scripts/gtest-config]) 35 # version to be >= 2.3. This will allow the scripts to use a "/usr/bin/env"
|
/external/chromium_org/third_party/WebKit/PerformanceTests/inspector/ |
show-panel.html.broken | 18 WebInspector.showPanel("scripts"); 19 var files = WebInspector.panels.scripts._fileSelector._filesSelectElement; 23 WebInspector.panels.scripts._fileSelector._filesSelectChanged();
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
test-webkitperl | 48 # the Scripts directory, say. 50 # Source root is two levels up from the Scripts directory. 55 my $pattern = "Tools/Scripts/webkitperl/*_unittest/*.pl";
|
/external/chromium_org/third_party/skia/src/sfnt/ |
SkIBMFamilyClass.h | 28 ((Scripts, 10)) 137 struct Scripts { 152 } scripts; member in union:SkIBMFamilyClass::SubClass
|
/external/linux-tools-perf/scripts/perl/Perf-Trace-Util/ |
README | 9 that scripts may want to use. Context.pm contains the Perl->C 10 interface that allows scripts to access data in the embedding perf 11 executable; scripts wishing to do that should 'use Context.pm'.
|
/external/openssh/contrib/ |
README | 57 RPM spec file and scripts for building Caldera OpenLinuix packages 66 RPM spec file and scripts for building Redhat packages 69 RPM spec file and scripts for building SuSE packages
|
/external/skia/src/sfnt/ |
SkIBMFamilyClass.h | 28 ((Scripts, 10)) 137 struct Scripts { 152 } scripts; member in union:SkIBMFamilyClass::SubClass
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
clean.py | 24 ('build-scripts=', None, 25 "build directory for scripts (default: 'build.build-scripts')"),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
clean.py | 24 ('build-scripts=', None, 25 "build directory for scripts (default: 'build.build-scripts')"),
|
/external/chromium_org/chrome/browser/extensions/ |
stubs_apitest.cc | 12 // supported in content scripts.
|
user_script_listener.h | 31 // scripts. For each request that comes in, we check if it depends on a user 67 // Resume any requests that we delayed in order to wait for user scripts. 81 // True if all user scripts from all profiles are ready. 90 // Per-profile bookkeeping so we know when all user scripts are ready.
|
/external/chromium_org/chrome/browser/resources/chromeos/echo/ |
manifest.json | 30 "scripts": ["main.js"],
|
/external/chromium_org/chrome/browser/resources/chromeos/first_run/app/ |
manifest.json | 18 "scripts": ["background.js"]
|
/external/chromium_org/chrome/browser/resources/google_now/ |
manifest.json | 30 "scripts": ["utility.js", "cards.js", "background.js"],
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/commands/ |
manifest.json | 7 "scripts": ["background.js"],
|