HomeSort by relevance Sort by last modified time
    Searched defs:context (Results 151 - 175 of 2559) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncQname.java 39 * @param xctxt The current execution context.
47 int context = getArg0AsNode(xctxt); local
50 if (DTM.NULL != context)
52 DTM dtm = xctxt.getDTM(context);
53 String qname = dtm.getNodeNameX(context);
FuncUnparsedEntityURI.java 38 * @param xctxt The current execution context.
47 int context = xctxt.getCurrentNode(); local
48 DTM dtm = xctxt.getDTM(context);
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
VariableSafeAbsRef.java 33 * be used in some situations where the document context may have changed.
38 * to make sure the document context of the referenced variable is the same as
39 * the current document context, and, if it is not, execute the referenced variable's
40 * expression with the current context instead.
52 * @param xctxt The runtime execution context.
63 int context = xctxt.getContextNode(); local
65 dtmMgr.getDTM(context).getDocument())
68 xns = (XNodeSet)expr.asIterator(xctxt, context);
  /external/bluetooth/bluedroid/osi/include/
reactor.h 52 void *context; // a context that's passed back to the *_ready functions. member in struct:reactor_object_t
56 void (*read_ready)(void *context); // function to call when the file descriptor becomes readable.
57 void (*write_ready)(void *context); // function to call when the file descriptor becomes writeable.
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/shell/
AwShellResourceProvider.java 7 import android.content.Context;
17 public static void registerResources(Context context) {
22 AwResource.setResources(context.getResources());
  /external/chromium_org/base/android/javatests/src/org/chromium/base/
LibraryLoaderHelperTest.java 7 import android.content.Context;
23 Context context = getInstrumentation().getTargetContext(); local
24 LibraryLoaderHelper.deleteWorkaroundLibrariesSynchronously(context);
32 Context context = getInstrumentation().getTargetContext();
33 File libDir = LibraryLoaderHelper.getWorkaroundLibDir(context);
40 context));
49 Context context = getInstrumentation().getTargetContext() local
    [all...]
  /external/chromium_org/cc/resources/
texture_uploader_unittest.cc 155 TextureUploadTestContext context; local
156 scoped_ptr<TextureUploader> uploader = TextureUploader::Create(&context);
158 context.SetResultAvailable(0);
165 context.SetResultAvailable(1);
175 TextureUploadTestContext context; local
176 scoped_ptr<TextureUploader> uploader = TextureUploader::Create(&context);
178 context.SetResultAvailable(0);
189 context.SetResultAvailable(1);
197 TextureUploadTestContext context; local
198 scoped_ptr<TextureUploader> uploader = TextureUploader::Create(&context);
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
TranslateAlwaysPanel.java 6 import android.content.Context;
24 public void createContent(Context context, InfoBarLayout layout) {
25 layout.setMessage(context.getString(
29 TranslateCheckBox checkBox = new TranslateCheckBox(context, mOptions, mListener);
33 layout.setButtons(context.getString(R.string.translate_button_done),
34 context.getString(R.string.translate_show_original));
TranslateNeverPanel.java 6 import android.content.Context;
24 public void createContent(Context context, InfoBarLayout layout) {
25 String changeLanguage = context.getString(
30 context.getString(R.string.translate_never_translate_site),
31 context.getString(R.string.translate_never_translate_language,
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_server_bound_cert_helper_unittest.cc 37 net::URLRequestContext* context = local
40 context->server_bound_cert_service()->GetCertStore();
  /external/chromium_org/chrome/browser/chromeos/file_manager/
filesystem_api_util.cc 192 fileapi::FileSystemContext* const context = member in class:file_manager::util::fileapi
194 DCHECK(context);
198 context->external_backend()->GrantFullAccessToExtension(kFileManagerAppId);
204 make_scoped_refptr(context),
205 context->CrackURL(url),
snapshot_manager.cc 20 scoped_refptr<fileapi::FileSystemContext> context,
24 context->operation_runner()->CreateSnapshotFile(url, callback);
54 fileapi::FileSystemContext* context = local
56 DCHECK(context);
71 make_scoped_refptr(context),
72 context->CrackURL(url),
  /external/chromium_org/chrome/browser/chromeos/login/screens/
screen_context_unittest.cc 27 ScreenContext& context() { return *context_.get(); } function in class:chromeos::ScreenContextTest
34 ASSERT_FALSE(context().HasChanges());
36 ASSERT_FALSE(context().HasKey("key0"));
38 bool rv = context().SetBoolean("key0", true);
40 ASSERT_TRUE(context().HasKey("key0"));
41 ASSERT_TRUE(context().GetBoolean("key0"));
42 ASSERT_TRUE(context().GetBoolean("key0", false));
43 ASSERT_TRUE(context().HasChanges());
45 rv = context().SetBoolean("key0", true);
48 rv = context().SetBoolean("key0", false)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition_unittest.cc 78 net::TestURLRequestContext context; local
81 http_url, net::DEFAULT_PRIORITY, NULL, &context);
92 https_url, net::DEFAULT_PRIORITY, NULL, &context);
126 net::TestURLRequestContext context; local
130 http_url, net::DEFAULT_PRIORITY, NULL, &context);
201 net::TestURLRequestContext context; local
203 GURL("https://www.example.com"), net::DEFAULT_PRIORITY, NULL, &context); local
261 net::TestURLRequestContext context; local
263 http_url, net::DEFAULT_PRIORITY, NULL, &context);
275 https_url, net::DEFAULT_PRIORITY, NULL, &context);
322 net::TestURLRequestContext context; local
    [all...]
  /external/chromium_org/chrome/browser/geolocation/
