/external/webkit/Source/WebCore/bridge/jni/ |
jni_jsobject.mm | 306 jobject JavaJSObject::eval(jstring script) const 308 LOG(LiveConnect, "JavaJSObject::eval script = %s", JavaString(script).utf8()); 319 Completion completion = JSC::evaluate(rootObject->globalObject()->globalExec(), rootObject->globalObject()->globalScopeChain(), makeSource(JavaString(script).impl()), JSC::JSValue()); 443 return frame->script()->createRootObject(nativeHandle);
|
/external/webkit/Source/WebCore/html/ |
HTMLDocument.cpp | 303 f->script()->namedItemAdded(this, name); 312 f->script()->namedItemRemoved(this, name);
|
/external/webkit/Source/WebCore/html/parser/ |
HTMLDocumentParser.cpp | 117 // Yet during fast/dom/HTMLScriptElement/script-load-events.html we do. 213 // The parser will pause itself when waiting on a script to load or run. 218 // If we don't run the script, we cannot allow the next token to be taken. 222 // If we're paused waiting for a script, we try to execute scripts before continuing. 307 // and script-sourced input streams whereas the spec treats them 393 // an external script to load, we can't finish parsing quite yet. 518 // Note: We only ever wait on one script at a time, so we always know this 532 // Ignore calls unless we have a script blocking the parser waiting on a 544 // Note: We only ever wait on one script at a time, so we always know this 553 ScriptController* HTMLDocumentParser::script() cons function in class:WebCore::HTMLDocumentParser [all...] |
/external/webkit/Source/WebCore/inspector/ |
InspectorAgent.cpp | 393 void InspectorAgent::evaluateForTestInFrontend(long callId, const String& script) 395 m_pendingEvaluateTestCommands.append(pair<long, String>(callId, script));
|
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/WebKit/gtk/tests/ |
testwebview.c | 180 char script[] = "var innerDoc = document.defaultView.frames[0].document; \ local 186 webkit_web_view_execute_script(view, script);
|
/external/webkit/Source/WebKit/qt/tests/qwebhistory/ |
tst_qwebhistory.cpp | 358 QTest::addColumn<QString>("script"); 369 QFETCH(QString, script); 372 page.mainFrame()->evaluateJavaScript(script);
|
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebFramePrivate.idl | 96 [local] HRESULT stringByEvaluatingJavaScriptInScriptWorld([in] IWebScriptWorld*, [in] JSObjectRef globalObject, [in] BSTR script, [out, retval] BSTR* result);
|
/gdk/build/core/ |
add-toolchain.mk | 16 # this script is included repeatedly by main.mk to add a new toolchain
|
add-application.mk | 16 # this script is used to record an application definition in the 82 $(call gdk_log, Using build script $(APP_BUILD_SCRIPT)) 88 $(call __gdk_info,to a valid GDK build script.)
|
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_script.cpp | 100 int execute_functional_script(char *script) { 116 cmd = strtok_r((char *) script, DELIMITER, &ctx); 1052 char *script; local 1068 printf("\n SCRIPT : <%s> is currently being executed \n",script_name); [all...] |
/ndk/build/core/ |
add-toolchain.mk | 16 # this script is included repeatedly by main.mk to add a new toolchain
|
/external/harfbuzz/src/ |
harfbuzz-arabic.c | [all...] |
/external/icu4c/common/ |
locid.cpp | 427 *p++ = '_'; /* Variant parsing with a script */ 491 uprv_strcpy(script, other.script); 544 language[0] = script[0] = country[0] = 0; 598 variantField = 2; /* Usually the 2nd one, except when a script is used. */ 605 /* We have at least a script */ 606 uprv_memcpy(script, field[1], fieldLen[1]); 607 script[fieldLen[1]] = 0; 616 /* We have a country and no script */ 656 *script = 0 [all...] |
/external/icu4c/i18n/ |
uspoof_impl.cpp | 227 // confusable with the input text. The script of the input text 228 // is included; input consisting of characters from a single script will 229 // always produce a result consisting of a set containing that script. 245 // No confusables in another script for this char. 246 // TODO: we should change the data to have sets with just the single script 247 // bit for the script of this char. Gets rid of this special case. 248 // Until then, grab the script from the char and intersect it with the set. 253 // Script == Common or Inherited. Nothing to do. 289 // Add the script chars for this locale to the accumulating set of allowed chars. 698 void ScriptSet::Union(UScriptCode script) { [all...] |
/external/chromium/sdch/open-vcdiff/vsprojects/ |
vcdiff_test.bat | 17 rem This script tests the correctness of the vcdiff.exe command-line 19 rem shell script for Unix systems, though some of the tests from that 20 rem script are not included here. 25 rem The script should be passed one argument which is the location of the 28 ( echo Must pass location of vcdiff.exe as script argument ^
|
/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...] |
/external/mesa3d/src/pixelflinger2/ |
shader.cpp | 32 #include <bcc/Script.h> 119 bcc::Script * script; member in struct:Instance 124 delete script; 411 compile_result = compiler.compile(*instance->script, out); 503 instance->script = new bcc::Script(*source); 504 if (!instance->script) { [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/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...] |