OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AwPrefStore
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/android_webview/browser/
aw_pref_store.h
20
class
AwPrefStore
: public PersistentPrefStore {
22
AwPrefStore
();
47
virtual ~
AwPrefStore
();
55
DISALLOW_COPY_AND_ASSIGN(
AwPrefStore
);
aw_pref_store.cc
10
AwPrefStore
::
AwPrefStore
() {}
12
AwPrefStore
::~
AwPrefStore
() {}
14
bool
AwPrefStore
::GetValue(const std::string& key,
19
bool
AwPrefStore
::GetMutableValue(const std::string& key,
24
void
AwPrefStore
::AddObserver(PrefStore::Observer* observer) {
28
void
AwPrefStore
::RemoveObserver(PrefStore::Observer* observer) {
32
bool
AwPrefStore
::HasObservers() const {
36
bool
AwPrefStore
::IsInitializationComplete() const
[
all
...]
Completed in 527 milliseconds