geolocation_permission_context_factory.cc 30 GeolocationPermissionContext* context() { function in class:__anon8608::Service
35 context()->ShutdownOnUIThread();
50 GetInstance()->GetServiceForBrowserContext(profile, true))->context();
86 content::BrowserContext* context) const {
87 return chrome::GetBrowserContextOwnInstanceInIncognito(context);
  /external/chromium_org/chrome/browser/media/
protected_media_identifier_permission_context_factory.cc 22 ProtectedMediaIdentifierPermissionContext* context() { function in class:__anon8768::Service
27 context()->ShutdownOnUIThread();
43 GetInstance()->GetServiceForBrowserContext(profile, true))->context();
81 content::BrowserContext* context) const {
82 return chrome::GetBrowserContextOwnInstanceInIncognito(context);
  /external/chromium_org/chrome/browser/net/
preconnect.cc 57 net::URLRequestContext* context = getter->GetURLRequestContext(); local
58 net::HttpTransactionFactory* factory = context->http_transaction_factory();
62 if (context->http_user_agent_settings())
63 user_agent = context->http_user_agent_settings()->GetUserAgent();
70 net::NetworkDelegate* delegate = context->network_delegate();
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
g_object_destructor_filo.cc 28 GObject* object, DestructorHook callback, void* context) {
29 const Hook hook(object, callback, context);
40 GObject* object, DestructorHook callback, void* context) {
44 << ": hook not found (" << callback << ", " << context << ")."; local
53 if (!dtors.front().equal(object, callback, context)) {
58 << "deleted hook is "<< context << ", the last queued hook is "
59 << dtors.front().context;
62 if (i->equal(object, callback, context)) {
86 i->callback(i->context, where_the_object_was);
g_object_destructor_filo.h 52 typedef void (*DestructorHook)(void* context, GObject* where_the_object_was);
55 void Connect(GObject* object, DestructorHook callback, void* context);
56 void Disconnect(GObject* object, DestructorHook callback, void* context);
61 : object(o), callback(cb), context(ctx) {
64 return object == o && callback == cb && context == ctx;
68 void* context; member in struct:libgtk2ui::GObjectDestructorFILO::Hook
  /external/chromium_org/chrome/renderer/net/
net_error_page_controller.cc 22 v8::Handle<v8::Context> context = local
24 if (context.IsEmpty())
27 v8::Context::Scope context_scope(context);
34 v8::Handle<v8::Object> global = context->Global();
  /external/chromium_org/chrome/test/chromedriver/chrome/
frame_tracker.cc 24 "frame does not have execution context");
32 // Enable runtime events to allow tracking execution context creation.
44 const base::DictionaryValue* context; local
45 if (!params.GetDictionary("context", &context)) {
47 "Runtime.executionContextCreated missing dict 'context'");
52 if (!context->GetInteger("id", &context_id) ||
53 !context->GetString("frameId", &frame_id)) {
55 base::JSONWriter::Write(context, &json);
58 "Runtime.executionContextCreated has invalid 'context': " + json)
    [all...]
  /external/chromium_org/chrome/tools/profile_reset/
jtl_compiler.h 51 const std::string& context,
53 : line_number(line_number), context(context), error_code(error_code) {}
56 std::string context; member in struct:JtlCompiler::CompileError
  /external/chromium_org/content/browser/fileapi/
blob_storage_context_unittest.cc 32 BlobStorageContext context; local
33 BlobStorageHost host(&context);
42 blob_data_handle = context.GetBlobDataFromUUID(kId);
53 blob_data_handle = context.GetBlobDataFromUUID(kId);
63 blob_data_handle = context.GetBlobDataFromUUID(kId);
70 BlobStorageContext context; local
71 BlobStorageHost host(&context);
80 context.GetBlobDataFromUUID(kId);
88 context.GetBlobDataFromUUID(kId);
98 blob_data_handle = context.GetBlobDataFromUUID(kId)
135 BlobStorageContext context; local
156 BlobStorageContext context; local
196 BlobStorageContext context; local
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_factory.h 39 explicit IndexedDBFactory(IndexedDBContextImpl* context);
105 IndexedDBContextImpl* context() const { return context_; } function in class:content::IndexedDBFactory
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ViewportTest.java 7 import android.content.Context;
42 Context context = getInstrumentation().getTargetContext(); local
43 WindowManager winManager = (WindowManager) context.getSystemService(Context.WINDOW_SERVICE);

Completed in 6270 milliseconds

1 2 3 4 5 67 8 91011>>