/external/chromium_org/chrome_frame/test/ |
automation_client_mock.h | 25 MOCK_METHOD2(ExecuteScript, bool(const std::string& script,
|
/external/chromium_org/content/shell/renderer/ |
webkit_test_runner.h | 76 virtual void evaluateInWebInspector(long call_id, const std::string& script);
|
/external/chromium_org/ppapi/thunk/ |
ppb_instance_api.h | 61 PP_Var script,
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
ScriptController.h | 82 ScriptValue executeScript(const String& script, bool forceUserGesture = false); 87 // Executes JavaScript in an isolated world. The script gets its own global scope, 139 const String* sourceURL() const { return m_sourceURL; } // 0 if we are not evaluating any script. 181 // A mapping between Widgets and their corresponding script object.
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLFrameElementBase.cpp | 97 contentFrame()->script()->executeScriptIfJavaScriptURL(scriptURL);
|
/external/chromium_org/third_party/WebKit/Source/core/workers/ |
WorkerGlobalScope.h | 76 WorkerScriptController* script() { return m_script.get(); } function in class:WebCore::WorkerGlobalScope
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
InspectorFrontendHostStub.js | 94 setInjectedScriptForOrigin: function(origin, script)
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebFrameImpl.cpp | 742 return frame()->script()->windowScriptNPObject(); 752 if (!frame() || !frame()->script()->canExecuteScripts(NotAboutToExecuteScript)) 754 frame()->script()->bindToWindowObject(frame(), String(name), object); 761 frame()->script()->executeScript(ScriptSourceCode(source.code, source.url, position)); 776 frame()->script()->executeScriptInIsolatedWorld(worldID, sources, extensionGroup, 0); 843 return frame()->script()->executeScript(ScriptSourceCode(source.code, source.url, position)).v8Value(); 861 frame()->script()->executeScriptInIsolatedWorld(worldID, sources, extensionGroup, &scriptResults); 867 frame()->script()->executeScriptInIsolatedWorld(worldID, sources, extensionGroup, 0); 873 return frame()->script()->callFunctionEvenIfScriptDisabled(function, receiver, argc, argv).v8Value(); 886 return toV8(DOMFileSystem::create(frame()->document(), name, static_cast<WebCore::FileSystemType>(type), KURL(ParsedURLString, path.utf8().data()), AsyncFileSystemChromium::create()), v8::Handle<v8::Object>(), frame()->script()->currentWorldContext()->GetIsolate()) [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-icu-le.cc | 116 le_int32 script_code = hb_icu_script_from_script (shape_plan->props.script);
|
/external/chromium_org/third_party/opus/src/ |
compile | 25 # configuration script generated by Autoconf, you may include it under 244 right script to run: please start by reading the file 'INSTALL'. 336 # mode: shell-script
|
/external/chromium_org/third_party/skia/src/animator/ |
SkAnimatorScript2.cpp | 143 const char* script = op->fString->c_str(); local 145 return engine.evaluateScript(&script, &value); 592 // set up animator with memory script above, then run value tests 596 const char* script = scriptTests[index].fScript; local 597 bool success = engine.evaluateScript(&script, &value);
|
/external/chromium_org/tools/gn/ |
target.h | 108 const SourceFile& script() const { return script_; } function in class:Target 140 // Script target stuff.
|
/external/chromium_org/tools/valgrind/ |
waterfall.sh | 7 # This script can be used by waterfall sheriffs to fetch the status 73 # The awk script here joins the lines ending with </td> to make it possible 162 This script can be used by waterfall sheriffs to fetch the status
|
/external/chromium_org/v8/src/ |
bootstrapper.h | 45 explicit SourceCodeCache(Script::Type type): type_(type), cache_(NULL) { } 78 Script::cast(shared->script())->set_type(Smi::FromInt(type_)); 82 Script::Type type_;
|
/external/chromium_org/v8/test/cctest/ |
test-serialize.cc | 348 v8::Local<v8::Script> script = v8::Script::Compile(source); local 349 CHECK_EQ(4, script->Run()->Int32Value()); 366 v8::Local<v8::Script> script = v8::Script::Compile(source); local 367 CHECK_EQ(4, script->Run()->Int32Value());
|
/external/chromium_org/v8/tools/profviz/ |
worker.js | 71 self.postMessage({ "call" : "script" }); 137 time("Assembling plot script",
|
/external/harfbuzz/src/ |
harfbuzz-hebrew.c | 57 assert(shaper_item->item.script == HB_Script_Hebrew);
|
harfbuzz-shaper.h | 129 HB_Script script; member in struct:__anon20372 270 HB_ScriptItem item; /* input: the current run to be shaped: a run of text all in the same script that is a substring of <string> */ 272 HB_Face face; /* input: the shaper state; current script, access to the OpenType tables , etc. */
|
/external/harfbuzz_ng/src/ |
hb-icu-le.cc | 116 le_int32 script_code = hb_icu_script_from_script (shape_plan->props.script);
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-hebrew.c | 57 assert(shaper_item->item.script == HB_Script_Hebrew);
|
harfbuzz-shaper.h | 129 HB_Script script; member in struct:__anon20428 239 HB_ScriptItem item; /* input: the current run to be shaped: a run of text all in the same script that is a substring of <string> */ 241 HB_Face face; /* input: the shaper state; current script, access to the OpenType tables , etc. */
|
/external/libcap-ng/libcap-ng-0.7/ |
compile | 25 # configuration script generated by Autoconf, you may include it under 211 right script to run: please start by reading the file 'INSTALL'. 303 # mode: shell-script
|
/external/libvpx/libvpx/examples/includes/geshi/contrib/ |
example.php | 3 * GeSHi example script 5 * Just point your browser at this script (with geshi.php in the parent directory, 43 // you sanitise correctly if you use $_POST of course - this very script has had a security 44 // advisory against it in the past because of this. Please try not to use this script on a 160 <h2>GeSHi Example Script</h2> 161 <p>To use this script, make sure that <strong>geshi.php</strong> is in the parent directory or in your
|
/external/libvpx/libvpx/tools/ |
ftfy.sh | 9 This script applies a whitespace transformation to the commit at HEAD. If no
|
/external/openfst/src/include/fst/script/ |
weight-class.h | 30 namespace script { namespace in namespace:fst 220 } // namespace script
|