/external/webkit/Source/WebCore/inspector/front-end/ |
TestController.js | 43 WebInspector.evaluateForTestInFrontend = function(callId, script) 49 if (window[script] && typeof window[script] === "function") 50 result = window[script].call(WebInspector, controller); 52 result = window.eval(script);
|
/external/chromium/chrome/browser/extensions/ |
user_script_master_unittest.cc | 21 // Test bringing up a master on a specific directory, putting a script 35 // Register for all user script notifications. 69 // Updated to the script shared memory when we get notified. 88 FilePath path = temp_dir_.path().AppendASCII("script.user.js"); 106 "// This is my awesome script\n" 109 "// @name foobar script\n" 122 UserScript script; local 124 text, &script)); 125 ASSERT_EQ(3U, script.globs().size()); 126 EXPECT_EQ("*mail.google.com*", script.globs()[0]) 134 UserScript script; local 147 UserScript script; local 160 UserScript script; local 178 UserScript script; local 191 UserScript script; local 205 UserScript script; local [all...] |
convert_user_script.cc | 38 *error = "User script must be UTF8 encoded."; 42 UserScript script; local 44 &script)) { 45 *error = "Invalid script header."; 64 if (!script.name().empty() && !script.name_space().empty()) 65 script_name = script.name_space() + "/" + script.name(); 71 // its unique identity, and we need one of those. A user script's unique 80 // The script may not have a name field, but we need one for an extension. I [all...] |
convert_user_script_unittest.cc | 31 EXPECT_EQ("My user script", extension->name()); 38 const UserScript& script = extension->content_scripts()[0]; local 39 ASSERT_EQ(2u, script.globs().size()); 40 EXPECT_EQ("http://www.google.com/*", script.globs().at(0)); 41 EXPECT_EQ("http://www.yahoo.com/*", script.globs().at(1)); 42 ASSERT_EQ(1u, script.exclude_globs().size()); 43 EXPECT_EQ("*foo*", script.exclude_globs().at(0)); 44 ASSERT_EQ(1u, script.url_patterns().size()); 45 EXPECT_EQ("http://www.google.com/*", script.url_patterns()[0].GetAsString()); 49 extension->path().Append(script.js_scripts()[0].relative_path()))) 78 const UserScript& script = extension->content_scripts()[0]; local [all...] |
/external/openfst/src/include/fst/script/ |
arcsort.h | 21 #include <fst/script/arg-packs.h> 22 #include <fst/script/fst-class.h> 25 namespace script { namespace in namespace:fst 46 } // namespace script
|
decode.h | 22 #include <fst/script/arg-packs.h> 23 #include <fst/script/fst-class.h> 27 namespace script { namespace in namespace:fst 43 } // namespace script
|
epsnormalize.h | 20 #include <fst/script/arg-packs.h> 21 #include <fst/script/fst-class.h> 25 namespace script { namespace in namespace:fst 41 } // namespace script
|
minimize.h | 20 #include <fst/script/arg-packs.h> 21 #include <fst/script/fst-class.h> 25 namespace script { namespace in namespace:fst 40 } // namespace script
|
reverse.h | 20 #include <fst/script/arg-packs.h> 21 #include <fst/script/fst-class.h> 25 namespace script { namespace in namespace:fst 39 } // namespace script
|
synchronize.h | 20 #include <fst/script/arg-packs.h> 21 #include <fst/script/fst-class.h> 25 namespace script { namespace in namespace:fst 39 } // namespace script
|
union.h | 20 #include <fst/script/arg-packs.h> 21 #include <fst/script/fst-class.h> 25 namespace script { namespace in namespace:fst 39 } // namespace script
|
info.h | 20 #include <fst/script/arg-packs.h> 21 #include <fst/script/fst-class.h> 22 #include <fst/script/info-impl.h> 25 namespace script { namespace in namespace:fst 45 } // namespace script
|
map.h | 20 #include <fst/script/arg-packs.h> 21 #include <fst/script/fst-class.h> 22 #include <fst/script/weight-class.h> 27 namespace script { namespace in namespace:fst 64 script::StateMap(ifst, ArcSumMapper<Arc>(ifst))); 67 script::ArcMap(ifst, IdentityArcMapper<Arc>())); 70 script::ArcMap(ifst, InvertWeightMapper<Arc>())); 73 script::ArcMap(ifst, PlusMapper<Arc>(w))); 76 script::ArcMap(ifst, QuantizeMapper<Arc>(delta))); 79 script::ArcMap(ifst, RmWeightMapper<Arc>())) [all...] |
reweight.h | 23 #include <fst/script/arg-packs.h> 24 #include <fst/script/fst-class.h> 25 #include <fst/script/weight-class.h> 29 namespace script { namespace in namespace:fst 50 } // namespace script
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/cancel/ |
search_cancel.edc | 30 script { 89 script { 97 script { 105 script { 113 script { 121 script {
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/decoration/ |
search_decoration.edc | 30 script { 90 script { 98 script { 106 script { 114 script { 122 script {
|
/external/openfst/src/bin/ |
fstclosure.cc | 23 #include <fst/script/closure.h> 29 using fst::script::FstClass; 30 using fst::script::MutableFstClass; 52 fst::script::Closure(fst, closure_type);
|
fstconcat.cc | 25 #include <fst/script/concat.h> 28 namespace s = fst::script; 29 using fst::script::FstClass; 30 using fst::script::MutableFstClass;
|
fstepsnormalize.cc | 23 #include <fst/script/epsnormalize.h> 28 namespace s = fst::script; 29 using fst::script::FstClass; 30 using fst::script::VectorFstClass;
|
fstproject.cc | 23 #include <fst/script/project.h> 28 namespace s = fst::script; 29 using fst::script::FstClass; 30 using fst::script::MutableFstClass;
|
fstsynchronize.cc | 23 #include <fst/script/synchronize.h> 26 namespace s = fst::script; 27 using fst::script::FstClass; 28 using fst::script::VectorFstClass;
|
fsttopsort.cc | 23 #include <fst/script/topsort.h> 26 namespace s = fst::script; 27 using fst::script::FstClass; 28 using fst::script::MutableFstClass;
|
fstunion.cc | 25 #include <fst/script/union.h> 30 using fst::script::FstClass; 31 using fst::script::MutableFstClass; 32 using fst::script::Union;
|
/external/skia/include/ports/ |
SkTypeface_android.h | 18 * Return a new typeface for a fallback script. If the script is 20 * @param script The harfbuzz script id. 26 SK_API SkTypeface* SkCreateTypefaceForScript(HB_Script script, SkTypeface::Style style,
|
/external/webkit/Source/WebCore/bindings/js/ |
CachedScriptSourceProvider.h | 48 JSC::UString getRange(int start, int end) const { return JSC::UString(m_cachedScript->script().characters() + start, end - start); } 49 const UChar* data() const { return m_cachedScript->script().characters(); } 50 int length() const { return m_cachedScript->script().length(); } 51 const String& source() const { return m_cachedScript->script(); }
|