OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resources_
(Results
1 - 13
of
13
) sorted by null
/external/chromium/chrome/browser/task_manager/
task_manager.cc
100
return
resources_
.size();
113
return
resources_
[index]->GetTitle();
118
return GetNetworkUsage(
resources_
[index]);
135
return GetCPUUsage(
resources_
[index]);
148
GetCPUUsage(
resources_
[index])));
173
return base::GetProcId(
resources_
[index]->GetProcess());
188
if (!
resources_
[index]->ReportsCacheStats())
191
resources_
[index]->GetWebCoreCacheStats());
198
if (!
resources_
[index]->ReportsCacheStats())
201
resources_
[index]->GetWebCoreCacheStats())
[
all
...]
task_manager_resource_providers.cc
255
res_iter =
resources_
.find(wrapper);
256
if (res_iter ==
resources_
.end()) {
302
STLDeleteContainerPairSecondPointers(
resources_
.begin(),
resources_
.end());
304
resources_
.clear();
311
resources_
[tab_contents] = resource;
327
iter =
resources_
.find(tab_contents);
328
if (iter !=
resources_
.end()) {
343
iter =
resources_
.find(tab_contents);
344
if (iter ==
resources_
.end())
[
all
...]
task_manager_resource_providers.h
135
std::map<TabContentsWrapper*, TaskManagerTabContentsResource*>
resources_
;
member in class:TaskManagerTabContentsResourceProvider
187
ResourceMap
resources_
;
member in class:TaskManagerPrerenderResourceProvider
256
resources_
;
member in class:TaskManagerBackgroundContentsResourceProvider
340
std::map<ChildProcessInfo, TaskManagerChildProcessResource*>
resources_
;
member in class:TaskManagerChildProcessResourceProvider
413
std::map<ExtensionHost*, TaskManagerExtensionProcessResource*>
resources_
;
member in class:TaskManagerExtensionProcessResourceProvider
482
std::map<BalloonHost*, TaskManagerNotificationResource*>
resources_
;
member in class:TaskManagerNotificationResourceProvider
task_manager.h
419
ResourceList
resources_
;
member in class:TaskManagerModel
/external/chromium/chrome/browser/safe_browsing/
malware_details_cache.cc
46
resources_
= resources;
47
resources_it_ =
resources_
->begin();
69
if (resources_it_ ==
resources_
->end()) { // We are done.
94
safe_browsing::ResourceMap::iterator it =
resources_
->find(url.spec());
95
if (it !=
resources_
->end()) {
malware_details.cc
100
// Looks for a Resource for the given url in
resources_
. If found, it
102
//
resources_
and updates |resource| to point to it.
105
safe_browsing::ResourceMap::iterator it =
resources_
.find(url.spec());
106
if (it !=
resources_
.end()) {
111
int id =
resources_
.size();
116
resources_
[url.spec()] = new_resource;
231
// Add the urls from the DOM to |
resources_
|. The renderer could be
250
&
resources_
,
257
// Add all the urls in our |
resources_
| maps to the |report_| protocol buffer.
258
for (safe_browsing::ResourceMap::const_iterator it =
resources_
.begin()
[
all
...]
malware_details_cache.h
71
// Points to the
resources_
map in the MalwareDetails.
72
safe_browsing::ResourceMap*
resources_
;
member in class:MalwareDetailsCacheCollector
90
// Returns the resource from
resources_
that corresponds to |url|
malware_details.h
95
// one if not found, and adds it to |
resources_
|. Returns the
100
// Adds a Resource to
resources_
with the given parent-child
117
safe_browsing::ResourceMap
resources_
;
member in class:MalwareDetails
/external/chromium/chrome/browser/
plugin_exceptions_table_model.cc
45
resources_
[entry.plugin_id],
131
resources_
.clear();
182
resources_
.push_back(plugin);
plugin_exceptions_table_model.h
72
std::vector<std::string>
resources_
;
member in class:PluginExceptionsTableModel
plugin_exceptions_table_model_unittest.cc
115
const std::vector<std::string>& resources = table_model_->
resources_
;
/external/chromium/chrome/browser/ui/views/
constrained_window_views.cc
220
scoped_ptr<views::WindowResources>
resources_
;
member in class:ConstrainedWindowFrameView
430
SkBitmap* top_left_corner =
resources_
->GetPartBitmap(FRAME_TOP_LEFT_CORNER);
432
resources_
->GetPartBitmap(FRAME_TOP_RIGHT_CORNER);
433
SkBitmap* top_edge =
resources_
->GetPartBitmap(FRAME_TOP_EDGE);
434
SkBitmap* right_edge =
resources_
->GetPartBitmap(FRAME_RIGHT_EDGE);
435
SkBitmap* left_edge =
resources_
->GetPartBitmap(FRAME_LEFT_EDGE);
437
resources_
->GetPartBitmap(FRAME_BOTTOM_LEFT_CORNER);
439
resources_
->GetPartBitmap(FRAME_BOTTOM_RIGHT_CORNER);
440
SkBitmap* bottom_edge =
resources_
->GetPartBitmap(FRAME_BOTTOM_EDGE);
551
resources_
.reset(views::WidgetWin::IsAeroGlassEnabled()
[
all
...]
/build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.js
148
cookiePath = "
resources_
";
Completed in 5108 milliseconds