HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 626 - 650 of 747) sorted by null

<<21222324252627282930

  /build/tools/droiddoc/templates-sdk/assets/
prettify.js 26 var X={};function y(a,b){for(var c=b.length;--c>=0;){var d=b[c];if(X.hasOwnProperty(d))Ic in window&&console.i(Jc,d);else X[d]=a}}function Ra(a,b){a&&X.hasOwnProperty(a)||(a=/^\s*</.test(b)?Kc:Lc);return X[a]}y(ae,[Lc]);y(K([],[[S,/^[^<?]+/],[Mc,/^<!\w[^>]*(?:>|$)/],[V,/^<\!--[\s\S]*?(?:-\->|$)/],[T,/^<\?([\s\S]+?)(?:\?>|$)/],[T,/^<%([\s\S]+?)(?:%>|$)/],[Y,/^(?:<[%?]|[%?]>)/],[T,/^<xmp\b[^>]*>([\s\S]+?)<\/xmp\b[^>]*>/i],[Z,/^<script\b[^>]*>([\s\S]+?)<\/script\b[^>]*>/i],[$,/^<style\b[^>]*>([\s\S]+?)<\/style\b[^>]*>/i],
  /external/chromium/chrome/common/extensions/
extension.h 499 // there is a content script that matches all hosts, if there is a host
541 // Returns true if this extension can execute script on a page. If a
542 // UserScript object is passed, permission to run that specific script is
543 // checked (using its matches list). Otherwise, permission to execute script
547 // usually not allowed to run script on.
549 const UserScript* script,
553 // on the whitelist of extensions that can script all pages.
733 // script petterns.
    [all...]
  /external/doclava/res/assets/templates/assets/
prettify.js 26 var X={};function y(a,b){for(var c=b.length;--c>=0;){var d=b[c];if(X.hasOwnProperty(d))Ic in window&&console.i(Jc,d);else X[d]=a}}function Ra(a,b){a&&X.hasOwnProperty(a)||(a=/^\s*</.test(b)?Kc:Lc);return X[a]}y(ae,[Lc]);y(K([],[[S,/^[^<?]+/],[Mc,/^<!\w[^>]*(?:>|$)/],[V,/^<\!--[\s\S]*?(?:-\->|$)/],[T,/^<\?([\s\S]+?)(?:\?>|$)/],[T,/^<%([\s\S]+?)(?:%>|$)/],[Y,/^(?:<[%?]|[%?]>)/],[T,/^<xmp\b[^>]*>([\s\S]+?)<\/xmp\b[^>]*>/i],[Z,/^<script\b[^>]*>([\s\S]+?)<\/script\b[^>]*>/i],[$,/^<style\b[^>]*>([\s\S]+?)<\/style\b[^>]*>/i],
  /external/elfutils/src/
Makefile 255 EXTRA_DIST = elf32-i386.script libld_elf_i386.map $(ld_modules)
605 -Wl,--version-script,$(srcdir)/libld_elf_i386.map
  /external/grub/stage2/
shared.h 820 #define BUILTIN_SCRIPT 0x8 /* Run in the script. */
865 int run_script (char *script, char *heap);
  /external/jpeg/
ltconfig 23 # configuration script generated by Autoconf, you may include it under
26 # A lot of this script is taken from autoconf-2.10.
122 Generate a system-specific libtool script.
135 LTMAIN is the \`ltmain.sh' shell script fragment that provides basic libtool
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLFormElement.cpp 299 submit(0, false, frame->script()->anyPageIsProcessingUserGesture(), SubmittedByJavaScript);
  /external/webkit/Source/WebCore/plugins/android/
PluginViewAndroid.cpp 503 m_parentFrame->script()->windowScriptNPObject();
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebframe.cpp 708 return toGlobalRef(coreFrame->script()->globalObject(mainThreadNormalWorld())->globalExec());
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.mm 570 String script = String::fromUTF8WithLatin1Fallback(scriptData, scriptLength);
574 boolean_t returnValue = instanceProxy->evaluate(objectID, script, resultData, resultLength, allowPopups);
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebViewPrivate.h 174 @param script The text of the JavaScript.
175 @result The result of the script, converted to an NSAppleEventDescriptor, or nil for failure.
177 - (NSAppleEventDescriptor *)aeDescByEvaluatingJavaScriptFromString:(NSString *)script;
418 @abstract Attaches a script debugger to all frames belonging to the receiver.
424 @abstract Detaches any script debuggers from all frames belonging to the receiver.
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp     [all...]
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 365 // We cannot know, ahead of time, how many glyphs a given script run
366 // will produce. We take a guess that script runs will not produce more
388 shaperItem.item.script = isRTL ? HB_Script_Arabic : HB_Script_Common;
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 251 var navtreeData = document.createElement("script");
  /external/chromium/chrome/browser/resources/net_internals/
logviewpainter.js 379 modes.push(['PAC script: ' + config.pac_url]);
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 273 * @param {!MessageSender} sender Info about the script context that sent
  /external/icu4c/common/
uniset_props.cpp 1039 UScriptCode script = (UScriptCode)value; local
    [all...]
  /external/v8/test/cctest/
test-log.cc 135 v8::Script::Compile(v8::String::New(src))->Run();
514 // Script needs to have a name in order to trigger InitLineEnds execution.
516 v8::Handle<v8::Script> evil_script = v8::Script::Compile(source, origin);
917 const char* script = "Script,"; local
923 || Consume(script, &start)
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
DOM.mm 281 return frame->script()->bindingRootObject();
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.cpp 743 JSGlobalContextRef context = toGlobalRef(coreFrame->script()->globalObject(mainThreadNormalWorld())->globalExec());
744 JSObjectRef windowObject = toRef(coreFrame->script()->globalObject(mainThreadNormalWorld()));
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm 171 // If a top level frame has a <script> element in its <head> for a script named MainPageJavaScript.js,
172 // then for that frame's document, ignore changes to the scrolling attribute of frames. That script
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebView.idl 472 @param script The text of the JavaScript.
473 @result The result of the script, converted to a string, or nil for failure.
474 - (NSString *)stringByEvaluatingJavaScriptFromString:(NSString *)script;
476 HRESULT stringByEvaluatingJavaScriptFromString([in] BSTR script, [out, retval] BSTR* result);
481 window object from the script environment.
482 @result Returns the window object from the script environment.
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 1104 const char* const script = local
    [all...]
  /ndk/build/core/
build-binary.mk 27 # included the module build script.
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1612 milliseconds

<<21222324252627282930