/external/chromium_org/chrome/browser/chromeos/app_mode/ |
app_launch_utils.cc | 10 #include "chrome/browser/lifetime/application_lifetime.h" 58 // AppLaunchManager manages its own lifetime.
|
/external/chromium_org/chrome/browser/lifetime/ |
application_lifetime_android.cc | 5 #include "chrome/browser/lifetime/application_lifetime_android.h" 13 #include "chrome/browser/lifetime/application_lifetime.h"
|
application_lifetime_gtk.cc | 5 #include "chrome/browser/lifetime/application_lifetime.h"
|
application_lifetime_mac.mm | 9 #include "chrome/browser/lifetime/application_lifetime.h"
|
/external/chromium_org/net/base/ |
network_config_watcher_mac.h | 23 // NOTE: The lifetime of Delegate is expected to exceed the lifetime of
|
/external/chromium_org/remoting/host/ |
register_support_host_request.cc | 34 const char kSupportIdLifetimeTag[] = "support-id-lifetime"; 109 base::TimeDelta* lifetime) { 161 *lifetime = base::TimeDelta::FromSeconds(lifetime_int); 168 base::TimeDelta lifetime; local 169 bool success = ParseResponse(response, &support_id, &lifetime); 170 CallCallback(success, support_id, lifetime); 174 bool success, const std::string& support_id, base::TimeDelta lifetime) { 183 callback.Run(success, support_id, lifetime);
|
/external/chromium_org/rlz/test/ |
rlz_unittest_main.cc | 29 // code will remain in effect for the lifetime of the branding object. 32 // creates and owns RlzValueStore object for its lifetime.
|
/external/chromium_org/win8/metro_driver/ |
metro_dialog_box.h | 37 // Dummy implementation of IUnknown. This is fine as the lifetime of this 38 // class is tied to the lifetime of the ChromeAppView instance.
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample-gssapi | 19 lifetime time 24 hour; 38 lifetime time 2 hour;
|
racoon.conf.in | 86 lifetime time 1 min; # sec,min,hour 107 lifetime time 30 sec; 116 lifetime time 60 sec;
|
/external/wpa_supplicant_8/src/ap/ |
peerkey_auth.c | 153 u32 lifetime; local 158 * Lifetime KDE) 164 2 + RSN_SELECTOR_LEN + sizeof(lifetime); 181 /* Lifetime */ 182 lifetime = htonl(43200); /* dot11RSNAConfigSMKLifetime */ 184 (u8 *) &lifetime, sizeof(lifetime), NULL, 0); 206 u32 lifetime; local 211 * Lifetime KDE)) 218 2 + RSN_SELECTOR_LEN + sizeof(lifetime); [all...] |
/external/wpa_supplicant_8/src/rsn_supp/ |
tdls.c | 102 u32 lifetime; member in struct:wpa_tdls_peer 599 * On TPK lifetime expiration, we have an option of either tearing down 607 wpa_printf(MSG_DEBUG, "TDLS: TPK lifetime expired for " MACSTR 611 wpa_printf(MSG_DEBUG, "TDLS: TPK lifetime expired for " MACSTR 1059 /* Lifetime */ 1060 peer->lifetime = TPK_LIFETIME; 1064 "lifetime"); 1065 peer->lifetime = 301; 1069 "lifetime"); 1070 peer->lifetime = 0xffffffff 1109 u32 lifetime; local 1195 u32 lifetime; local 1448 u32 lifetime = 0; local 1766 u32 lifetime = peer->lifetime; local 1815 u32 lifetime; local 2064 u32 lifetime; local 2197 struct wpa_tdls_timeoutie *lifetime = (struct wpa_tdls_timeoutie *) ie; local [all...] |
/external/ipsec-tools/src/racoon/ |
proposal.c | 214 /* see proposal.h about lifetime/key length and PFS selection. */ 216 /* check time/bytes lifetime and PFS */ 219 newpp->lifetime = pp1->lifetime; 225 if (pp1->lifetime > pp2->lifetime) { 227 "long lifetime proposed: " 229 (int)pp2->lifetime, (int)pp1->lifetime); 239 newpp->lifetime = pp1->lifetime [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
custom_drag.h | 50 // The image for the drag. The lifetime of the image should be managed outside 67 // Creates a new DownloadItemDrag, the lifetime of which is tied to the 87 // Creates a new BookmarkDrag, the lifetime of which is tied to the
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
user_cloud_policy_manager_factory_chromeos.h | 35 // Therefore, lifetime of instances is managed by Profile, Profile startup code 39 // TODO(mnissler): Remove the special lifetime management in favor of 54 // managing the lifetime of the instance. Subsequent calls to GetForProfile()
|
/external/chromium_org/v8/src/ |
lithium-allocator.h | 62 // This class represents a single point of a LOperand's lifetime. 63 // For each lithium instruction there are exactly two lifetime positions: 64 // the beginning and the end of the instruction. Lifetime positions for 68 // Return the lifetime position that corresponds to the beginning of 74 // Returns a numeric representation of this lifetime position. 79 // Returns the index of the instruction to which this lifetime position 86 // Returns true if this lifetime position corresponds to the instruction 92 // Returns the lifetime position for the start of the instruction which 93 // corresponds to this lifetime position. 99 // Returns the lifetime position for the end of the instruction whic [all...] |
/external/v8/src/ |
lithium-allocator.h | 62 // This class represents a single point of a LOperand's lifetime. 63 // For each lithium instruction there are exactly two lifetime positions: 64 // the beginning and the end of the instruction. Lifetime positions for 68 // Return the lifetime position that corresponds to the beginning of 74 // Returns a numeric representation of this lifetime position. 79 // Returns the index of the instruction to which this lifetime position 86 // Returns true if this lifetime position corresponds to the instruction 92 // Returns the lifetime position for the start of the instruction which 93 // corresponds to this lifetime position. 99 // Returns the lifetime position for the end of the instruction whic [all...] |
/external/chromium/base/ |
auto_reset.h | 17 // should have a shorter lifetime than the scoped_variable, to prevent
|
/external/chromium/chrome/browser/net/ |
chrome_dns_cert_provenance_checker.h | 26 // point to the main ChromeURLRequestContext, which then causes lifetime
|
/external/chromium_org/ash/touch/ |
touch_hud_projection.h | 18 // of TouchObserverHUD, objects of this class manage their own lifetime.
|
/external/chromium_org/base/win/ |
startup_information.h | 16 // Manages the lifetime of additional attributes in STARTUPINFOEX.
|
/external/chromium_org/chrome/browser/ |
browser_process_platform_part_base.cc | 7 #include "chrome/browser/lifetime/application_lifetime.h"
|
/external/chromium_org/chrome/browser/net/ |
ssl_config_service_manager.h | 18 // Create an instance of the SSLConfigServiceManager. The lifetime of the
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
main_menu_item.h | 11 // bridge's lifetime and profile information.
|
/external/chromium_org/chrome/browser/ui/webui/help/ |
version_updater_basic.cc | 8 #include "chrome/browser/lifetime/application_lifetime.h"
|