object_           120 base/mac/objc_property_releaser.h   id object_;
object_            23 base/mac/scoped_ioobject.h       : object_(object) {
object_            27 base/mac/scoped_ioobject.h     if (object_)
object_            28 base/mac/scoped_ioobject.h       IOObjectRelease(object_);
object_            32 base/mac/scoped_ioobject.h     if (object_)
object_            33 base/mac/scoped_ioobject.h       IOObjectRelease(object_);
object_            34 base/mac/scoped_ioobject.h     object_ = object;
object_            38 base/mac/scoped_ioobject.h     return object_ == that;
object_            42 base/mac/scoped_ioobject.h     return object_ != that;
object_            46 base/mac/scoped_ioobject.h     return object_;
object_            50 base/mac/scoped_ioobject.h     return object_;
object_            54 base/mac/scoped_ioobject.h     IOT temp = that.object_;
object_            55 base/mac/scoped_ioobject.h     that.object_ = object_;
object_            56 base/mac/scoped_ioobject.h     object_ = temp;
object_            60 base/mac/scoped_ioobject.h     IOT temp = object_;
object_            61 base/mac/scoped_ioobject.h     object_ = IO_OBJECT_NULL;
object_            66 base/mac/scoped_ioobject.h   IOT object_;
object_            25 base/mac/scoped_ioplugininterface.h       : object_(object) {
object_            29 base/mac/scoped_ioplugininterface.h     if (object_)
object_            30 base/mac/scoped_ioplugininterface.h       (*object_)->Release(object_);
object_            34 base/mac/scoped_ioplugininterface.h     if (object_)
object_            35 base/mac/scoped_ioplugininterface.h       (*object_)->Release(object_);
object_            36 base/mac/scoped_ioplugininterface.h     object_ = object;
object_            40 base/mac/scoped_ioplugininterface.h     return object_ == that;
object_            44 base/mac/scoped_ioplugininterface.h     return object_ != that;
object_            48 base/mac/scoped_ioplugininterface.h     return object_;
object_            52 base/mac/scoped_ioplugininterface.h     return object_;
object_            56 base/mac/scoped_ioplugininterface.h     InterfaceT temp = that.object_;
object_            57 base/mac/scoped_ioplugininterface.h     that.object_ = object_;
object_            58 base/mac/scoped_ioplugininterface.h     object_ = temp;
object_            62 base/mac/scoped_ioplugininterface.h     InterfaceT temp = object_;
object_            63 base/mac/scoped_ioplugininterface.h     object_ = NULL;
object_            68 base/mac/scoped_ioplugininterface.h   InterfaceT object_;
object_            24 base/mac/scoped_launch_data.h       : object_(object) {
object_            28 base/mac/scoped_launch_data.h     if (object_)
object_            29 base/mac/scoped_launch_data.h       launch_data_free(object_);
object_            33 base/mac/scoped_launch_data.h     if (object != object_) {
object_            34 base/mac/scoped_launch_data.h       if (object_)
object_            35 base/mac/scoped_launch_data.h         launch_data_free(object_);
object_            36 base/mac/scoped_launch_data.h       object_ = object;
object_            41 base/mac/scoped_launch_data.h     return object_ == that;
object_            45 base/mac/scoped_launch_data.h     return object_ != that;
object_            49 base/mac/scoped_launch_data.h     return object_;
object_            53 base/mac/scoped_launch_data.h     return object_;
object_            57 base/mac/scoped_launch_data.h     std::swap(object_, that.object_);
object_            61 base/mac/scoped_launch_data.h     launch_data_t temp = object_;
object_            62 base/mac/scoped_launch_data.h     object_ = NULL;
object_            67 base/mac/scoped_launch_data.h   launch_data_t object_;
object_            37 base/mac/scoped_nsobject.h   explicit scoped_nsprotocol(NST object = nil) : object_(object) {}
object_            40 base/mac/scoped_nsobject.h       : object_([that.object_ retain]) {
object_            44 base/mac/scoped_nsobject.h     [object_ release];
object_            57 base/mac/scoped_nsobject.h     [object_ release];
object_            58 base/mac/scoped_nsobject.h     object_ = object;
object_            61 base/mac/scoped_nsobject.h   bool operator==(NST that) const { return object_ == that; }
object_            62 base/mac/scoped_nsobject.h   bool operator!=(NST that) const { return object_ != that; }
object_            65 base/mac/scoped_nsobject.h     return object_;
object_            69 base/mac/scoped_nsobject.h     return object_;
object_            73 base/mac/scoped_nsobject.h     NST temp = that.object_;
object_            74 base/mac/scoped_nsobject.h     that.object_ = object_;
object_            75 base/mac/scoped_nsobject.h     object_ = temp;
object_            82 base/mac/scoped_nsobject.h     NST temp = object_;
object_            83 base/mac/scoped_nsobject.h     object_ = nil;
object_            93 base/mac/scoped_nsobject.h   NST object_;
object_            56 base/mac/scoped_typeref.h       : object_(object) {
object_            57 base/mac/scoped_typeref.h     if (object_ && policy == base::scoped_policy::RETAIN)
object_            58 base/mac/scoped_typeref.h       Traits::Retain(object_);
object_            62 base/mac/scoped_typeref.h       : object_(that.object_) {
object_            63 base/mac/scoped_typeref.h     if (object_)
object_            64 base/mac/scoped_typeref.h       Traits::Retain(object_);
object_            68 base/mac/scoped_typeref.h     if (object_)
object_            69 base/mac/scoped_typeref.h       Traits::Release(object_);
object_            81 base/mac/scoped_typeref.h     DCHECK(!object_);
object_            82 base/mac/scoped_typeref.h     return &object_;
object_            90 base/mac/scoped_typeref.h     if (object_)
object_            91 base/mac/scoped_typeref.h       Traits::Release(object_);
object_            92 base/mac/scoped_typeref.h     object_ = object;
object_            96 base/mac/scoped_typeref.h     return object_ == that;
object_           100 base/mac/scoped_typeref.h     return object_ != that;
object_           104 base/mac/scoped_typeref.h     return object_;
object_           108 base/mac/scoped_typeref.h     return object_;
object_           112 base/mac/scoped_typeref.h     T temp = that.object_;
object_           113 base/mac/scoped_typeref.h     that.object_ = object_;
object_           114 base/mac/scoped_typeref.h     object_ = temp;
object_           121 base/mac/scoped_typeref.h     T temp = object_;
object_           122 base/mac/scoped_typeref.h     object_ = NULL;
object_           127 base/mac/scoped_typeref.h   T object_;
object_            67 base/supports_user_data.h     return data ? static_cast<T*>(data->object_.get()) : NULL;
object_            70 base/supports_user_data.h   UserDataAdapter(T* object) : object_(object) {}
object_            71 base/supports_user_data.h   T* release() { return object_.release(); }
object_            74 base/supports_user_data.h   scoped_refptr<T> object_;
object_            17 base/win/object_watcher.cc       object_(NULL),
object_            41 base/win/object_watcher.cc   object_ = object;
object_            47 base/win/object_watcher.cc     object_ = NULL;
object_            73 base/win/object_watcher.cc   object_ = NULL;
object_            81 base/win/object_watcher.cc   return object_;
object_            99 base/win/object_watcher.cc   HANDLE object = object_;
object_            93 base/win/object_watcher.h   HANDLE object_;             // The object being watched
object_            20 base/win/scoped_gdi_object.h   ScopedGDIObject() : object_(NULL) {}
object_            21 base/win/scoped_gdi_object.h   explicit ScopedGDIObject(T object) : object_(object) {}
object_            28 base/win/scoped_gdi_object.h     return object_;
object_            32 base/win/scoped_gdi_object.h     if (object_ && object != object_)
object_            34 base/win/scoped_gdi_object.h     object_ = object;
object_            43 base/win/scoped_gdi_object.h     T object = object_;
object_            44 base/win/scoped_gdi_object.h     object_ = NULL;
object_            48 base/win/scoped_gdi_object.h   operator T() { return object_; }
object_            52 base/win/scoped_gdi_object.h     if (object_)
object_            53 base/win/scoped_gdi_object.h       DeleteObject(object_);
object_            56 base/win/scoped_gdi_object.h   T object_;
object_            64 base/win/scoped_gdi_object.h   if (object_)
object_            65 base/win/scoped_gdi_object.h     DestroyIcon(object_);
object_           187 chrome/renderer/extensions/messaging_bindings.cc       cb->object_.SetWeak(cb, NearDeathCallback);
object_           195 chrome/renderer/extensions/messaging_bindings.cc       data.GetParameter()->object_.reset();
object_           205 chrome/renderer/extensions/messaging_bindings.cc         : object_(object), callback_(callback), isolate_(isolate) {}
object_           218 chrome/renderer/extensions/messaging_bindings.cc     ScopedPersistent<v8::Object> object_;
object_            50 content/browser/web_contents/aura/gesture_nav_simple.cc       : object_(object.Pass()) {}
object_            65 content/browser/web_contents/aura/gesture_nav_simple.cc   scoped_ptr<T> object_;
object_           322 content/renderer/pepper/npapi_glue.cc     : object_(PluginObject::FromNPObject(object)),
object_           324 content/renderer/pepper/npapi_glue.cc   if (object_) {
object_           216 content/renderer/pepper/npapi_glue.h     return object_ && identifier_.type != PP_VARTYPE_UNDEFINED;
object_           219 content/renderer/pepper/npapi_glue.h   PluginObject* object() { return object_; }
object_           223 content/renderer/pepper/npapi_glue.h   PluginObject* object_;
object_           114 content/renderer/pepper/ppb_var_deprecated_impl.cc     if (!object_.get()) {
object_           119 content/renderer/pepper/ppb_var_deprecated_impl.cc   NPObjectVar* object() { return object_.get(); }
object_           126 content/renderer/pepper/ppb_var_deprecated_impl.cc   scoped_refptr<NPObjectVar> object_;
object_            24 gin/dictionary.cc   dictionary.object_ = v8::Object::New(isolate);
object_            30 gin/dictionary.cc   return val.object_;
object_            35 gin/dictionary.h     v8::Handle<v8::Value> val = object_->Get(StringToV8(isolate_, key));
object_            41 gin/dictionary.h     return object_->Set(StringToV8(isolate_, key), ConvertToV8(isolate_, val));
object_            51 gin/dictionary.h   v8::Handle<v8::Object> object_;
object_            19 gin/handle.h     Handle() : object_(NULL) {}
object_            23 gin/handle.h         object_(object) {
object_            26 gin/handle.h     bool IsEmpty() const { return !object_; }
object_            30 gin/handle.h       object_ = NULL;
object_            33 gin/handle.h     T* operator->() const { return object_; }
object_            35 gin/handle.h     T* get() const { return object_; }
object_            39 gin/handle.h     T* object_;
object_           139 media/cdm/ppapi/external_clear_key/clear_key_cdm.cc   explicit ScopedResetter(Type* object) : object_(object) {}
object_           140 media/cdm/ppapi/external_clear_key/clear_key_cdm.cc   ~ScopedResetter() { object_->Reset(); }
object_           143 media/cdm/ppapi/external_clear_key/clear_key_cdm.cc   Type* const object_;
object_           163 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h       : object_(object),
object_           170 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h              reinterpret_cast<uintptr_t>(object_), err);
object_           171 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h     (object_->*raw_callback_fn_)(data_.get(), err);
object_           176 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h   E* object_;
object_           188 ppapi/thunk/enter.h   ResourceT* object() { return object_; }
object_           194 ppapi/thunk/enter.h       object_ = resource_->GetAs<ResourceT>();
object_           196 ppapi/thunk/enter.h       object_ = NULL;
object_           199 ppapi/thunk/enter.h     SetStateForResourceError(resource, resource_, object_, report_error);
object_           202 ppapi/thunk/enter.h   ResourceT* object_;
object_           206 ppapi/utility/completion_callback_factory.h       : object_(object) {
object_           241 ppapi/utility/completion_callback_factory.h     PP_DCHECK(!object_);  // May only initialize once!
object_           242 ppapi/utility/completion_callback_factory.h     object_ = object;
object_           250 ppapi/utility/completion_callback_factory.h     return object_;
object_           969 ppapi/utility/completion_callback_factory.h     PP_DCHECK(object_);  // Expects a non-null object!
object_           980 ppapi/utility/completion_callback_factory.h     PP_DCHECK(object_);  // Expects a non-null object!
object_           994 ppapi/utility/completion_callback_factory.h   T* object_;
object_            43 remoting/host/plugin/host_plugin_utils.cc ScopedRefNPObject::ScopedRefNPObject() : object_(NULL) { }
object_            46 remoting/host/plugin/host_plugin_utils.cc     : object_(NULL) {
object_            51 remoting/host/plugin/host_plugin_utils.cc     : object_(NULL) {
object_            63 remoting/host/plugin/host_plugin_utils.cc   if (object_) {
object_            64 remoting/host/plugin/host_plugin_utils.cc     g_npnetscape_funcs->releaseobject(object_);
object_            66 remoting/host/plugin/host_plugin_utils.cc   object_ = object;
object_            47 remoting/host/plugin/host_plugin_utils.h   NPObject* get() const { return object_; }
object_            50 remoting/host/plugin/host_plugin_utils.h   NPObject* object_;
object_           903 third_party/protobuf/src/google/protobuf/stubs/common.h     : object_(object), method_(method), self_deleting_(self_deleting) {}
object_           908 third_party/protobuf/src/google/protobuf/stubs/common.h     (object_->*method_)();
object_           913 third_party/protobuf/src/google/protobuf/stubs/common.h   Class* object_;
object_           948 third_party/protobuf/src/google/protobuf/stubs/common.h     : object_(object), method_(method), self_deleting_(self_deleting),
object_           954 third_party/protobuf/src/google/protobuf/stubs/common.h     (object_->*method_)(arg1_);
object_           959 third_party/protobuf/src/google/protobuf/stubs/common.h   Class* object_;
object_           996 third_party/protobuf/src/google/protobuf/stubs/common.h     : object_(object), method_(method), self_deleting_(self_deleting),
object_          1002 third_party/protobuf/src/google/protobuf/stubs/common.h     (object_->*method_)(arg1_, arg2_);
object_          1007 third_party/protobuf/src/google/protobuf/stubs/common.h   Class* object_;