/external/chromium_org/chrome/browser/ui/views/frame/ |
immersive_mode_controller.h | 87 // lifetime. Several locks can be obtained. When all of the locks are 91 // mode is enabled. The lock's lifetime can span immersive mode being
|
/external/chromium_org/chrome/renderer/ |
chrome_render_view_observer.h | 39 // lifetime. 119 // Have the same lifetime as us.
|
/external/chromium_org/chrome/renderer/extensions/ |
object_backed_native_handler.h | 57 // base::Bound function; the lifetime of an ObjectBackedNativeHandler is the 58 // lifetime of webkit's involvement with it, not the life of the v8 context.
|
/external/chromium_org/net/base/ |
backoff_entry.h | 58 // Lifetime of policy must enclose lifetime of BackoffEntry. The
|
/external/chromium_org/net/http/ |
mock_sspi_library_win.h | 55 // matched by a call to |QuerySecurityPackageInfo()| during the lifetime of 87 // The lifetime of |*package_info| should last at least until the matching
|
/external/chromium_org/ppapi/c/trusted/ |
ppb_broker_trusted.h | 40 * lifetime controls the lifetime of the broker, regardless of whether the
|
/external/chromium_org/remoting/webapp/ |
host_session.js | 93 * Get the lifetime for the access code. Valid only after the plugin state is 95 * @return {number} The access code lifetime, in seconds.
|
/external/chromium_org/rlz/lib/ |
rlz_value_store.h | 95 // lock can't be obtained. The lifetime of the returned object is limited to 96 // the lifetime of this ScopedRlzValueStoreLock object.
|
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/ |
MediaKeySession.h | 50 // Because this object controls the lifetime of the ContentDecryptionModuleSession, 52 // The ContentDecryptionModuleSession has the same lifetime as this object.
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
relayserver_unittest.cc | 42 static const uint32 LIFETIME = 4; // seconds 82 AddLifetimeAttr(req.get(), LIFETIME); 244 AddLifetimeAttr(req.get(), LIFETIME); 263 EXPECT_EQ(LIFETIME, res_lifetime_attr->value()); 267 // the lifetime should be ignored. 293 EXPECT_EQ(LIFETIME, lifetime_attr->value()); 509 // Wait twice the lifetime to make sure the server has expired the binding. 510 talk_base::Thread::Current()->ProcessMessages((LIFETIME * 2) * 1000);
|
/external/chromium_org/third_party/skia/include/core/ |
SkPathMeasure.h | 18 for the lifetime of the measure object, or until setPath() is called with 26 for the lifetime of the measure object, or until setPath() is called with
|
/external/chromium_org/third_party/skia/include/gpu/ |
GrResource.h | 90 * is true then the client is responsible for the lifetime of the underlying backend resource. 125 * Lifetime management is left up to the user (i.e., we will not
|
/external/chromium_org/tools/gn/ |
scheduler.cc | 62 // The run loop always joins on the sub threads, so the lifetime of this 83 // The run loop always joins on the sub threads, so the lifetime of this
|
/external/clang/test/CodeGenObjCXX/ |
arc-references.mm | 9 // Lifetime extension for binding a reference to an rvalue 27 // No lifetime extension when we're binding a reference to an lvalue.
|
/external/skia/include/core/ |
SkPathMeasure.h | 18 for the lifetime of the measure object, or until setPath() is called with 26 for the lifetime of the measure object, or until setPath() is called with
|
/external/skia/include/gpu/ |
GrResource.h | 90 * is true then the client is responsible for the lifetime of the underlying backend resource. 125 * Lifetime management is left up to the user (i.e., we will not
|
/frameworks/av/media/libstagefright/ |
WVMExtractor.cpp | 36 /* The extractor lifetime is short - just long enough to get 38 * beyond the lifetime of the extractor. So keep the handle as a global
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
new1_3.cpp | 3 // Purpose: Check the lifetime of the temporaries. 5 // Lifetime of temporaries:
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
new1_3.cpp | 3 // Purpose: Check the lifetime of the temporaries. 5 // Lifetime of temporaries:
|
/dalvik/dx/src/com/android/dx/ssa/ |
RegisterMapper.java | 25 * is only valid for the lifetime of the method call in which
|
/external/chromium/chrome/browser/ |
browser_main_win.h | 21 // chrome executable's lifetime.
|
plugin_exceptions_table_model.h | 78 // Weak, can be NULL. Our owner should manage its lifetime, see
|
/external/chromium/chrome/browser/net/ |
referrer.cc | 82 // and least is lifetime (age). 90 int64 lifetime = (kNow - it->second.birth_time()).InMilliseconds(); local 95 if (lifetime <= least_useful_lifetime) 100 least_useful_lifetime = lifetime;
|
/external/chromium/chrome/browser/ui/views/ |
login_view.h | 23 // |model| is observed for the entire lifetime of the LoginView.
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
relayserver.h | 135 // Called when the timer for checking lifetime times out. 200 const std::string& password, uint32 lifetime); 204 uint32 lifetime() { return lifetime_; } function in class:cricket::RelayServerBinding 214 // used for longer than the lifetime, then we send a signal.
|