Searched refs:runtime (Results 251 - 275 of 774) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/common/extensions/docs/examples/api/desktopCapture/
H A Dapp.js44 chrome.runtime.sendMessage(
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dbrowser_action_custom_bindings.js10 var getExtensionViews = requireNative('runtime').GetExtensionViews;
27 if (chrome.runtime.lastError) {
/external/chromium_org/extensions/browser/
H A Dtest_runtime_api_delegate.h9 #include "extensions/browser/api/runtime/runtime_api_delegate.h"
27 virtual bool GetPlatformInfo(core_api::runtime::PlatformInfo* info) OVERRIDE;
/external/chromium_org/extensions/shell/browser/
H A Dshell_runtime_api_delegate.cc7 #include "extensions/common/api/runtime.h"
14 using extensions::core_api::runtime::PlatformInfo;
57 // We allow chrome.runtime.restart() to request a device restart on ChromeOS.
H A Dshell_runtime_api_delegate.h9 #include "extensions/browser/api/runtime/runtime_api_delegate.h"
27 virtual bool GetPlatformInfo(core_api::runtime::PlatformInfo* info) OVERRIDE;
/external/chromium_org/remoting/webapp/
H A Dfeedback.js53 chrome.runtime.sendMessage(kFeedbackExtensionId, message, function() {});
H A Dhangout_session.js7 * Class to communicate with the background scripts via chrome runtime
25 * @type {chrome.runtime.Port}
38 this.port_ = chrome.runtime.connect({name: portName});
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DExtensionServerProxy.js29 WebInspector.extensionServer = self.runtime.instance(WebInspector.ExtensionServerAPI);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DActionRegistry.js18 self.runtime.extensions(WebInspector.ActionDelegate).forEach(registerExtension, this);
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js64 * See chrome.runtime.sendMessage for a complex example as sendMessage
108 * type defined at http://developer.chrome.com/apps/runtime.html#type-Port.
136 * chrome.runtime.PortEvent and define the four methods on it.
139 * * at-param {function(!chrome.runtime.Port): void} callback Callback.
140 * chrome.runtime.PortEvent.prototype.addListener =
144 * * at-param {function(*, !chrome.runtime.MessageSender,
146 * chrome.runtime.MessageSenderEvent.prototype.addListener =
155 * 2. Static event instances, for example, chrome.runtime.onConnect's type
156 * should be: !chrome.runtime.PortEvent.
179 * @see http://developer.chrome.com/apps/app.runtime
[all...]
/external/chromium_org/ui/accessibility/extensions/longdesc/
H A Dbackground.js40 chrome.runtime.onMessage.addListener(
H A DlastRightClick.js54 chrome.runtime.sendMessage({
60 chrome.runtime.sendMessage({
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dapp_installer.js57 this.onInstallCompleted_(chrome.runtime.lastError);
/external/chromium_org/ui/file_manager/gallery/js/
H A Dbackground.js67 if (!chrome.runtime.lastError)
70 reject(chrome.runtime.lastError);
182 chrome.app.runtime.onLaunched.addListener(function(launchData) {
208 chrome.runtime.onMessageExternal.addListener(function(message) {
/external/compiler-rt/lib/asan/
H A Dasan_win.cc68 #error Please build the runtime with a non-debug CRT: /MD or /MT
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.h33 AppleObjCTypeVendor(ObjCLanguageRuntime &runtime);
/external/smali/smali/src/test/java/
H A DLexerTest.java29 import org.antlr.runtime.ANTLRInputStream;
30 import org.antlr.runtime.CommonToken;
31 import org.antlr.runtime.CommonTokenStream;
32 import org.antlr.runtime.RecognitionException;
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DParser.as28 package org.antlr.runtime {
29 import org.antlr.runtime.tree.TreeAdaptor;
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DTokenRewriteStream.js53 org.antlr.runtime.TokenRewriteStream = function() {
54 var sup = org.antlr.runtime.TokenRewriteStream.superclass;
75 var trs = org.antlr.runtime.TokenRewriteStream;
139 org.antlr.lang.extend(trs, org.antlr.runtime.CommonTokenStream, {
255 if (index instanceof org.antlr.runtime.Token) {
276 if (index instanceof org.antlr.runtime.Token) {
306 if (first instanceof org.antlr.runtime.Token) {
310 if (last instanceof org.antlr.runtime.Token) {
/external/chromium_org/extensions/renderer/resources/
H A Dmessaging.js5 // chrome.runtime.messaging API implementation.
22 var kMessageChannel = "chrome.runtime.sendMessage";
23 var kNativeMessageChannel = "chrome.runtime.sendNativeMessage";
42 var portSchema = {name: 'port', $ref: 'runtime.Port'};
64 // here that we do for runtime.sendMessage (and variants), i.e. throw an
123 var eventName = isSendMessage ? "runtime.onMessage" : "extension.onRequest";
148 if (chrome.runtime) {
149 requestEvent = isExternal ? chrome.runtime.onMessageExternal
150 : chrome.runtime.onMessage;
206 var eventName = isSendMessage ? "runtime
[all...]
H A Dserial_custom_bindings.js22 if (!chrome.runtime.getBackgroundPage)
29 return utils.promise(chrome.runtime.getBackgroundPage).then(function(bgPage) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DCPUProfilerModel.js75 self.runtime.loadModule("profiler");
88 self.runtime.loadModule("profiler");
/external/chromium_org/ui/file_manager/video_player/js/cast/
H A Dcaster.js67 if (chrome.runtime.lastError) {
69 chrome.runtime.lastError.message);
/external/chromium_org/ui/file_manager/video_player/js/
H A Dtest_util.js77 var onMessage = chrome.runtime ? chrome.runtime.onMessageExternal :
/external/clang/runtime/compiler-rt/
H A DMakefile1 ##===- clang/runtime/compiler-rt/Makefile ------------------*- Makefile -*-===##
10 # This file defines support for building the Clang runtime libraries (which are
37 # We don't currently support building runtime libraries when we are
41 # Since we have to build the runtime libraries for the target, it requires we
77 # build/install runtime libraries for as many targets as clang was configured to
111 # On Linux, include a library which has all the runtime functions.
132 # We currently only try to generate runtime libraries on x86.
143 # to the list of runtime libraries to make
147 test_source = $(LLVM_SRC_ROOT)/tools/clang/runtime/compiler-rt/clang_linux_test_input.c
212 $(Echo) Copying runtime librar
[all...]

Completed in 9069 milliseconds

<<11121314151617181920>>