HomeSort by relevance Sort by last modified time
    Searched refs:resources_ (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/android_webview/native/permission/
simple_permission_request.cc 17 resources_(resources),
33 return resources_;
simple_permission_request.h 29 int64 resources_; member in class:android_webview::SimplePermissionRequest
permission_request_handler_unittest.cc 20 resources_(resources),
30 return resources_;
40 int64 resources_; member in class:android_webview::TestAwPermissionRequestDelegate
135 resources_ =
139 origin_, resources_, base::Bind(
149 return resources_;
170 int64 resources_; member in class:android_webview::PermissionRequestHandlerTest
  /external/chromium_org/remoting/host/
desktop_resizer_linux.cc 69 ScreenResources() : resources_(NULL) {
78 resources_ = XRRGetScreenResources(display, window);
79 return resources_ != NULL;
83 if (resources_) {
84 XRRFreeScreenResources(resources_);
85 resources_ = NULL;
90 CHECK(resources_);
91 for (int i = 0; i < resources_->nmode; ++i) {
92 const XRRModeInfo& mode = resources_->modes[i];
102 CHECK(resources_);
120 XRRScreenResources* resources_; member in class:remoting::ScreenResources
153 ScreenResources resources_; member in class:remoting::DesktopResizerLinux
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
web_contents_resource_provider.cc 88 resources_.find(web_contents);
90 if (res_iter == resources_.end()) {
120 STLDeleteValues(&resources_);
121 resources_.clear();
143 if (resources_.count(web_contents)) {
159 resources_[web_contents] = resource.release();
169 resources_.find(web_contents);
171 if (resource_iter == resources_.end()) {
180 resources_.erase(resource_iter);
worker_resource_provider.cc 164 STLDeleteElements(&resources_);
168 return &resources_;
172 WorkerResourceList resources_; member in class:task_manager::WorkerResourceProvider::WorkerResourceListHolder
248 for (WorkerResourceList::iterator it = resources_.begin();
249 it != resources_.end();) {
253 it = resources_.erase(it);
294 for (WorkerResourceList::iterator it = resources_.begin();
295 it !=resources_.end(); ++it) {
299 resources_.erase(it);
346 resources_.push_back(resource)
    [all...]
child_process_resource_provider.cc 250 STLDeleteContainerPairSecondPointers(resources_.begin(), resources_.end());
252 resources_.clear();
265 if (resources_.count(data.handle)) {
282 ChildProcessMap::iterator iter = resources_.find(data.handle);
283 if (iter == resources_.end()) {
293 resources_.erase(iter);
313 resources_[child_process_data.handle] = resource;
child_process_resource_provider.h 68 ChildProcessMap resources_; member in class:task_manager::ChildProcessResourceProvider
web_contents_resource_provider.h 73 std::map<content::WebContents*, RendererResource*> resources_; member in class:task_manager::WebContentsResourceProvider
task_manager.cc 286 return resources_.size();
    [all...]
worker_resource_provider.h 69 WorkerResourceList resources_; member in class:task_manager::WorkerResourceProvider
  /external/chromium_org/cc/layers/
delegated_frame_provider_unittest.cc 74 resource_collection_->TakeUnusedResourcesForChildCompositor(&resources_);
91 ReturnedResourceArray resources_; member in class:cc::__anon7256::DelegatedFrameProviderTest
107 EXPECT_EQ(0u, resources_.size());
112 EXPECT_EQ(1u, resources_.size());
113 EXPECT_EQ(444u, resources_[0].id);
131 EXPECT_EQ(1u, resources_.size());
132 EXPECT_EQ(444u, resources_[0].id);
133 resources_.clear();
138 EXPECT_EQ(1u, resources_.size());
139 EXPECT_EQ(555u, resources_[0].id)
    [all...]
delegated_renderer_layer_impl.h 63 return resources_;
95 ResourceProvider::ResourceIdArray resources_; member in class:cc::DelegatedRendererLayerImpl
delegated_renderer_layer_impl.cc 89 delegated_layer->resources_ = resources_;
137 resource_provider->DeclareUsedResourcesFromChild(child_id_, resources_);
142 resources_.swap(resources_in_frame);
143 resource_provider->DeclareUsedResourcesFromChild(child_id_, resources_);
490 resources_.clear();
  /external/chromium_org/ppapi/host/
ppapi_host.cc 45 resources_.clear();
147 if (pending_resource_hosts_.size() + resources_.size()
229 if (pending_resource_hosts_.size() + resources_.size()
246 resources_[params.pp_resource()] =
260 resources_[pp_resource] = found->second;
265 ResourceMap::iterator found = resources_.find(resource);
266 if (found == resources_.end()) {
271 // PP_Resource in resources_. std::map is not well specified as to whether the
276 resources_.erase(found);
280 ResourceMap::const_iterator found = resources_.find(resource)
    [all...]
ppapi_host.h 137 ResourceMap resources_; member in class:ppapi::host::PpapiHost
  /external/chromium_org/chrome/browser/safe_browsing/
malware_details.cc 108 // Looks for a Resource for the given url in resources_. If found, it
110 // resources_ and updates |resource| to point to it.
113 safe_browsing::ResourceMap::iterator it = resources_.find(url.spec());
114 if (it != resources_.end()) {
119 int id = resources_.size();
124 resources_[url.spec()] = new_resource;
244 // Add the urls from the DOM to |resources_|. The renderer could be
262 for (safe_browsing::ResourceMap::const_iterator it = resources_.begin();
263 it != resources_.end(); it++) {
282 &resources_,
    [all...]
malware_details_cache.cc 34 : resources_(NULL), result_(NULL), has_started_(false) {}
45 resources_ = resources;
46 resources_it_ = resources_->begin();
70 if (resources_it_ == resources_->end()) {
93 safe_browsing::ResourceMap::iterator it = resources_->find(url.spec());
94 if (it != resources_->end()) {
malware_details_cache.h 68 // Points to the resources_ map in the MalwareDetails.
69 safe_browsing::ResourceMap* resources_; member in class:MalwareDetailsCacheCollector
87 // Returns the resource from resources_ that corresponds to |url|
malware_details.h 106 // one if not found, and adds it to |resources_|. Returns the
111 // Adds a Resource to resources_ with the given parent-child
130 safe_browsing::ResourceMap resources_; member in class:MalwareDetails
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_translate_thread.h 118 PnaclResources* resources_; member in class:plugin::PnaclTranslateThread
pnacl_translate_thread.cc 63 resources_(NULL),
87 resources_ = resources;
165 PP_FileHandle llc_file_handle = resources_->TakeLlcFileHandle();
168 resources_->GetLlcUrl(), llc_file_handle, &error_info);
337 PP_FileHandle ld_file_handle = resources_->TakeLdFileHandle();
340 plugin_->LoadHelperNaClModule(resources_->GetLlcUrl(),
pnacl_coordinator.cc 311 resources_.reset(new PnaclResources(plugin_));
312 CHECK(resources_ != NULL);
317 resources_->ReadResourceInfo(resource_info_read_cb);
331 resources_->StartLoad(resources_cb);
533 resources_.get(),
pnacl_coordinator.h 169 nacl::scoped_ptr<PnaclResources> resources_; member in class:plugin::PnaclCoordinator
  /external/chromium_org/cc/resources/
resource_provider.cc 614 while (!resources_.empty())
615 DeleteResourceInternal(resources_.begin(), ForShutdown);
709 resources_[id] = resource;
734 resources_[id] = resource;
760 resources_[id] = resource;
771 Resource& resource = resources_[id];
811 ResourceMap::iterator it = resources_.find(id);
812 CHECK(it != resources_.end());
906 resources_.erase(it);
1047 ResourceMap::iterator it = resources_.find(id)
    [all...]

Completed in 331 milliseconds

1 2