OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:applications_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/
background_mode_manager.cc
43
applications_
(profile),
90
applications_
.AddObserver(this);
94
applications_
.RemoveObserver(this);
266
context_menu_application_offset_ +
applications_
.GetPosition(extension),
267
*(
applications_
.GetIcon(extension)));
285
for (ExtensionList::const_iterator cursor =
applications_
.begin();
286
cursor !=
applications_
.end();
288
const SkBitmap* icon =
applications_
.GetIcon(*cursor);
289
DCHECK(position ==
applications_
.GetPosition(*cursor));
295
if (
applications_
.size() > 0
[
all
...]
background_application_list_model.cc
140
STLDeleteContainerPairSecondPointers(
applications_
.begin(),
141
applications_
.end());
172
if (
applications_
.size() >= IDC_MinimumLabelValue) {
178
applications_
[extension->id()] = application;
185
ApplicationMap::iterator found =
applications_
.find(extension->id());
186
if (found !=
applications_
.end()) {
188
applications_
.erase(found);
202
ApplicationMap::const_iterator found =
applications_
.find(id);
203
return (found ==
applications_
.end()) ? NULL : found->second;
209
ApplicationMap::iterator found =
applications_
.find(id)
[
all
...]
background_application_list_model.h
128
ApplicationMap
applications_
;
member in class:BackgroundApplicationListModel
background_mode_manager.h
155
BackgroundApplicationListModel
applications_
;
member in class:BackgroundModeManager
Completed in 62 milliseconds