| /external/webkit/Source/WebKit/chromium/src/ |
| WebFrameImpl.cpp | 753 return m_frame->script()->windowScriptNPObject(); 759 if (!m_frame || !m_frame->script()->canExecuteScripts(NotAboutToExecuteScript)) 764 m_frame->script()->bindToWindowObject(m_frame, key, object); 773 m_frame->script()->executeScript( 789 m_frame->script()->evaluateInIsolatedWorld(worldId, sources, extensionGroup); 828 m_frame->script()->collectGarbage(); 839 return m_frame->script()->executeScript( [all...] |
| /external/v8/src/ |
| full-codegen.cc | 291 Handle<Script> script = info->script(); local 292 if (!script->IsUndefined() && !script->source()->IsUndefined()) { 293 int len = String::cast(script->source())->length(); 602 Compiler::BuildFunctionInfo(fun_decl->fun(), script()); [all...] |
| d8.cc | 158 Handle<Script> script = Script::Compile(source, name); local 159 if (script.IsEmpty()) { 165 Handle<Value> result = script->Run(); 745 // Run the d8 shell utility script in the utility context 755 Handle<Script> script = Script::Compile(source, name); local 756 script->Run() [all...] |
| debug.cc | 97 // Isolate::context() may have been NULL when "script collected" event 600 void ScriptCache::Add(Handle<Script> script) { 602 // Create an entry in the hash map for the script. 603 int id = Smi::cast(script->id())->value(); 607 ASSERT(*script == *reinterpret_cast<Script**>(entry->value)); 611 // Globalize the script object, make it weak and use the location of the 613 Handle<Script> script_ = 614 Handle<Script>::cast [all...] |
| /external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
| FontAndroid.cpp | 407 // TextRunWalker walks a TextRun and presents each script run in sequence. A 409 // are all left-to-right or right-to-left). A script run is a subsequence where 410 // all the characters have the same script (e.g. Arabic, Thai etc). Shaping is 411 // only ever done with script runs since the shapers only know how to deal with 412 // a single script. 414 // After creating it, the script runs are either iterated backwards or forwards. 418 // Once you have setup the object, call |nextScriptRun| to get the first script 432 // Advance to the next script run, returning false when the end of the 460 // Set the x offset for the next script run. This affects the values in 470 // by the current x offset and that the x offset is updated for each script [all...] |
| /external/webkit/Source/WebKit/win/ |
| DOMHTMLClasses.h | 63 /* [in] */ BSTR script, 64 /* [retval][out] */ VARIANT *result) { return DOMObject::evaluateWebScript(script, result); } 121 /* [in] */ BSTR script, 122 /* [retval][out] */ VARIANT *result) { return DOMObject::evaluateWebScript(script, result); } 186 /* [in] */ BSTR script, 187 /* [retval][out] */ VARIANT *result) { return DOMDocument::evaluateWebScript(script, result); } 460 /* [in] */ BSTR script, 461 /* [retval][out] */ VARIANT *result) { return DOMElement::evaluateWebScript(script, result); } 719 /* [in] */ BSTR script, 720 /* [retval][out] */ VARIANT *result) { return DOMHTMLElement::evaluateWebScript(script, result); [all...] |
| /external/v8/test/cctest/ |
| test-log.cc | 349 // Script needs to have a name in order to trigger InitLineEnds execution. 351 v8::Handle<v8::Script> evil_script = v8::Script::Compile(source, origin); 515 v8::Handle<v8::Script> script = v8::Script::Compile(source_str, v8_str("")); local 516 if (script.IsEmpty()) { 521 v8::Handle<v8::Value> result = script->Run();
|
| test-parsing.cc | 208 v8::Script::Compile(script_source, NULL, preparse); 216 v8::Script::New(script_source, NULL, preparse, v8::Local<v8::String>()); 1018 i::Handle<i::Script> script = FACTORY->NewScript(source); local 1060 i::Handle<i::Script> script = FACTORY->NewScript(source); local [all...] |
| /external/webkit/Source/WebCore/inspector/ |
| InspectorResourceAgent.cpp | 85 static const char script[] = "Script"; member in namespace:WebCore::ResourceType 280 case CachedResource::Script: 281 return ResourceType::script; 391 m_frontend->initialContentSet(static_cast<int>(identifier), sourceString, ResourceType::script); member in class:WebCore::ResourceType
|
| /external/webkit/Source/WebCore/platform/graphics/chromium/ |
| FontCacheChromiumWin.cpp | 437 UScriptCode script; local 439 fontDescription.genericFamily(), &c, &script); 488 if (script == USCRIPT_HAN) { 496 // because it's based on script to font mapping. This problem is
|
| /external/v8/tools/ |
| grokdump.py | 811 if self.shared.script.Is(Script) and self.shared.script.name.Is(String): 812 p.Print("script name: %s" % self.shared.script.name) 834 if not self.shared.script.Is(Script): return source 835 script_source = self.shared.script.source 859 self.script = self.ObjectField(self.ScriptOffset()) 876 class Script(HeapObject) [all...] |
| /external/webkit/Source/WebCore/plugins/ |
| PluginView.cpp | 331 m_parentFrame->script()->cleanupScriptObjectsForPlugin(this); 496 // Executing a script can cause the plugin view to be destroyed, so we keep a reference to it. 498 ScriptValue result = m_parentFrame->script()->executeScript(jsString, request->shouldAllowPopups()); 504 ScriptState* scriptState = m_parentFrame->script()->globalObject(pluginWorld())->globalExec(); 563 if (!m_parentFrame->script()->canExecuteScripts(NotAboutToExecuteScript)) 821 RefPtr<JSC::Bindings::RootObject> root = m_parentFrame->script()->createRootObject(this); [all...] |
| /external/webkit/Source/WebKit/qt/Api/ |
| qwebframe.cpp | 621 root = d->frame->script()->cacheableBindingRootObject(); 623 root = d->frame->script()->bindingRootObject(); 642 QScriptEngine* engine = d->frame->script()->qtScriptEngine(); 947 If a script in the \a html runs longer than the default script timeout (currently 10 seconds), 953 script can be specified through the charset attribute of the HTML script tag. It is also possible [all...] |
| /external/webkit/Source/WebKit/qt/WebCoreSupport/ |
| DumpRenderTreeSupportQt.cpp | 193 void DumpRenderTreeSupportQt::webInspectorExecuteScript(QWebPage* page, long callId, const QString& script) 198 page->handle()->page->inspectorController()->evaluateForTestInFrontend(callId, script); 877 void DumpRenderTreeSupportQt::evaluateScriptInIsolatedWorld(QWebFrame* frame, int worldID, const QString& script) 890 ScriptController* proxy = coreFrame->script(); 895 proxy->executeScriptInWorld(scriptWorld->world(), script, true); 897 ScriptSourceCode source(script); [all...] |
| /ndk/build/core/ |
| add-application.mk | 16 # this script is used to record an application definition in the 168 $(call ndk_log, Using build script $(APP_BUILD_SCRIPT)) 174 $(call __ndk_info,to a valid NDK build script.)
|
| /dalvik/dx/etc/ |
| dx.bat | 21 REM Set up prog to be the path of this script, including following symlinks,
|
| /external/elfutils/libdw/ |
| Makefile.am | 100 -Wl,--version-script,$<,--no-undefined \
|
| /external/linux-tools-perf/util/scripting-engines/ |
| trace-event-perl.c | 2 * trace-event-perl. Feed perf script events to an embedded Perl interpreter. 345 * Start trace script 347 static int perl_start_script(const char *script, int argc, const char **argv) 354 command_line[1] = script; 389 * Stop trace script 420 fprintf(ofp, "# perf script event handlers, " 421 "generated by perf script -g perl\n"); 560 fprintf(stderr, "generated Perl script: %s\n", fname);
|
| /external/v8/test/mjsunit/regress/ |
| regress-1853.js | 53 type: "script",
|
| /external/webkit/LayoutTests/dom/xhtml/level3/core/ |
| domimplementationregistry12.js | 77 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/ecma-script-binding
|
| domimplementationregistry13.js | 78 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/ecma-script-binding
|
| domimplementationregistry17.js | 78 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/ecma-script-binding
|
| domimplementationregistry23.js | 77 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/ecma-script-binding
|
| /external/webkit/LayoutTests/http/conf/ |
| apache2-debian-httpd.conf | 562 AddHandler cgi-script .cgi .pl 590 # Action lets you define media types that will execute a script whenever 593 # Format: Action media/type /cgi-script/location 594 # Format: Action handler-name /cgi-script/location 622 # N.B.: You can redirect to a script or a document using server-side-includes. 627 # request will *not* be available to such a script.
|
| apache2-httpd.conf | 583 AddHandler cgi-script .cgi .pl 611 # Action lets you define media types that will execute a script whenever 614 # Format: Action media/type /cgi-script/location 615 # Format: Action handler-name /cgi-script/location 643 # N.B.: You can redirect to a script or a document using server-side-includes. 648 # request will *not* be available to such a script.
|