HomeSort by relevance Sort by last modified time
    Searched refs:CHROMEOS_EXPORT (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/chromium_org/chromeos/network/onc/
onc_constants.h 7 #include "chromeos/chromeos_export.h"
28 CHROMEOS_EXPORT extern const char kAugmentationActiveSetting[];
31 CHROMEOS_EXPORT extern const char kAugmentationEffectiveSetting[];
32 CHROMEOS_EXPORT extern const char kAugmentationUnmanaged[];
33 CHROMEOS_EXPORT extern const char kAugmentationUserPolicy[];
34 CHROMEOS_EXPORT extern const char kAugmentationDevicePolicy[];
35 CHROMEOS_EXPORT extern const char kAugmentationUserSetting[];
36 CHROMEOS_EXPORT extern const char kAugmentationSharedSetting[];
37 CHROMEOS_EXPORT extern const char kAugmentationUserEditable[];
38 CHROMEOS_EXPORT extern const char kAugmentationDeviceEditable[]
    [all...]
onc_signature.h 11 #include "chromeos/chromeos_export.h"
23 struct CHROMEOS_EXPORT OncValueSignature {
30 CHROMEOS_EXPORT const OncFieldSignature* GetFieldSignature(
34 CHROMEOS_EXPORT bool FieldIsCredential(
38 CHROMEOS_EXPORT extern const OncValueSignature kRecommendedSignature;
39 CHROMEOS_EXPORT extern const OncValueSignature kEAPSignature;
40 CHROMEOS_EXPORT extern const OncValueSignature kIssuerSubjectPatternSignature;
41 CHROMEOS_EXPORT extern const OncValueSignature kCertificatePatternSignature;
42 CHROMEOS_EXPORT extern const OncValueSignature kIPsecSignature;
43 CHROMEOS_EXPORT extern const OncValueSignature kL2TPSignature
    [all...]
onc_utils.h 15 #include "chromeos/chromeos_export.h"
34 CHROMEOS_EXPORT extern const char kEmptyUnencryptedConfiguration[];
41 CHROMEOS_EXPORT scoped_ptr<base::DictionaryValue> ReadDictionaryFromJson(
47 CHROMEOS_EXPORT scoped_ptr<base::DictionaryValue> Decrypt(
52 CHROMEOS_EXPORT std::string GetSourceAsString(ONCSource source);
55 class CHROMEOS_EXPORT StringSubstitution {
74 CHROMEOS_EXPORT void ExpandStringsInOncObject(
81 CHROMEOS_EXPORT void ExpandStringsInNetworks(
88 CHROMEOS_EXPORT scoped_ptr<base::DictionaryValue> MaskCredentialsInOncObject(
98 CHROMEOS_EXPORT bool ParseAndValidateOncForImport
    [all...]
onc_translator.h 9 #include "chromeos/chromeos_export.h"
27 CHROMEOS_EXPORT
40 CHROMEOS_EXPORT
mock_certificate_importer.h 10 #include "chromeos/chromeos_export.h"
17 class CHROMEOS_EXPORT MockCertificateImporter : public CertificateImporter {
  /external/chromium_org/chromeos/
chromeos_switches.h 8 #include "chromeos/chromeos_export.h"
23 CHROMEOS_EXPORT extern const char kAppOemManifestFile[];
24 CHROMEOS_EXPORT extern const char kAshWebUIInit[];
25 CHROMEOS_EXPORT extern const char kAuthExtensionPath[];
26 CHROMEOS_EXPORT extern const char kChromeOSReleaseBoard[];
27 CHROMEOS_EXPORT extern const char kDbusStub[];
28 CHROMEOS_EXPORT extern const char kDefaultStubNetworkStateIdle[];
29 CHROMEOS_EXPORT extern const char kDisableBootAnimation[];
30 CHROMEOS_EXPORT extern const char kDisableChromeCaptivePortalDetector[];
31 CHROMEOS_EXPORT extern const char kDisableDrive[]
    [all...]
chromeos_export.h 12 #define CHROMEOS_EXPORT __declspec(dllexport)
14 #define CHROMEOS_EXPORT __declspec(dllimport)
19 #define CHROMEOS_EXPORT __attribute__((visibility("default")))
21 #define CHROMEOS_EXPORT
26 #define CHROMEOS_EXPORT
chromeos_constants.h 11 #include "chromeos/chromeos_export.h"
15 CHROMEOS_EXPORT extern const base::FilePath::CharType kDriveCacheDirname[];
16 CHROMEOS_EXPORT extern const base::FilePath::CharType kNssCertDbPath[];
17 CHROMEOS_EXPORT extern const base::FilePath::CharType kNssDirPath[];
18 CHROMEOS_EXPORT extern const base::FilePath::CharType kNssKeyDbPath[];
chromeos_paths.h 8 #include "chromeos/chromeos_export.h"
35 CHROMEOS_EXPORT void RegisterPathProvider();
  /external/chromium_org/chromeos/audio/
audio_pref_observer.h 10 #include "chromeos/chromeos_export.h"
17 class CHROMEOS_EXPORT AudioPrefObserver {
  /external/chromium_org/chromeos/network/
cros_network_functions.h 20 #include "chromeos/chromeos_export.h"
49 class CHROMEOS_EXPORT CrosNetworkWatcher {
62 CHROMEOS_EXPORT bool CrosActivateCellularModem(const std::string& service_path,
66 CHROMEOS_EXPORT void CrosCompleteCellularActivation(
71 CHROMEOS_EXPORT void CrosSetNetworkServiceProperty(
77 CHROMEOS_EXPORT void CrosClearNetworkServiceProperty(
83 CHROMEOS_EXPORT void CrosSetNetworkDeviceProperty(
90 CHROMEOS_EXPORT void CrosSetNetworkIPConfigProperty(
97 CHROMEOS_EXPORT void CrosSetNetworkManagerProperty(const std::string& property,
101 CHROMEOS_EXPORT void CrosDeleteServiceFromProfile
    [all...]
network_handler_callbacks.h 12 #include "chromeos/chromeos_export.h"
22 CHROMEOS_EXPORT extern const char kDBusFailedError[];
23 CHROMEOS_EXPORT extern const char kDBusFailedErrorMessage[];
24 CHROMEOS_EXPORT extern const char kErrorName[];
25 CHROMEOS_EXPORT extern const char kErrorDetail[];
26 CHROMEOS_EXPORT extern const char kDbusErrorName[];
27 CHROMEOS_EXPORT extern const char kDbusErrorMessage[];
43 CHROMEOS_EXPORT base::DictionaryValue* CreateErrorData(
48 CHROMEOS_EXPORT base::DictionaryValue* CreateDBusErrorData(
60 CHROMEOS_EXPORT void ShillErrorCallbackFunction
    [all...]
network_event_log.h 14 #include "chromeos/chromeos_export.h"
40 CHROMEOS_EXPORT extern const LogLevel kDefaultLogLevel;
44 CHROMEOS_EXPORT void Initialize();
45 CHROMEOS_EXPORT void Shutdown();
48 CHROMEOS_EXPORT bool IsInitialized();
53 CHROMEOS_EXPORT size_t GetMaxLogEntries();
58 CHROMEOS_EXPORT void SetMaxLogEntries(size_t max_entries);
66 CHROMEOS_EXPORT void AddEntry(const char* file,
85 CHROMEOS_EXPORT std::string GetAsString(StringOrder order,
91 CHROMEOS_EXPORT std::string ValueAsString(const base::Value& value)
    [all...]
network_change_notifier_factory_chromeos.h 10 #include "chromeos/chromeos_export.h"
17 class CHROMEOS_EXPORT NetworkChangeNotifierFactoryChromeos
network_util.h 20 #include "chromeos/chromeos_export.h"
25 struct CHROMEOS_EXPORT SMS {
37 struct CHROMEOS_EXPORT WifiAccessPoint {
49 struct CHROMEOS_EXPORT CellularScanResult {
82 CHROMEOS_EXPORT std::string PrefixLengthToNetmask(int32 prefix_length);
86 CHROMEOS_EXPORT int32 NetmaskToPrefixLength(const std::string& netmask);
91 CHROMEOS_EXPORT bool ParseCellularScanResults(
  /external/chromium_org/chromeos/ime/
ibus_keymap.h 10 #include "chromeos/chromeos_export.h"
16 CHROMEOS_EXPORT std::string GetIBusKey(int keyval);
19 CHROMEOS_EXPORT std::string GetIBusKeyCode(uint16 keycode);
extension_ime_util.h 10 #include "chromeos/chromeos_export.h"
18 std::string CHROMEOS_EXPORT GetInputMethodID(const std::string& extension_id,
22 bool CHROMEOS_EXPORT IsExtensionIME(const std::string& input_method_id);
26 bool CHROMEOS_EXPORT IsMemberOfExtension(const std::string& input_method_id,
xkeyboard.h 12 #include "chromeos/chromeos_export.h"
42 class CHROMEOS_EXPORT XKeyboard {
104 static CHROMEOS_EXPORT bool SetAutoRepeatEnabled(bool enabled);
110 static CHROMEOS_EXPORT bool SetAutoRepeatRate(const AutoRepeatRate& rate);
114 static CHROMEOS_EXPORT bool GetAutoRepeatEnabledForTesting();
118 static CHROMEOS_EXPORT bool GetAutoRepeatRateForTesting(
122 static CHROMEOS_EXPORT bool CheckLayoutNameForTesting(
ibus_bridge.h 10 #include "chromeos/chromeos_export.h"
29 static CHROMEOS_EXPORT void Initialize();
32 static CHROMEOS_EXPORT void Shutdown();
35 static CHROMEOS_EXPORT IBusBridge* Get();
ibus_daemon_controller.h 10 #include "chromeos/chromeos_export.h"
17 class CHROMEOS_EXPORT IBusDaemonController {
46 static CHROMEOS_EXPORT IBusDaemonController* GetInstance();
  /external/chromium_org/chromeos/display/
output_util.h 11 #include "chromeos/chromeos_export.h"
28 CHROMEOS_EXPORT bool GetDisplayId(XID output, size_t index,
34 CHROMEOS_EXPORT bool GetDisplayIdFromEDID(const unsigned char* prop,
40 CHROMEOS_EXPORT std::string GetDisplayName(XID output);
47 CHROMEOS_EXPORT bool GetOutputOverscanFlag(XID output, bool* flag);
53 CHROMEOS_EXPORT bool ParseOutputDeviceData(const unsigned char* prop,
60 CHROMEOS_EXPORT bool ParseOutputOverscanFlag(const unsigned char* prop,
65 CHROMEOS_EXPORT bool IsInternalOutputName(const std::string& name);
68 CHROMEOS_EXPORT const XRRModeInfo* FindModeInfo(
76 CHROMEOS_EXPORT RRMode FindOutputModeMatchingSize
    [all...]
  /external/chromium_org/chromeos/attestation/
attestation_constants.h 8 #include "chromeos/chromeos_export.h"
55 CHROMEOS_EXPORT extern const char kEnterpriseMachineKey[];
59 CHROMEOS_EXPORT extern const char kEnterpriseUserKey[];
  /external/chromium_org/chromeos/dbus/
volume_state.h 11 #include "chromeos/chromeos_export.h"
15 struct CHROMEOS_EXPORT VolumeState {
  /external/chromium_org/chromeos/dbus/ibus/
ibus_property.h 11 #include "chromeos/chromeos_export.h"
25 bool CHROMEOS_EXPORT PopIBusProperty(dbus::MessageReader* reader,
29 bool CHROMEOS_EXPORT PopIBusPropertyList(dbus::MessageReader* reader,
33 void CHROMEOS_EXPORT AppendIBusProperty(const IBusProperty& property,
36 void CHROMEOS_EXPORT AppendIBusPropertyList(
82 class CHROMEOS_EXPORT IBusProperty {
ibus_engine_factory_service.h 11 #include "chromeos/chromeos_export.h"
24 class CHROMEOS_EXPORT IBusEngineFactoryService {
48 static CHROMEOS_EXPORT IBusEngineFactoryService* Create(

Completed in 3809 milliseconds

1 2 3 4 5 6