HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 476 - 500 of 981) sorted by null

<<11121314151617181920>>

  /external/v8/src/
messages.cc 48 Handle<Object> data(loc->script()->name());
79 script_handle = GetScriptWrapper(loc->script());
  /external/v8/test/mjsunit/
debug-liveedit-check-stack.js 45 // Prevents eval script caching.
48 var script = Debug.findScript(this.ChooseAnimal);
51 var patch_pos = script.source.indexOf(orig_animal);
63 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_documentgetelementsbytagnametotallength.js 97 expectedNames[4] = "script";
98 expectedNames[5] = "script";
99 expectedNames[6] = "script";
140 svgExpectedNames[2] = "script";
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_documentgetelementsbytagnametotallength.js 97 expectedNames[4] = "script";
98 expectedNames[5] = "script";
99 expectedNames[6] = "script";
140 svgExpectedNames[2] = "script";
  /external/webkit/LayoutTests/fast/dom/HTMLTableRowElement/script-tests/
cells.js 28 "script",
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uloc.h 268 * Useful constant for the maximum size of the script part of a locale ID
394 * Gets the script code for the specified locale.
397 * @param script the language code for localeID
407 char* script,
549 * Gets the script name suitable for display for the specified locale.
551 * @param locale the locale to get the displayable script code with. NULL may be used to specify the default.
556 * @param script the displayable country code for localeID
557 * @param scriptCapacity the size of the script buffer to store the
558 * displayable script code with
559 * @param status error information if retrieving the displayable script code faile
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowBase.cpp 87 // We need to make sure that any script execution happening in this
202 return frame->script()->windowShell(currentWorld(exec));
209 return frame->script()->windowShell(world)->window();
JSDOMWindowShell.cpp 175 return frame->script()->windowShell(currentWorld(exec));
182 return frame->script()->windowShell(isolatedWorld);
PageScriptDebugServer.cpp 179 if (!frame->script()->canExecuteScripts(NotAboutToExecuteScript))
182 frame->script()->setPaused(paused);
ScriptController.h 96 ScriptValue executeScript(const String& script, bool forceUserGesture = false);
97 ScriptValue executeScriptInWorld(DOMWrapperWorld*, const String& script, bool forceUserGesture = false);
128 const String* sourceURL() const { return m_sourceURL; } // 0 if we are not evaluating any script
  /external/webkit/Source/WebCore/bindings/v8/
NPV8Object.cpp 286 bool oldAllowPopups = frame->script()->allowPopupsFromPlugin();
287 frame->script()->setAllowPopupsFromPlugin(popupsAllowed);
289 String script = String::fromUTF8(npScript->UTF8Characters, npScript->UTF8Length); local
290 v8::Local<v8::Value> v8result = proxy->evaluate(ScriptSourceCode(script, KURL(ParsedURLString, filename)), 0);
292 frame->script()->setAllowPopupsFromPlugin(oldAllowPopups);
354 convertNPVariantToV8Object(value, object->rootObject->frame()->script()->windowScriptNPObject()));
488 v8::Handle<v8::Script> script = v8::Script::Compile(source, 0); local
489 v8::Handle<v8::Value> enumeratorObj = script->Run()
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8WorkerContextCustom.cpp 62 WorkerContextExecutionProxy* proxy = workerContext->script()->proxy();
131 WorkerContextExecutionProxy* proxy = impl->script()->proxy();
  /external/webkit/Source/WebCore/icu/unicode/
uloc.h 268 * Useful constant for the maximum size of the script part of a locale ID
394 * Gets the script code for the specified locale.
397 * @param script the language code for localeID
407 char* script,
549 * Gets the script name suitable for display for the specified locale.
551 * @param locale the locale to get the displayable script code with. NULL may be used to specify the default.
556 * @param script the displayable country code for localeID
557 * @param scriptCapacity the size of the script buffer to store the
558 * displayable script code with
559 * @param status error information if retrieving the displayable script code faile
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorFrontendHost.cpp 202 void InspectorFrontendHost::setExtensionAPI(const String& script)
205 m_frontendPage->inspectorController()->setInspectorExtensionAPI(script);
  /external/webkit/Source/WebKit/chromium/src/
SharedWorkerRepository.cpp 133 // If the shared worker is not yet running, load the script resource for it, otherwise just send it a connect event.
165 InspectorInstrumentation::scriptImported(m_worker->scriptExecutionContext(), m_scriptLoader.identifier(), m_scriptLoader.script());
166 // Pass the script off to the worker, then send a connect event.
167 m_webWorker->startWorkerContext(m_url, m_name, m_worker->scriptExecutionContext()->userAgent(m_url), m_scriptLoader.script(), m_responseAppCacheID);
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 299 frame->script()->cleanupScriptObjectsForPlugin(m_pluginView);
823 if (!frame->script()->canExecuteScripts(NotAboutToExecuteScript))
826 objectID = m_localObjects.idForObject(*pluginWorld()->globalData(), frame->script()->windowShell(pluginWorld())->window());
837 if (JSObject* object = frame->script()->jsObjectForPluginElement([m_pluginView element]))
    [all...]
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.h 143 void evaluateScriptInIsolatedWorld(JSContextRef, unsigned worldID, JSStringRef script);
148 void evaluateInWebInspector(long callId, JSStringRef script);
  /frameworks/base/tests/BrowserTestPlugin/jni/event/
EventPlugin.cpp 132 NPString script = { (char*)beginMem, totalLength }; local
134 if (!browser->evaluate(inst(), windowObject, &script, &scriptVariant))
  /gdk/build/core/
default-application.mk 21 # We expect the build script to be located here
  /ndk/build/core/
default-application.mk 21 # We expect the build script to be located here
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
Android.mk 1 # This build script corresponds to a library containing many definitions
  /sdk/emulator/opengl/shared/OpenglOsUtils/
Android.mk 1 # This build script corresponds to a small library containing
  /external/chromium/chrome/browser/extensions/
user_script_master.h 42 // Called by the script reloader when new scripts have been loaded.
68 // ScriptReloader is the worker that manages running the script scan
74 // Parses the includes out of |script| and returns them in |includes|.
76 UserScript* script);
144 // List of scripts outside of script directories we should also load.
151 // If the script directory is modified while we're rescanning it, we note
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
HtmlTooltipHelper.java 255 private static int evaluateScriptInt(Browser browser, String script) throws Exception {
256 Object o = ReflectionUtils.invokeMethod(browser, "evaluate(java.lang.String)", script);
261 String script = "document.getElementById('_wbp_close').style.display = 'none'"; local
262 ReflectionUtils.invokeMethod(browser, "evaluate(java.lang.String)", script);
  /external/harfbuzz/src/
harfbuzz-shape.h 108 * another approach would be to use OpenType script tags.
135 HB_ShapeScript script; member in struct:_HB_ShapeInput

Completed in 216 milliseconds

<<11121314151617181920>>