OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstallAttributesIsReady
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/chromeos/dbus/
mock_cryptohome_client.cc
30
ON_CALL(*this,
InstallAttributesIsReady
(_))
cryptohome_client.h
239
// Calls
InstallAttributesIsReady
method.
240
virtual void
InstallAttributesIsReady
(
fake_cryptohome_client.h
85
virtual void
InstallAttributesIsReady
(
mock_cryptohome_client.h
88
MOCK_METHOD1(
InstallAttributesIsReady
,
fake_cryptohome_client.cc
250
void FakeCryptohomeClient::
InstallAttributesIsReady
(
cryptohome_client.cc
390
virtual void
InstallAttributesIsReady
(const BoolDBusMethodCallback& callback)
[
all
...]
/external/chromium/chrome/browser/policy/
enterprise_install_attributes.cc
28
if (!cryptohome_->
InstallAttributesIsReady
())
95
cryptohome_->
InstallAttributesIsReady
() &&
/external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.h
142
virtual bool
InstallAttributesIsReady
() = 0;
mock_cryptohome_library.h
90
MOCK_METHOD0(
InstallAttributesIsReady
, bool(void));
cryptohome_library.cc
189
bool
InstallAttributesIsReady
() {
406
bool
InstallAttributesIsReady
() {
/external/chromium_org/chrome/browser/chromeos/policy/
enterprise_install_attributes.cc
144
cryptohome_client_->
InstallAttributesIsReady
(
205
cryptohome_client_->
InstallAttributesIsReady
(
/external/chromium/chrome/browser/chromeos/login/
enterprise_enrollment_screen.cc
80
cryptohome->
InstallAttributesIsReady
() &&
Completed in 406 milliseconds