OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AccountTracker
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/identity/
account_tracker.cc
20
AccountTracker
::
AccountTracker
(Profile* profile) : profile_(profile) {
29
AccountTracker
::~
AccountTracker
() {}
31
void
AccountTracker
::ReportAuthError(const std::string& account_id,
38
void
AccountTracker
::Shutdown() {
45
void
AccountTracker
::AddObserver(Observer* observer) {
49
void
AccountTracker
::RemoveObserver(Observer* observer) {
53
void
AccountTracker
::OnRefreshTokenAvailable(const std::string& account_id) {
65
void
AccountTracker
::OnRefreshTokenRevoked(const std::string& account_id)
[
all
...]
account_tracker.h
32
// The
AccountTracker
keeps track of what accounts exist on the
36
// The
AccountTracker
maintains these invariants:
40
class
AccountTracker
: public OAuth2TokenService::Observer,
44
explicit
AccountTracker
(Profile* profile);
45
virtual ~
AccountTracker
();
110
AccountTracker
* tracker,
132
AccountTracker
* tracker_;
account_tracker_unittest.cc
103
class AccountTrackerObserver : public
AccountTracker
::Observer {
120
//
AccountTracker
::Observer implementation
228
account_tracker_.reset(new
AccountTracker
(test_profile_.get()));
245
AccountTracker
* account_tracker() {
292
scoped_ptr<
AccountTracker
> account_tracker_;
identity_api.h
255
public
AccountTracker
::Observer {
281
//
AccountTracker
::Observer implementation:
299
AccountTracker
account_tracker_;
Completed in 254 milliseconds