OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanOfferReactivation
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/installer/gcapi/
gcapi_reactivation_test.cc
107
// We're not installed yet. Make sure
CanOfferReactivation
fails.
108
EXPECT_FALSE(
CanOfferReactivation
(L"GAGA",
113
// Now pretend to be installed.
CanOfferReactivation
should pass.
115
EXPECT_TRUE(
CanOfferReactivation
(L"GAGA",
119
// Now set a recent last_run value.
CanOfferReactivation
should fail again.
123
EXPECT_FALSE(
CanOfferReactivation
(L"GAGA",
133
EXPECT_TRUE(
CanOfferReactivation
(L"GAGA",
138
EXPECT_FALSE(
CanOfferReactivation
(NULL,
144
EXPECT_TRUE(
CanOfferReactivation
(L"GAGA",
151
EXPECT_FALSE(
CanOfferReactivation
(L"GAGA"
[
all
...]
gcapi.h
106
BOOL __stdcall
CanOfferReactivation
(const wchar_t* brand_code,
gcapi.cc
631
BOOL __stdcall
CanOfferReactivation
(const wchar_t* brand_code,
676
if (
CanOfferReactivation
(brand_code,
Completed in 42 milliseconds