Searched defs:resources (Results 76 - 100 of 232) sorted by relevance

12345678910

/external/chromium_org/android_webview/native/permission/
H A Dpermission_request_handler_unittest.cc18 const GURL& origin, int64 resources, base::Callback<void(bool)> callback)
20 resources_(resources),
28 // Get the resources the origin wanted to access.
49 :resources(0) {}
50 Permission(const GURL& origin, int64 resources) argument
52 resources(resources) {}
54 int64 resources; member in struct:android_webview::TestPermissionRequestHandlerClient::Permission
148 int64 resources() { function in class:android_webview::PermissionRequestHandlerTest
182 EXPECT_EQ(resources(), handle
17 TestAwPermissionRequestDelegate( const GURL& origin, int64 resources, base::Callback<void(bool)> callback) argument
[all...]
/external/chromium_org/cc/output/
H A Ddelegating_renderer.cc16 #include "cc/resources/resource_provider.h"
87 // Move the render passes and resources into the |out_frame|.
91 ResourceProvider::ResourceIdArray resources; local
93 base::Bind(&AppendToArray, &resources);
102 resource_provider_->PrepareSendToParent(resources, &out_data.resource_list);
115 resource_provider_->ReceiveReturnsFromParent(ack.resources);
121 TRACE_EVENT0("cc", "DelegatingRenderer::SetVisible dropping resources");
/external/chromium_org/cc/resources/
H A Dprioritized_resource_unittest.cc5 #include "cc/resources/prioritized_resource.h"
9 #include "cc/resources/prioritized_resource_manager.h"
10 #include "cc/resources/resource.h"
11 #include "cc/resources/resource_provider.h"
104 std::vector<unsigned> resources; local
109 resources.push_back((*it)->id());
110 return resources;
/external/chromium_org/chrome/browser/safe_browsing/
H A Dmalware_details_cache.cc38 safe_browsing::ResourceMap* resources,
45 resources_ = resources;
36 StartCacheCollection( net::URLRequestContextGetter* request_context_getter, safe_browsing::ResourceMap* resources, bool* result, const base::Closure& callback) argument
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dclear_browser_data_handler.cc84 static OptionsStringResource resources[] = { local
102 RegisterStrings(localized_strings, resources, arraysize(resources));
H A Dcookies_view_handler.cc50 static OptionsStringResource resources[] = { local
108 RegisterStrings(localized_strings, resources, arraysize(resources));
H A Dimport_data_handler.cc57 static OptionsStringResource resources[] = { local
76 RegisterStrings(localized_strings, resources, arraysize(resources));
H A Dreset_profile_settings_handler.cc65 static OptionsStringResource resources[] = { local
74 RegisterStrings(localized_strings, resources, arraysize(resources));
/external/chromium_org/extensions/renderer/
H A Dapi_test_base.cc112 const std::vector<std::pair<std::string, int> > resources = local
115 resources.begin();
116 resource != resources.end();
/external/chromium_org/mojo/examples/surfaces_app/
H A Dchild_gl_impl.cc88 void ChildGLImpl::ReturnResources(Array<ReturnedResourcePtr> resources) { argument
89 for (size_t i = 0; i < resources.size(); ++i) {
90 cc::ReturnedResource res = resources[i].To<cc::ReturnedResource>();
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dbitmap_uploader.cc105 frame->resources.resize(0u);
162 frame->resources.push_back(resource.Pass());
189 void BitmapUploader::ReturnResources(Array<ReturnedResourcePtr> resources) { argument
190 if (!resources.size())
194 for (size_t i = 0; i < resources.size(); ++i) {
195 ReturnedResourcePtr resource = resources[i].Pass();
/external/chromium_org/mojo/services/view_manager/
H A Ddisplay_manager.cc133 frame->resources.resize(0u);
164 void DisplayManager::ReturnResources(Array<ReturnedResourcePtr> resources) { argument
165 DCHECK_EQ(0u, resources.size());
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGContainer.cpp72 // Invalidate all resources of this client if our layout changed.
102 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(this); local
103 return resources && resources->filter();
H A DSVGResourcesCache.cpp47 // Build a list of all resources associated with the passed RenderObject
53 SVGResources* resources = m_cache.set(object, newResources.release()).storedValue->value.get();
56 SVGResourcesCycleSolver solver(object, resources);
59 // Walk resources and register the render object at each resources.
61 resources->buildSetOfResources(resourceSet);
70 OwnPtr<SVGResources> resources = m_cache.take(object); local
71 if (!resources)
74 // Walk resources and register the render object at each resources
102 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(object); local
171 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(renderer); local
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dcheck-relaxng-test-suite.py44 resources = {} variable
46 global resources
50 if resources.has_key(URL):
51 return(StringIO.StringIO(resources[URL]))
53 log.write("resources: %s\n" % (resources))
210 global resources
231 resources[name] = res
234 # dir handling: pseudo directory resources
263 global resources
[all...]
H A Dcheck-relaxng-test-suite2.py33 resources = {} variable
35 global resources
37 if resources.has_key(URL):
38 return(StringIO.StringIO(resources[URL]))
40 log.write("resources: %s\n" % (resources))
224 global resources
245 resources[name] = res
248 # dir handling: pseudo directory resources
277 global resources
[all...]
H A Dcheck-xsddata-test-suite.py43 resources = {} variable
45 global resources
47 if resources.has_key(URL):
48 return(StringIO.StringIO(resources[URL]))
50 log.write("resources: %s\n" % (resources))
222 global resources
243 resources[name] = res
246 # dir handling: pseudo directory resources
275 global resources
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_compute_internal.h75 struct evergreen_compute_resource *resources; member in struct:r600_pipe_compute
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dkernel.hpp58 std::vector<pipe_surface *> resources; member in struct:_cl_kernel::exec_context
85 /// Allocate the necessary resources to bind the specified
89 /// Free any resources that were allocated in bind().
/external/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp188 char *resources = strstr (dsym_path, "/Contents/Resources/"); local
189 if (resources)
192 resources[strlen("/Contents/Resources/")] = '\0';
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute_internal.h75 struct evergreen_compute_resource *resources; member in struct:r600_pipe_compute
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dkernel.hpp58 std::vector<pipe_surface *> resources; member in struct:_cl_kernel::exec_context
85 /// Allocate the necessary resources to bind the specified
89 /// Free any resources that were allocated in bind().
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowBitmapDrawable.java33 public void __constructor__(Resources resources, Bitmap bitmap) { argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar ... .options about.html plugin.properties ant_tasks/ ant_tasks/resources-ant.jar org/ org/eclipse/ org/eclipse/core ...
/external/chromium_org/android_webview/browser/
H A Dshared_renderer_state.cc242 const cc::ReturnedResourceArray& resources) {
245 returned_resources_.end(), resources.begin(), resources.end());
249 cc::ReturnedResourceArray* resources) {
250 DCHECK(resources->empty());
252 resources->swap(returned_resources_);
241 InsertReturnedResources( const cc::ReturnedResourceArray& resources) argument
248 SwapReturnedResources( cc::ReturnedResourceArray* resources) argument

Completed in 582 milliseconds

12345678910