Searched defs:resources (Results 101 - 125 of 232) sorted by relevance

12345678910

/external/chromium_org/chrome/browser/safe_browsing/
H A Dui_manager.cc78 const std::vector<UnsafeResource>& resources,
81 for (std::vector<UnsafeResource>::const_iterator iter = resources.begin();
82 iter != resources.end(); ++iter) {
142 std::vector<UnsafeResource> resources; local
143 resources.push_back(resource);
147 this, resources, false));
77 OnBlockingPageDone( const std::vector<UnsafeResource>& resources, bool proceed) argument
/external/chromium_org/chrome/browser/ui/webui/help/
H A Dhelp_handler.cc131 static L10nResources resources[] = { local
200 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(resources); ++i) {
201 localized_strings->SetString(resources[i].name,
202 l10n_util::GetStringUTF16(resources[i].ids));
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dfont_settings_handler.cc77 static OptionsStringResource resources[] = { local
100 RegisterStrings(localized_strings, resources, arraysize(resources));
H A Dhandler_options_handler.cc40 static OptionsStringResource resources[] = { local
53 RegisterStrings(localized_strings, resources, arraysize(resources));
110 // in chrome/browser/resources/options/handler_options.js in @typedef
H A Dlanguage_options_handler_common.cc51 static OptionsStringResource resources[] = { local
108 RegisterStrings(localized_strings, resources, arraysize(resources));
110 // The following are resources, rather than local strings.
H A Doptions_ui.cc215 const OptionsStringResource* resources,
219 if (resources[i].substitution_id == 0) {
220 value = l10n_util::GetStringUTF16(resources[i].id);
223 resources[i].id,
224 l10n_util::GetStringUTF16(resources[i].substitution_id));
226 localized_strings->SetString(resources[i].name, value);
213 RegisterStrings( base::DictionaryValue* localized_strings, const OptionsStringResource* resources, size_t length) argument
H A Dstartup_pages_handler.cc39 static OptionsStringResource resources[] = { local
45 RegisterStrings(localized_strings, resources, arraysize(resources));
H A Dsupervised_user_import_handler.cc68 static OptionsStringResource resources[] = { local
86 RegisterStrings(localized_strings, resources, arraysize(resources));
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_database_unittest.cc122 std::vector<ServiceWorkerDatabase::ResourceRecord> resources; local
129 data, resources, &deleted_version_id, &newly_purgeable_resources));
160 std::vector<Resource> resources; local
171 data1, resources, &deleted_version_id, &newly_purgeable_resources));
179 // Writing uncommitted resources bumps the next available id.
192 // Writing purgeable resources bumps the next available id.
214 data2, resources, &deleted_version_id, &newly_purgeable_resources));
216 // Same with resources.
240 std::vector<Resource> resources; local
253 data1, resources,
340 std::vector<Resource> resources; local
401 std::vector<Resource> resources; local
469 std::vector<Resource> resources; local
546 std::vector<Resource> resources; local
[all...]
/external/chromium_org/content/browser/webui/
H A Dweb_ui_data_source_impl.cc33 } resources[] = { local
42 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(resources); ++i)
43 mojo_source->AddResourcePath(resources[i].path, resources[i].id);
/external/chromium_org/content/child/appcache/
H A Dweb_application_cache_host_impl.cc150 // Don't leak detailed information to script for cross-origin resources.
304 WebVector<ResourceInfo>* resources) {
320 resources->swap(web_resources);
303 getResourceList( WebVector<ResourceInfo>* resources) argument
/external/chromium_org/gpu/command_buffer/service/
H A Dshader_translator.cc131 const ShBuiltInResources* resources,
138 DCHECK(resources != NULL);
148 shader_type, shader_spec, shader_output, resources);
150 compiler_options_ = *resources;
128 Init( GLenum shader_type, ShShaderSpec shader_spec, const ShBuiltInResources* resources, ShaderTranslatorInterface::GlslImplementationType glsl_implementation_type, ShCompileOptions driver_bug_workarounds) argument
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dpnacl_translate_thread.cc77 PnaclResources* resources,
87 resources_ = resources;
71 RunTranslate( const pp::CompletionCallback& finish_callback, const std::vector<TempFile*>* obj_files, TempFile* nexe_file, nacl::DescWrapper* invalid_desc_wrapper, ErrorInfo* error_info, PnaclResources* resources, PP_PNaClOptions* pnacl_options, const std::string &architecture_attributes, PnaclCoordinator* coordinator, Plugin* plugin) argument
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorApplicationCacheAgent.cpp151 ApplicationCacheHost::ResourceInfoList resources; local
152 host->fillResourceList(&resources);
154 applicationCache = buildObjectForApplicationCache(resources, info);
170 RefPtr<TypeBuilder::Array<TypeBuilder::ApplicationCache::ApplicationCacheResource> > resources = TypeBuilder::Array<TypeBuilder::ApplicationCache::ApplicationCacheResource>::create(); local
175 resources->addItem(buildObjectForApplicationCacheResource(*it));
177 return resources;
H A DNetworkResourcesData.cpp296 Vector<NetworkResourcesData::ResourceData*> NetworkResourcesData::resources() function in class:blink::NetworkResourcesData
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
H A DApplicationCacheHost.cpp203 void ApplicationCacheHost::fillResourceList(ResourceInfoList* resources) argument
211 resources->append(ResourceInfo(
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceClipper.cpp186 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(this); local
187 RenderSVGResourceClipper* clipPathClipper = resources ? resources->clipper() : 0;
H A DSVGRenderingContext.cpp110 // Setup transparency layers before setting up SVG resources!
142 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(m_object); local
143 if (!resources) {
152 if (RenderSVGResourceMasker* masker = resources->masker()) {
160 RenderSVGResourceClipper* clipper = resources->clipper();
169 m_filter = resources->filter();
/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
H A DMHTMLArchive.cpp112 // Since MHTML is a flat format, we need to make all frames aware of all resources.
125 PassRefPtr<SharedBuffer> MHTMLArchive::generateMHTMLData(const Vector<SerializedResource>& resources, EncodingPolicy encodingPolicy, const String& title, const String& mimeType) argument
156 for (size_t i = 0; i < resources.size(); ++i) {
157 const SerializedResource& resource = resources[i];
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPageSerializer.cpp142 // Now get the resources associated with each node of the document.
156 Vector<SerializedResource> resources; local
157 PageSerializer serializer(&resources);
161 for (Vector<SerializedResource>::const_iterator iter = resources.begin(); iter != resources.end(); ++iter) {
175 Vector<SerializedResource> resources; local
176 PageSerializer serializer(&resources);
179 return MHTMLArchive::generateMHTMLData(resources, encodingPolicy, document->title(), document->suggestedMIMEType());
221 // Let's retrieve the resources from every frame in this page.
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebPageNewSerializerTest.cpp169 static bool resourceVectorContains(const WebVector<WebPageSerializer::Resource>& resources, const char* url, const char* mimeType) argument
172 for (size_t i = 0; i < resources.size(); ++i) {
173 const WebPageSerializer::Resource& resource = resources[i];
198 // Tests that a page with resources and sub-frame is reported with all its resources.
212 WebVector<WebPageSerializer::Resource> resources; local
213 WebPageSerializer::serialize(webView(), &resources); local
214 ASSERT_FALSE(resources.isEmpty());
217 const WebPageSerializer::Resource& resource = resources[0];
222 EXPECT_EQ(6U, resources
239 WebVector<WebPageSerializer::Resource> resources; local
240 WebPageSerializer::serialize(webView(), &resources); local
275 WebVector<WebPageSerializer::Resource> resources; local
276 WebPageSerializer::serialize(webView(), &resources); local
302 WebVector<WebPageSerializer::Resource> resources; local
303 WebPageSerializer::serialize(webView(), &resources); local
[all...]
/external/chromium_org/third_party/angle/samples/translator/
H A Dtranslator.cpp41 // Set up the per compile resources
43 void GenerateResources(ShBuiltInResources* resources) argument
45 ShInitBuiltInResources(resources);
47 resources->MaxVertexAttribs = 8;
48 resources->MaxVertexUniformVectors = 128;
49 resources->MaxVaryingVectors = 8;
50 resources->MaxVertexTextureImageUnits = 0;
51 resources->MaxCombinedTextureImageUnits = 8;
52 resources->MaxTextureImageUnits = 8;
53 resources
75 ShBuiltInResources resources; local
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DInitialize.cpp18 void InsertBuiltInFunctions(sh::GLenum type, ShShaderSpec spec, const ShBuiltInResources &resources, TSymbolTable &symbolTable) argument
337 if (resources.OES_EGL_image_external)
346 if (resources.ARB_texture_rectangle)
355 if (resources.EXT_shader_texture_lod)
373 if (resources.OES_standard_derivatives)
391 if (resources.EXT_shader_texture_lod)
578 symbolTable.insertConstInt(COMMON_BUILTINS, "gl_MaxVertexAttribs", resources.MaxVertexAttribs);
579 symbolTable.insertConstInt(COMMON_BUILTINS, "gl_MaxVertexUniformVectors", resources.MaxVertexUniformVectors);
580 symbolTable.insertConstInt(COMMON_BUILTINS, "gl_MaxVertexTextureImageUnits", resources.MaxVertexTextureImageUnits);
581 symbolTable.insertConstInt(COMMON_BUILTINS, "gl_MaxCombinedTextureImageUnits", resources
598 IdentifyBuiltIns(sh::GLenum type, ShShaderSpec spec, const ShBuiltInResources &resources, TSymbolTable &symbolTable) argument
746 InitExtensionBehavior(const ShBuiltInResources& resources, TExtensionBehavior& extBehavior) argument
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DShaderD3D.cpp83 ShBuiltInResources resources; local
84 ShInitBuiltInResources(&resources);
90 resources.MaxVertexAttribs = caps.maxVertexAttributes;
91 resources.MaxVertexUniformVectors = caps.maxVertexUniformVectors;
92 resources.MaxVaryingVectors = caps.maxVaryingVectors;
93 resources.MaxVertexTextureImageUnits = caps.maxVertexTextureImageUnits;
94 resources.MaxCombinedTextureImageUnits = caps.maxCombinedTextureImageUnits;
95 resources.MaxTextureImageUnits = caps.maxTextureImageUnits;
96 resources.MaxFragmentUniformVectors = caps.maxFragmentUniformVectors;
97 resources
[all...]
/external/chromium_org/third_party/angle/tests/compiler_tests/
H A DExpressionLimit_test.cpp25 memset(&resources, 0, sizeof(resources));
27 GenerateResources(&resources);
30 // Set up the per compile resources
31 void GenerateResources(ShBuiltInResources* resources) argument
33 ShInitBuiltInResources(resources);
35 resources->MaxVertexAttribs = 8;
36 resources->MaxVertexUniformVectors = 128;
37 resources->MaxVaryingVectors = 8;
38 resources
168 ShBuiltInResources resources; member in class:ExpressionLimitTest
[all...]

Completed in 357 milliseconds

12345678910