HomeSort by relevance Sort by last modified time
    Searched full:lifetime (Results 401 - 425 of 1758) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router.h 49 // This class will hold onto the socket for its lifetime, or until
58 // system. This class will hold onto the profile for its lifetime, or until
  /external/chromium_org/chrome/browser/extensions/
extension_override_apitest.cc 112 // Simulate several LoadExtension() calls happening over the lifetime of
124 // Simulate several LoadExtension() calls happening over the lifetime of
  /external/chromium_org/chrome/browser/printing/
print_dialog_cloud_internal.h 57 // lifetime of the helper.
65 // lifetime will outlast us, so we should be good.
  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor.h 71 // Returns a pointer to an object owned by BrowserProcess, with lifetime
73 // shutdown. Called outside it's lifetime (or with no browser process),
  /external/chromium_org/chrome/browser/sync/glue/
non_ui_data_type_controller.h 147 // Lifetime: The SharedChangeProcessor object is created on the UI
158 // Lifetime: it gets set in StartAssociationWithSharedChangeProcessor(...)
  /external/chromium_org/chrome/browser/ui/webui/help/
version_updater_mac.mm 9 #include "chrome/browser/lifetime/application_lifetime.h"
70 // Copy the callbacks, we will re-use this for the remaining lifetime
  /external/chromium_org/chrome/browser/webdata/
autocomplete_syncable_service.h 116 // This is a helper map used only in Merge/Process* functions. The lifetime
156 // Lifetime of AutocompleteSyncableService object is shorter than
  /external/chromium_org/chromeos/network/
network_configuration_handler.h 38 // This is owned and it's lifetime managed by the Chrome startup code. It's
39 // basically a singleton, but with explicit lifetime management.
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_buffer_pool.h 27 // A thread-safe class that does the bookkeeping and lifetime management for a
43 // over the lifetime of the buffer pool, as existing buffers are freed and
  /external/chromium_org/content/child/npapi/
webplugin_delegate.h 39 // Note that the lifetime of WebPlugin must be longer than this delegate.
82 // Gets the NPP instance uniquely identifying the plugin for its lifetime.
  /external/chromium_org/extensions/browser/
pending_extension_manager.h 39 // its lifetime. This class should only be used from the UI thread.
45 // The service remains valid over the entire lifetime of this class.
  /external/chromium_org/net/http/
http_auth_handler_factory.h 114 // non-NULL. |resolver| must remain valid for the lifetime of the
140 // The |*factory| object is assumed to be new-allocated, and its lifetime
  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_win.h 36 // the lifetime of DhcpProxyScriptFetcherWin.
72 // been run. Its lifetime is scoped by this object.
  /external/chromium_org/net/url_request/
url_request_throttler_entry.h 68 // The manager object's lifetime must enclose the lifetime of this object.
  /external/chromium_org/ppapi/cpp/
udp_socket.h 89 /// <strong>Caveat:</strong> You should be careful about the lifetime of
91 /// <code>CompletionCallbackFactory</code> to scope callbacks to the lifetime
  /external/chromium_org/remoting/host/
register_support_host_request_unittest.cc 51 const base::TimeDelta& lifetime));
147 QName(kChromotingXmlNamespace, "support-id-lifetime"));
  /external/chromium_org/third_party/WebKit/Source/wtf/
TreeNode.h 42 // * Each TreeNode node is NOT ref counted. The user have to retain its lifetime somehow.
43 // FIXME: lifetime management could be parameterized so that ref counted implementations can be used.
  /external/chromium_org/third_party/libjingle/source/talk/base/
bind.h.pump 34 // should be taken about the lifetime of objects captured by Bind(); the
35 // returned functor knows nothing about the lifetime of the method's object or
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.h 138 // Note: The lifetime of TunnelSession is complicated. It needs to survive
147 // Note: Because TunnelStream provides a stream interface, its lifetime is
  /external/chromium_org/v8/src/
lithium.h 110 // Lifetime of operand inside the instruction.
111 enum Lifetime {
145 LUnallocated(ExtendedPolicy policy, Lifetime lifetime)
149 value_ |= LifetimeField::encode(lifetime);
174 // | reg_index | L | PPP | vreg | 1 | 001 | L ... Lifetime
192 class LifetimeField : public BitField<Lifetime, 25, 1> {};
266 // [lifetime]: Only for non-FIXED_SLOT.
  /external/chromium_org/webkit/browser/appcache/
appcache_service.h 54 // Refcounted container to manage the lifetime of the old storage instance
78 // the lifetime of the old storage instance is a delicate process.
  /external/chromium_org/webkit/browser/fileapi/
file_system_file_util.h 101 // freed by the caller, and its lifetime should not extend past when the
104 // The supplied context must remain valid at least lifetime of the enumerator
  /external/llvm/test/CodeGen/X86/
fast-isel.ll 110 declare void @llvm.lifetime.start(i64, i8* nocapture) nounwind
115 call void @llvm.lifetime.start(i64 -1, i8* %a2) nounwind
  /external/openssh/
ssh-add.0 58 Set a maximum lifetime when adding identities to an agent. The
59 lifetime may be specified in seconds or in a time format
  /external/replicaisland/src/com/replica/replicaisland/
GhostComponent.java 227 public final void setLifeTime(float lifeTime) {
228 mLifeTime = lifeTime;

Completed in 1762 milliseconds

<<11121314151617181920>>