/external/chromium_org/chrome/renderer/translate/ |
translate_helper.h | 48 // Returns true if the translation script has finished translating the page. 51 // Returns true if the translation script has reported an error performing the 56 // should only be called when the translate script has been injected in the 69 // Executes the JavaScript code in |script| in the main frame of RenderView. 70 virtual void ExecuteScript(const std::string& script); 72 // Executes the JavaScript code in |script| in the main frame of RenderView, 73 // and returns the boolean returned by the script evaluation if the script was 75 virtual bool ExecuteScriptAndGetBoolResult(const std::string& script, 78 // Executes the JavaScript code in |script| in the main frame of RenderView [all...] |
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
JavaBridgeReturnValuesTest.java | 113 protected String executeJavaScriptAndGetStringResult(String script) throws Throwable { 114 executeJavaScript("testObject.setStringValue(" + script + ");"); 119 private boolean executeJavaScriptAndGetBooleanResult(String script) throws Throwable { 120 executeJavaScript("testObject.setBooleanValue(" + script + ");");
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
ActiveDOMCallback.cpp | 59 WorkerScriptController* scriptController = toWorkerGlobalScope(context)->script();
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLParserOptions.cpp | 40 scriptEnabled = frame && frame->script()->canExecuteScripts(NotAboutToExecuteScript);
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDump.h | 33 SkString script; member in class:SkDump
|
/external/doclava/res/assets/templates/components/ |
api_filter.cs | 10 <script> 18 </script>
|
/external/openfst/src/bin/ |
fstshortestdistance.cc | 26 #include <fst/script/shortest-distance.h> 27 #include <fst/script/text-io.h> 36 namespace s = fst::script; 37 using fst::script::FstClass;
|
/external/openfst/src/include/fst/script/ |
compile.h | 20 #include <fst/script/arg-packs.h> 21 #include <fst/script/fst-class.h> 22 #include <fst/script/compile-impl.h> 25 namespace script { namespace in namespace:fst 89 } // namespace script
|
print.h | 20 #include <fst/script/arg-packs.h> 21 #include <fst/script/fst-class.h> 22 #include <fst/script/print-impl.h> 25 namespace script { namespace in namespace:fst 81 } // namespace script
|
script-impl.h | 103 #include <fst/script/fst-class.h> 105 #include <fst/script/arg-packs.h> 110 namespace script { namespace in namespace:fst 172 static fst::script::Operation<ArgPack>::Registerer \ 203 } // namespace script
|
push.h | 20 #include <fst/script/arg-packs.h> 21 #include <fst/script/fst-class.h> 25 namespace script { namespace in namespace:fst 65 } // namespace script
|
replace.h | 25 #include <fst/script/arg-packs.h> 26 #include <fst/script/fst-class.h> 30 namespace script { namespace in namespace:fst 59 } // namespace script
|
/external/skia/src/animator/ |
SkDump.h | 33 SkString script; member in class:SkDump
|
/external/srec/srec/Semproc/src/ |
LexicalAnalyzer.c | 49 ESR_ReturnCode LA_Analyze(LexicalAnalyzer *lex, LCHAR *script) 51 if (lex == NULL || script == NULL) 58 lex->nextToken = lex->script = script;
|
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/ |
JavaBridgeReturnValuesTest.java | 127 protected String executeJavaScriptAndGetStringResult(String script) throws Throwable { 128 executeJavaScript("testObject.setStringValue(" + script + ");"); 133 private boolean executeJavaScriptAndGetBooleanResult(String script) throws Throwable { 134 executeJavaScript("testObject.setBooleanValue(" + script + ");");
|
/prebuilts/tools/common/proguard/proguard4.7/bin/ |
proguardgui.bat | 3 REM Start-up script for the GUI of ProGuard -- free class file shrinker, 6 REM Note: when passing file names containing spaces to this script,
|
retrace.bat | 3 REM Start-up script for Retrace -- companion tool for ProGuard, free class file 6 REM Note: when passing file names containing spaces to this script,
|
/sdk/files/proguard/bin/ |
proguardgui.bat | 3 REM Start-up script for the GUI of ProGuard -- free class file shrinker, 6 rem Change current directory and drive to where the script is, to avoid
|
retrace.bat | 3 REM Start-up script for Retrace -- companion tool for ProGuard, free class file 6 rem Change current directory and drive to where the script is, to avoid
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
InitTest.java | 27 private ScriptC_init_test script; field in class:InitTest 31 script.forEach_root(mIn, mOut); 35 script = new ScriptC_init_test(mRS, mRes, R.raw.init_test);
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/ |
MappingFileProvider.java | 149 * @param script four-letter titlecase (the first letter is uppercase and the rest of the letters 150 * are lowercase) ISO script codes as defined in ISO 15924 154 String getFileName(int countryCallingCode, String language, String script, String region) { 164 String languageCode = findBestMatchingLanguageCode(setOfLangs, language, script, region); 175 Set<String> setOfLangs, String language, String script, String region) { 176 StringBuilder fullLocale = constructFullLocale(language, script, region); 188 if (onlyOneOfScriptOrRegionIsEmpty(script, region)) { 192 } else if (script.length() > 0 && region.length() > 0) { 193 StringBuilder langWithScript = new StringBuilder(language).append('_').append(script); 212 private boolean onlyOneOfScriptOrRegionIsEmpty(String script, String region) [all...] |
/external/v8/src/ |
messages.h | 69 MessageLocation(Handle<Script> script, 72 : script_(script), 77 Handle<Script> script() const { return script_; } function in class:v8::internal::MessageLocation 82 Handle<Script> script_;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cookie.py | 51 <script type="text/javascript"> 55 </script> 58 <script type="text/javascript"> 62 </script>
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cookie.py | 51 <script type="text/javascript"> 55 </script> 58 <script type="text/javascript"> 62 </script>
|
/build/tools/droiddoc/templates-sdk/ |
customizations.cs | 33 <script> 37 </script> 51 <script> 55 </script> 71 <script> 75 </script> 91 <script> 95 </script> 111 <script> 115 </script> [all...] |