Searched defs:resources (Results 176 - 200 of 232) sorted by relevance

12345678910

/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_database.cc459 std::vector<ResourceRecord>* resources) {
462 DCHECK(resources);
473 status = ReadResourceRecords(value.version_id, resources);
483 const std::vector<ResourceRecord>& resources,
502 for (std::vector<ResourceRecord>::const_iterator itr = resources.begin();
503 itr != resources.end(); ++itr) {
521 // Retrieve a previous version to sweep purgeable resources.
839 std::vector<ResourceRecord>* resources) {
840 DCHECK(resources->empty());
850 resources
455 ReadRegistration( int64 registration_id, const GURL& origin, RegistrationData* registration, std::vector<ResourceRecord>* resources) argument
481 WriteRegistration( const RegistrationData& registration, const std::vector<ResourceRecord>& resources, int64* deleted_version_id, std::vector<int64>* newly_purgeable_resources) argument
837 ReadResourceRecords( int64 version_id, std::vector<ResourceRecord>* resources) argument
[all...]
H A Dservice_worker_storage.cc443 ResourceList resources; local
444 version->script_cache_map()->GetResources(&resources);
454 data, resources,
636 ResourceList resources; local
637 version->script_cache_map()->GetResources(&resources);
640 for (size_t i = 0; i < resources.size(); ++i)
641 ids.insert(resources[i].resource_id);
674 void ServiceWorkerStorage::PurgeResources(const ResourceList& resources) { argument
677 StartPurgingResources(resources);
773 const ResourceList& resources,
769 DidFindRegistrationForDocument( const GURL& document_url, const FindRegistrationCallback& callback, const ServiceWorkerDatabase::RegistrationData& data, const ResourceList& resources, ServiceWorkerDatabase::Status status) argument
810 DidFindRegistrationForPattern( const GURL& scope, const FindRegistrationCallback& callback, const ServiceWorkerDatabase::RegistrationData& data, const ResourceList& resources, ServiceWorkerDatabase::Status status) argument
835 DidFindRegistrationForId( const FindRegistrationCallback& callback, const ServiceWorkerDatabase::RegistrationData& data, const ResourceList& resources, ServiceWorkerDatabase::Status status) argument
857 ReturnFoundRegistration( const FindRegistrationCallback& callback, const ServiceWorkerDatabase::RegistrationData& data, const ResourceList& resources) argument
984 GetOrCreateRegistration( const ServiceWorkerDatabase::RegistrationData& data, const ResourceList& resources) argument
1104 StartPurgingResources( const ResourceList& resources) argument
1267 WriteRegistrationInDB( ServiceWorkerDatabase* database, scoped_refptr<base::SequencedTaskRunner> original_task_runner, const ServiceWorkerDatabase::RegistrationData& data, const ResourceList& resources, const WriteRegistrationCallback& callback) argument
1306 ResourceList resources; local
1346 ResourceList resources; local
1369 ResourceList resources; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResource.cpp309 // Cache other non-http / non-filesystem resources liberally.
473 // Some resources types default to return data synchronously.
917 Vector<ResourcePtr<Resource> > resources; local
919 resources.append(*it);
922 for (size_t i = 0; i < resources.size(); i++) {
923 resources[i]->assertAlive();
924 resources[i]->finishPendingClients();
925 resources[i]->assertAlive();
928 for (size_t i = 0; i < resources.size(); i++)
929 resources[
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/host/
H A DUserMetrics.js61 resources: 2,
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DOutputHLSL.cpp132 const ShBuiltInResources &resources = parentTranslator->getResources(); local
133 mNumRenderTargets = resources.EXT_draw_buffers ? resources.MaxDrawBuffers : 1;
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinitionUtil.cpp75 void generateVariableTypeResourceNames (std::vector<std::string>& resources, const std::string& name, const glu::VarType& type, deUint32 resourceNameGenerationFlags) argument
83 resources.push_back(name);
88 generateVariableTypeResourceNames(resources, name + "." + structType->getMember(ndx).getName(), structType->getMember(ndx).getType(), childFlags);
97 resources.push_back(name);
103 generateVariableTypeResourceNames(resources, name + "[0]", type.getElementType(), childFlags);
109 generateVariableTypeResourceNames(resources, name + "[" + de::toString(ndx) + "]", type.getElementType(), childFlags);
931 std::vector<std::string> resources; local
934 generateVariableTypeResourceNames(resources,
941 return resources;
951 std::vector<std::string> resources; local
[all...]
/external/skia/src/pdf/
H A DSkPDFShader.cpp710 SkRect& bbox, SkPDFDict* resources,
723 pattern->insert("Resources", resources);
762 resources(get_gradient_resource_dict(luminosityShader, NULL));
765 new SkPDFFormXObject(alphaStream.get(), bbox, resources.get()));
709 populate_tiling_pattern_dict(SkPDFDict* pattern, SkRect& bbox, SkPDFDict* resources, const SkMatrix& matrix) argument
/external/chromium_org/android_webview/native/
H A Daw_contents.cc620 jlong resources) {
622 GURL(base::android::ConvertJavaStringToUTF8(env, origin)), resources);
917 LOG(ERROR) << "Unable to free GL resources. Has the Window leaked?";
616 PreauthorizePermission( JNIEnv* env, jobject obj, jstring origin, jlong resources) argument
/external/chromium_org/cc/resources/
H A Dresource_provider.cc5 #include "cc/resources/resource_provider.h"
17 #include "cc/resources/platform_color.h"
18 #include "cc/resources/returned_resource.h"
19 #include "cc/resources/shared_bitmap_manager.h"
20 #include "cc/resources/texture_uploader.h"
21 #include "cc/resources/transferable_resource.h"
1097 // Check that all GL resources has been deleted.
1144 // If the child is going away, don't consider any resources in use.
1160 void ResourceProvider::PrepareSendToParent(const ResourceIdArray& resources, argument
1165 for (ResourceIdArray::const_iterator it = resources
1186 ReceiveFromChild( int child, const TransferableResourceArray& resources) argument
1290 ReceiveReturnsFromParent( const ReturnedResourceArray& resources) argument
[all...]
/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetch_predictor.cc608 for (ResourceRows::const_iterator it = data.resources.begin();
609 it != data.resources.end(); ++it) {
897 cache_entry->second.resources.push_back(row_to_add);
901 ResourceRows& old_resources = cache_entry->second.resources;
962 // Trim and sort the resources after the update.
963 ResourceRows& resources = cache_entry->second.resources; local
964 for (ResourceRows::iterator it = resources.begin();
965 it != resources.end();) {
968 it = resources
[all...]
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dmetadata_database.cc908 ScopedVector<google_apis::FileResource> resources) {
909 for (size_t i = 0; i < resources.size(); ++i) {
912 GetLargestKnownChangeID(), *resources[i]));
907 UpdateByFileResourceList( ScopedVector<google_apis::FileResource> resources) argument
/external/chromium_org/chrome/browser/themes/
H A Dbrowser_theme_pack.cc36 #include "ui/resources/grit/ui_resources.h"
97 // IDR_* resource names change whenever new resources are added; use persistent
722 // Scale factor parameter is moot as data pack has image resources for all
798 // Add resources for each of the property arrays.
799 RawDataForWriting resources; local
800 resources[kHeaderID] = base::StringPiece(
802 resources[kTintsID] = base::StringPiece(
805 resources[kColorsID] = base::StringPiece(
808 resources[kDisplayPropertiesID] = base::StringPiece(
816 resources[kSourceImagesI
[all...]
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dbrowser_options_handler.cc203 static OptionsStringResource resources[] = { local
502 RegisterStrings(values, resources, arraysize(resources));
1374 // chrome/browser/resources/options/browser_options.js in @typedef
/external/chromium_org/extensions/renderer/
H A Ddispatcher.cc513 std::vector<std::pair<std::string, int> > resources; local
516 resources.push_back(std::make_pair("entryIdManager", IDR_ENTRY_ID_MANAGER));
517 resources.push_back(std::make_pair(kEventBindings, IDR_EVENT_BINDINGS_JS));
518 resources.push_back(std::make_pair("imageUtil", IDR_IMAGE_UTIL_JS));
519 resources.push_back(std::make_pair("json_schema", IDR_JSON_SCHEMA_JS));
520 resources.push_back(std::make_pair("lastError", IDR_LAST_ERROR_JS));
521 resources.push_back(std::make_pair("messaging", IDR_MESSAGING_JS));
522 resources.push_back(
524 resources.push_back(std::make_pair(kSchemaUtils, IDR_SCHEMA_UTILS_JS));
525 resources
1220 const std::vector<std::pair<std::string, int> > resources = GetJsResources(); local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DSVGRenderStyle.h248 // Setters for non-inherited resources
251 if (!(resources->clipper == obj))
252 resources.access()->clipper = obj;
257 if (!(resources->filter == obj))
258 resources.access()->filter = obj;
263 if (!(resources->masker == obj))
264 resources.access()->masker = obj;
267 // Setters for inherited resources
322 const AtomicString& clipperResource() const { return resources->clipper; }
323 const AtomicString& filterResource() const { return resources
417 DataRef<StyleResourceData> resources; member in class:blink::SVGRenderStyle
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp628 * GetBuffer(n) with n > 0 points to resources that are identical to buffer 0, but
629 * are classified as "read-only resources" (due to DXGI_USAGE_READ_ONLY),
639 * The resources themselves are NOT rotated, so that you can still render on the
884 struct pipe_resource* resources[NUM_NATIVE_ATTACHMENTS]; member in struct:GalliumDXGISwapChain
921 memset(resources, 0, sizeof(resources));
1052 if(!surface->validate(surface, (1 << NATIVE_ATTACHMENT_BACK_LEFT) | (1 << NATIVE_ATTACHMENT_FRONT_LEFT), &new_seq_num, resources, &width, &height))
1133 dst = resources[db ? NATIVE_ATTACHMENT_BACK_LEFT : NATIVE_ATTACHMENT_FRONT_LEFT];
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFShader.cpp710 SkRect& bbox, SkPDFDict* resources,
723 pattern->insert("Resources", resources);
762 resources(get_gradient_resource_dict(luminosityShader, NULL));
765 new SkPDFFormXObject(alphaStream.get(), bbox, resources.get()));
709 populate_tiling_pattern_dict(SkPDFDict* pattern, SkRect& bbox, SkPDFDict* resources, const SkMatrix& matrix) argument
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp628 * GetBuffer(n) with n > 0 points to resources that are identical to buffer 0, but
629 * are classified as "read-only resources" (due to DXGI_USAGE_READ_ONLY),
639 * The resources themselves are NOT rotated, so that you can still render on the
884 struct pipe_resource* resources[NUM_NATIVE_ATTACHMENTS]; member in struct:GalliumDXGISwapChain
921 memset(resources, 0, sizeof(resources));
1052 if(!surface->validate(surface, (1 << NATIVE_ATTACHMENT_BACK_LEFT) | (1 << NATIVE_ATTACHMENT_FRONT_LEFT), &new_seq_num, resources, &width, &height))
1133 dst = resources[db ? NATIVE_ATTACHMENT_BACK_LEFT : NATIVE_ATTACHMENT_FRONT_LEFT];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jar ... apache/tools/ant/types/mappers/ org/apache/tools/ant/types/resources/ org/apache/tools/ant/types/resources/comparators/ org/apache/tools ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar ... public abstract int getType (org.eclipse.core.resources.IStorage) public abstract boolean isKnownFilename (java.lang. ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jar ... .Object { public abstract org.eclipse.core.resources.IResource getAdaptedResource (org.eclipse.core.runtime ...
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jar ... tools/ant/types/optional/depend/ org/apache/tools/ant/types/resources/ org/apache/tools/ant/types/resources/comparators/ org/apache/tools ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jar ... tools/ant/types/optional/depend/ org/apache/tools/ant/types/resources/ org/apache/tools/ant/types/resources/comparators/ org/apache/tools ...
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java886 // hardware resources.
1723 public void preauthorizePermission(Uri origin, long resources) { argument
1725 nativePreauthorizePermission(mNativeAwContents, origin.toString(), resources);
2580 long resources);
2579 nativePreauthorizePermission(long nativeAwContents, String origin, long resources) argument

Completed in 3232 milliseconds

12345678910