OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BackgroundApplicationListModel
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/
background_application_list_model.cc
46
//
BackgroundApplicationListModel
class.
47
class
BackgroundApplicationListModel
::Application
50
Application(
BackgroundApplicationListModel
* model,
66
BackgroundApplicationListModel
* model_;
79
if (
BackgroundApplicationListModel
::IsBackgroundApp(*extension))
98
BackgroundApplicationListModel
::Observer::OnApplicationDataChanged(
103
BackgroundApplicationListModel
::Observer::OnApplicationListChanged() {
106
BackgroundApplicationListModel
::Observer::~Observer() {
109
BackgroundApplicationListModel
::Application::~Application() {
112
BackgroundApplicationListModel
::Application::Application
[
all
...]
background_application_list_model.h
24
class
BackgroundApplicationListModel
: public NotificationObserver {
27
//
BackgroundApplicationListModel
should anticipate that associated data,
46
explicit
BackgroundApplicationListModel
(Profile* profile);
48
~
BackgroundApplicationListModel
();
134
DISALLOW_COPY_AND_ASSIGN(
BackgroundApplicationListModel
);
background_application_list_model_unittest.cc
109
scoped_ptr<
BackgroundApplicationListModel
> model(
110
new
BackgroundApplicationListModel
(profile_.get()));
122
ASSERT_FALSE(
BackgroundApplicationListModel
::IsBackgroundApp(*ext1));
126
ASSERT_TRUE(
BackgroundApplicationListModel
::IsBackgroundApp(*bgapp1));
130
ASSERT_FALSE(
BackgroundApplicationListModel
::IsBackgroundApp(*ext2));
134
ASSERT_TRUE(
BackgroundApplicationListModel
::IsBackgroundApp(*bgapp2));
138
ASSERT_FALSE(
BackgroundApplicationListModel
::IsBackgroundApp(*ext3));
143
ASSERT_FALSE(
BackgroundApplicationListModel
::IsBackgroundApp(*ext1));
147
ASSERT_TRUE(
BackgroundApplicationListModel
::IsBackgroundApp(*bgapp1));
151
ASSERT_FALSE(
BackgroundApplicationListModel
::IsBackgroundApp(*ext2))
[
all
...]
background_mode_manager.h
43
public
BackgroundApplicationListModel
::Observer,
81
//
BackgroundApplicationListModel
::Observer implementation.
136
//
BackgroundApplicationListModel
.
155
BackgroundApplicationListModel
applications_;
background_mode_manager.cc
124
if (
BackgroundApplicationListModel
::IsBackgroundApp(*extension)) {
134
if (
BackgroundApplicationListModel
::IsBackgroundApp(
141
//
BackgroundApplicationListModel
instead of tracking the count here.
Completed in 723 milliseconds