Searched refs:context (Results 151 - 175 of 6625) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/
H A Dextension_system_factory.cc25 content::BrowserContext* context) {
27 GetInstance()->GetServiceForBrowserContext(context, true));
52 content::BrowserContext* context) const {
53 return new ExtensionSystemImpl::Shared(static_cast<Profile*>(context));
57 content::BrowserContext* context) const {
59 return ExtensionsBrowserClient::Get()->GetOriginalContext(context);
66 content::BrowserContext* context) {
68 GetInstance()->GetServiceForBrowserContext(context, true));
88 content::BrowserContext* context) const {
89 return new ExtensionSystemImpl(static_cast<Profile*>(context));
24 GetForBrowserContext( content::BrowserContext* context) argument
65 GetForBrowserContext( content::BrowserContext* context) argument
[all...]
/external/chromium_org/components/keyed_service/content/
H A Dbrowser_context_keyed_service_factory.h33 content::BrowserContext* context);
35 // Associates |factory| with |context| so that |factory| is used to create
39 void SetTestingFactory(content::BrowserContext* context,
42 // Associates |factory| with |context| and immediately returns the created
45 KeyedService* SetTestingFactoryAndUse(content::BrowserContext* context,
62 // Common implementation that maps |context| to some service object. Deals
69 KeyedService* GetServiceForBrowserContext(content::BrowserContext* context,
72 // Maps |context| to |service| with debug checks to prevent duplication.
73 void Associate(content::BrowserContext* context, KeyedService* service);
75 // Removes the mapping from |context| t
[all...]
/external/chromium_org/components/power/
H A Dorigin_power_map_factory.cc14 content::BrowserContext* context) {
16 GetInstance()->GetServiceForBrowserContext(context, true));
34 content::BrowserContext* context) const {
13 GetForBrowserContext( content::BrowserContext* context) argument
/external/chromium_org/content/browser/dom_storage/
H A Dsession_storage_namespace_impl.cc13 DOMStorageContextWrapper* context)
14 : session_(new DOMStorageSession(context->context())) {
18 DOMStorageContextWrapper* context, int64 namepace_id_to_clone)
19 : session_(DOMStorageSession::CloneFrom(context->context(),
24 DOMStorageContextWrapper* context, const std::string& persistent_id)
25 : session_(new DOMStorageSession(context->context(), persistent_id)) {
56 DOMStorageContextWrapper* context) {
12 SessionStorageNamespaceImpl( DOMStorageContextWrapper* context) argument
17 SessionStorageNamespaceImpl( DOMStorageContextWrapper* context, int64 namepace_id_to_clone) argument
23 SessionStorageNamespaceImpl( DOMStorageContextWrapper* context, const std::string& persistent_id) argument
55 IsFromContext( DOMStorageContextWrapper* context) argument
[all...]
/external/chromium_org/content/public/android/java/src/org/chromium/content/app/
H A DContentMain.java24 * Initialize application context in native side.
26 public static void initApplicationContext(Context context) { argument
27 nativeInitApplicationContext(context);
37 private static native void nativeInitApplicationContext(Context context); argument
/external/chromium_org/extensions/browser/
H A Dextension_pref_value_map_factory.cc21 content::BrowserContext* context) {
23 GetInstance()->GetServiceForBrowserContext(context, true));
32 content::BrowserContext* context) const {
20 GetForBrowserContext( content::BrowserContext* context) argument
H A Dextension_prefs_factory.cc20 content::BrowserContext* context) {
22 GetInstance()->GetServiceForBrowserContext(context, true));
31 content::BrowserContext* context, ExtensionPrefs* prefs) {
32 Associate(context, prefs);
45 content::BrowserContext* context) const {
48 client->GetEarlyExtensionPrefsObservers(context, &prefs_observers);
50 client->GetPrefServiceForContext(context),
51 context->GetPath().AppendASCII(extensions::kInstallDirectoryName),
52 ExtensionPrefValueMapFactory::GetForBrowserContext(context),
54 client->AreExtensionsDisabled(*CommandLine::ForCurrentProcess(), context),
19 GetForBrowserContext( content::BrowserContext* context) argument
30 SetInstanceForTesting( content::BrowserContext* context, ExtensionPrefs* prefs) argument
[all...]
/external/chromium_org/extensions/renderer/
H A Dscript_context_set_unittest.cc31 ScriptContext* context = local
32 new ScriptContext(context_holder.context(),
39 context_set.Add(context);
40 EXPECT_EQ(1u, context_set.GetAll().count(context));
41 EXPECT_EQ(context, context_set.GetByV8Context(context->v8_context()));
44 context_set.Add(context);
45 EXPECT_EQ(1u, context_set.GetAll().count(context));
49 EXPECT_EQ(1u, set_copy.count(context));
51 context_set.Remove(context);
[all...]
/external/chromium_org/gin/
H A Dcontext_holder.cc17 // PerContextData needs to be destroyed before the context.
21 void ContextHolder::SetContext(v8::Handle<v8::Context> context) { argument
23 context_.Reset(isolate_, context);
24 data_.reset(new PerContextData(this, context));
/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_manager_linux.cc18 gfx::GLContext* context) {
22 DCHECK(context);
24 new AsyncPixelTransferManagerShareGroup(context));
17 Create( gfx::GLContext* context) argument
/external/chromium_org/mojo/shell/android/apk/src/org/chromium/mojo_shell_apk/
H A DMojoMain.java24 public static void ensureInitialized(Context context) { argument
27 nativeInit(context);
32 * Starts the specified application in the specified context.
41 private static native void nativeInit(Context context); argument
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLSharedObject.cpp35 WebGLSharedObject::WebGLSharedObject(WebGLRenderingContextBase* context) argument
36 : WebGLObject(context),
37 m_contextGroup(context->contextGroup())
/external/chromium_org/third_party/WebKit/Source/modules/quota/
H A DStorageQuotaClient.cpp45 StorageQuotaClient* StorageQuotaClient::from(ExecutionContext* context) argument
47 if (!context->isDocument())
49 return static_cast<StorageQuotaClient*>(WillBeHeapSupplement<Page>::from(toDocument(context)->page(), supplementName()));
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A Dsample.js6 function f(context) {
8 context.fillStyle = '#0000ff';
9 context.fillRect(100, 100, Math.sin(tick)*100, Math.cos(tick)*100);
/external/chromium_org/third_party/smhasher/src/
H A Dsha1.h17 void SHA1_Init(SHA1_CTX* context);
18 void SHA1_Update(SHA1_CTX* context, const uint8_t* data, const size_t len);
19 void SHA1_Final(SHA1_CTX* context, uint8_t digest[SHA1_DIGEST_SIZE]);
/external/chromium_org/third_party/webrtc/base/
H A Dsha1.h26 void SHA1Init(SHA1_CTX* context);
27 void SHA1Update(SHA1_CTX* context, const uint8* data, size_t len);
28 void SHA1Final(SHA1_CTX* context, uint8 digest[SHA1_DIGEST_SIZE]);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dmd5.h23 void yasm_md5_init(yasm_md5_context *context);
25 void yasm_md5_update(yasm_md5_context *context, unsigned char const *buf,
28 void yasm_md5_final(unsigned char digest[16], yasm_md5_context *context);
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DExceptionWithContext.java23 * Exception which carries around structured context.
27 /** {@code non-null;} human-oriented context of the exception */
28 private StringBuffer context; field in class:ExceptionWithContext
31 * Augments the given exception with the given context, and return the
37 * @param str {@code non-null;} context to add
83 String ctx = ((ExceptionWithContext) cause).context.toString();
84 context = new StringBuffer(ctx.length() + 200);
85 context.append(ctx);
87 context = new StringBuffer(200);
95 out.println(context);
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/manager/
H A DConnectivityMonitorFactory.java7 public ConnectivityMonitor build(Context context, ConnectivityMonitor.ConnectivityListener listener) { argument
8 int res = context.checkCallingOrSelfPermission("android.permission.ACCESS_NETWORK_STATE");
11 return new DefaultConnectivityMonitor(context, listener);
/external/libselinux/src/
H A Dfsetfilecon.c10 int fsetfilecon(int fd, const char *context) argument
12 return fsetxattr(fd, XATTR_NAME_SELINUX, context, strlen(context) + 1,
H A Dlsetfilecon.c10 int lsetfilecon(const char *path, const char *context) argument
12 return lsetxattr(path, XATTR_NAME_SELINUX, context, strlen(context) + 1,
H A Dsetfilecon.c10 int setfilecon(const char *path, const char *context) argument
12 return setxattr(path, XATTR_NAME_SELINUX, context, strlen(context) + 1,
/external/libunwind/src/unwind/
H A DGetGR.c29 _Unwind_GetGR (struct _Unwind_Context *context, int index) argument
33 if (index == UNW_REG_SP && context->end_of_stack)
38 unw_get_reg (&context->cursor, index, &val);
H A DGetIPInfo.c32 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn) argument
36 unw_get_reg (&context->cursor, UNW_REG_IP, &val);
37 *ip_before_insn = unw_is_signal_frame (&context->cursor);
H A DResume.c31 struct _Unwind_Context context; local
38 if (_Unwind_InitContext (&context, &uc) < 0)
44 _Unwind_Phase2 (exception_object, &context, &destroy_map);

Completed in 4381 milliseconds

1234567891011>>