OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GoogleUpdate
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/chromeos/
google_update_chromeos.cc
21
//
GoogleUpdate
, public:
23
GoogleUpdate
::
GoogleUpdate
()
28
GoogleUpdate
::~
GoogleUpdate
() {
32
//
GoogleUpdate
, views::DialogDelegate implementation:
34
void
GoogleUpdate
::CheckForUpdate(bool install_if_newer, Window* window) {
40
this, &
GoogleUpdate
::InitiateGoogleUpdateCheck, install_if_newer,
45
//
GoogleUpdate
, private:
47
bool
GoogleUpdate
::InitiateGoogleUpdateCheck(bool install_if_newer
[
all
...]
/external/chromium/chrome/browser/google/
google_update.h
87
class
GoogleUpdate
: public base::RefCountedThreadSafe<
GoogleUpdate
> {
89
GoogleUpdate
();
105
friend class base::RefCountedThreadSafe<
GoogleUpdate
>;
107
virtual ~
GoogleUpdate
();
129
// This function reports the results of the
GoogleUpdate
operation to the
143
DISALLOW_COPY_AND_ASSIGN(
GoogleUpdate
);
google_update.cc
242
//
GoogleUpdate
, public:
244
GoogleUpdate
::
GoogleUpdate
()
248
GoogleUpdate
::~
GoogleUpdate
() {
252
//
GoogleUpdate
, views::DialogDelegate implementation:
254
void
GoogleUpdate
::CheckForUpdate(bool install_if_newer, Window* window) {
260
this, &
GoogleUpdate
::InitiateGoogleUpdateCheck, install_if_newer,
265
//
GoogleUpdate
, private:
267
bool
GoogleUpdate
::InitiateGoogleUpdateCheck(bool install_if_newer
[
all
...]
/external/chromium_org/chrome/browser/google/
google_update_win.h
92
class
GoogleUpdate
: public base::RefCountedThreadSafe<
GoogleUpdate
> {
94
GoogleUpdate
();
110
friend class base::RefCountedThreadSafe<
GoogleUpdate
>;
112
virtual ~
GoogleUpdate
();
129
// This function reports the results of the
GoogleUpdate
operation to the
144
DISALLOW_COPY_AND_ASSIGN(
GoogleUpdate
);
google_update_win.cc
116
// reports from google Update. It keeps track of the progress as
GoogleUpdate
118
//
GoogleUpdate
reports that it is done.
231
//
GoogleUpdate
, public:
233
GoogleUpdate
::
GoogleUpdate
()
237
GoogleUpdate
::~
GoogleUpdate
() {
240
void
GoogleUpdate
::CheckForUpdate(bool install_if_newer, HWND window) {
245
base::Bind(&
GoogleUpdate
::InitiateGoogleUpdateCheck, this,
250
//
GoogleUpdate
, private
[
all
...]
Completed in 1023 milliseconds