OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:installstate
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/chrome/renderer/resources/extensions/
app_custom_bindings.js
56
console.error('Exception in chrome.app.
installState
response handler: ' +
66
app.
installState
= function getInstallState(callback) {
72
app.
installState
= wrapForLogging(app.
installState
);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msiquery.h
195
UINT WINAPI MsiGetFeatureStateA(MSIHANDLE hInstall,LPCSTR szFeature,
INSTALLSTATE
*piInstalled,
INSTALLSTATE
*piAction);
196
UINT WINAPI MsiGetFeatureStateW(MSIHANDLE hInstall,LPCWSTR szFeature,
INSTALLSTATE
*piInstalled,
INSTALLSTATE
*piAction);
199
UINT WINAPI MsiSetFeatureStateA(MSIHANDLE hInstall,LPCSTR szFeature,
INSTALLSTATE
iState);
200
UINT WINAPI MsiSetFeatureStateW(MSIHANDLE hInstall,LPCWSTR szFeature,
INSTALLSTATE
iState);
209
UINT WINAPI MsiGetComponentStateA(MSIHANDLE hInstall,LPCSTR szComponent,
INSTALLSTATE
*piInstalled,
INSTALLSTATE
*piAction);
210
UINT WINAPI MsiGetComponentStateW(MSIHANDLE hInstall,LPCWSTR szComponent,
INSTALLSTATE
*piInstalled,
INSTALLSTATE
*piAction)
[
all
...]
msi.h
112
}
INSTALLSTATE
;
332
INSTALLSTATE
WINAPI MsiQueryProductStateA(LPCSTR szProduct);
333
INSTALLSTATE
WINAPI MsiQueryProductStateW(LPCWSTR szProduct);
350
UINT WINAPI MsiConfigureProductA(LPCSTR szProduct,int iInstallLevel,
INSTALLSTATE
eInstallState);
351
UINT WINAPI MsiConfigureProductW(LPCWSTR szProduct,int iInstallLevel,
INSTALLSTATE
eInstallState);
354
UINT WINAPI MsiConfigureProductExA(LPCSTR szProduct,int iInstallLevel,
INSTALLSTATE
eInstallState,LPCSTR szCommandLine);
355
UINT WINAPI MsiConfigureProductExW(LPCWSTR szProduct,int iInstallLevel,
INSTALLSTATE
eInstallState,LPCWSTR szCommandLine);
440
INSTALLSTATE
WINAPI MsiQueryFeatureStateA(LPCSTR szProduct,LPCSTR szFeature);
441
INSTALLSTATE
WINAPI MsiQueryFeatureStateW(LPCWSTR szProduct,LPCWSTR szFeature);
445
UINT WINAPI MsiQueryFeatureStateExA(LPCSTR szProductCode,LPCSTR szUserSid,MSIINSTALLCONTEXT dwContext,LPCSTR szFeature,
INSTALLSTATE
*pdwState)
[
all
...]
/external/chromium_org/chrome/browser/search_engines/
search_provider_install_state_message_filter.cc
53
search_provider::
InstallState
104
search_provider::
InstallState
install_state =
search_provider_install_state_message_filter.h
31
search_provider::
InstallState
GetSearchProviderInstallState(
/external/chromium_org/chrome/browser/extensions/
default_apps.h
27
enum
InstallState
{
default_apps.cc
70
InstallState
state =
71
static_cast<
InstallState
>(profile_->GetPrefs()->GetInteger(
chrome_app_api_browsertest.cc
56
"window.chrome.app.
installState
("
extension_service_unittest.cc
596
enum
InstallState
{
605
InstallState
install_state,
618
InstallState
install_state) {
624
InstallState
install_state) {
635
InstallState
install_state,
645
InstallState
install_state,
653
InstallState
install_state) {
658
InstallState
install_state) {
665
InstallState
install_state) {
686
InstallState
install_state)
[
all
...]
/external/chromium_org/chrome/common/extensions/api/
app.json
37
"name": "
installState
",
_api_features.json
84
"app.
installState
": {
extension_api_unittest.cc
[
all
...]
/external/chromium_org/chrome/common/
search_provider.h
20
enum
InstallState
{
render_messages.h
88
IPC_ENUM_TRAITS(search_provider::
InstallState
)
523
search_provider::
InstallState
/* install */)
/external/chromium_org/chrome/renderer/
external_extension.cc
144
search_provider::
InstallState
install = search_provider::DENIED;
/external/chromium_org/chrome/common/extensions/
extension_constants.h
246
// The states that an app can be in, as reported by chrome.app.
installState
Completed in 242 milliseconds