HomeSort by relevance Sort by last modified time
    Searched refs:context (Results 251 - 275 of 13136) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/notifications/
extension_welcome_notification_factory.h 14 // them with the browser context for which they may have to be shown.
18 // Returns the ExtensionWelcomeNotification instance to be used for |context|.
20 content::BrowserContext* context);
32 content::BrowserContext* context) const OVERRIDE;
34 content::BrowserContext* context) const OVERRIDE;
  /external/chromium_org/components/keyed_service/content/
browser_context_keyed_service_factory.h 33 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| to a service
    [all...]
  /external/chromium_org/components/power/
origin_power_map_factory.cc 14 content::BrowserContext* context) {
16 GetInstance()->GetServiceForBrowserContext(context, true));
34 content::BrowserContext* context) const {
  /external/chromium_org/content/public/android/java/src/org/chromium/content/app/
ContentMain.java 7 import android.content.Context;
24 * Initialize application context in native side.
26 public static void initApplicationContext(Context context) {
27 nativeInitApplicationContext(context);
37 private static native void nativeInitApplicationContext(Context context);
  /external/chromium_org/extensions/browser/
extension_pref_value_map_factory.cc 21 content::BrowserContext* context) {
23 GetInstance()->GetServiceForBrowserContext(context, true));
32 content::BrowserContext* context) const {
extension_prefs_factory.cc 20 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),
    [all...]
extension_registry_factory.h 17 // between an incognito browser context and its master browser context.
21 content::BrowserContext* context);
33 content::BrowserContext* context) const OVERRIDE;
35 content::BrowserContext* context) const OVERRIDE;
process_map_factory.h 17 // incognito browser context and its master browser context.
20 static ProcessMap* GetForBrowserContext(content::BrowserContext* context);
32 content::BrowserContext* context) const OVERRIDE;
34 content::BrowserContext* context) const OVERRIDE;
  /external/chromium_org/extensions/renderer/
script_context_set_unittest.cc 25 context_holder.SetContext(v8::Context::New(isolate));
31 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));
    [all...]
  /external/chromium_org/gin/
context_holder.cc 17 // PerContextData needs to be destroyed before the context.
21 void ContextHolder::SetContext(v8::Handle<v8::Context> context) {
23 context_.Reset(isolate_, context);
24 data_.reset(new PerContextData(this, context));
  /external/chromium_org/mojo/shell/android/apk/src/org/chromium/mojo_shell_apk/
MojoMain.java 7 import android.content.Context;
24 public static void ensureInitialized(Context context) {
27 nativeInit(context);
32 * Starts the specified application in the specified context.
41 private static native void nativeInit(Context context);
  /external/chromium_org/sync/test/sessions/
test_scoped_session_event_listener.h 13 // Installs a SyncEventListener to a given session context for the lifetime of
18 SyncSessionContext* context,
20 : context_(context), listener_(listener) {
21 context->listeners_.AddObserver(listener);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLSharedObject.cpp 35 WebGLSharedObject::WebGLSharedObject(WebGLRenderingContextBase* context)
36 : WebGLObject(context),
37 m_contextGroup(context->contextGroup())
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
StorageQuotaClient.cpp 45 StorageQuotaClient* StorageQuotaClient::from(ExecutionContext* context)
47 if (!context->isDocument())
49 return static_cast<StorageQuotaClient*>(WillBeHeapSupplement<Page>::from(toDocument(context)->page(), supplementName()));
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
sample.js 6 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/
sha1.h 17 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/
md5.h 19 // Made context first parameter in MD5Final for consistency with Sha1.
29 // Canonical name for a MD5 context structure, used in many crypto libs.
38 void MD5Init(MD5Context* context);
39 void MD5Update(MD5Context* context, const uint8* data, size_t len);
40 void MD5Final(MD5Context* context, uint8 digest[16]);
sha1.h 26 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/
md5.h 23 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/
ExceptionWithContext.java 23 * 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/
ConnectivityMonitorFactory.java 3 import android.content.Context;
7 public ConnectivityMonitor build(Context context, ConnectivityMonitor.ConnectivityListener listener) {
8 int res = context.checkCallingOrSelfPermission("android.permission.ACCESS_NETWORK_STATE");
11 return new DefaultConnectivityMonitor(context, listener);
  /external/libselinux/src/
fsetfilecon.c 10 int fsetfilecon(int fd, const char *context)
12 return fsetxattr(fd, XATTR_NAME_SELINUX, context, strlen(context) + 1,
lsetfilecon.c 10 int lsetfilecon(const char *path, const char *context)
12 return lsetxattr(path, XATTR_NAME_SELINUX, context, strlen(context) + 1,
setfilecon.c 10 int setfilecon(const char *path, const char *context)
12 return setxattr(path, XATTR_NAME_SELINUX, context, strlen(context) + 1,
  /external/libunwind/src/unwind/
GetGR.c 29 _Unwind_GetGR (struct _Unwind_Context *context, int index)
33 if (index == UNW_REG_SP && context->end_of_stack)
38 unw_get_reg (&context->cursor, index, &val);

Completed in 4532 milliseconds

<<11121314151617181920>>