object_type 102 chrome/browser/drive/drive_api_util.cc resource->set_object_type(installed_app.object_type()); object_type 170 chrome/browser/drive/drive_api_util_unittest.cc EXPECT_EQ("object_type", app_resource.object_type()); object_type 357 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc app_data->SetString("object_type", app->object_type()); object_type 169 google_apis/drive/drive_api_parser.h const std::string& object_type() const { return object_type_; } object_type 232 google_apis/drive/drive_api_parser.h void set_object_type(const std::string& object_type) { object_type 233 google_apis/drive/drive_api_parser.h object_type_ = object_type; object_type 51 google_apis/drive/drive_api_parser_unittest.cc EXPECT_EQ("", app1.object_type()); object_type 90 google_apis/drive/drive_api_parser_unittest.cc EXPECT_EQ("", app2.object_type()); object_type 712 google_apis/drive/gdata_wapi_parser.h const std::string& object_type() const { return object_type_; } object_type 767 google_apis/drive/gdata_wapi_parser.h void set_object_type(const std::string& object_type) { object_type 768 google_apis/drive/gdata_wapi_parser.h object_type_ = object_type; object_type 260 google_apis/drive/gdata_wapi_parser_unittest.cc EXPECT_EQ("Drive App Object 1", first_app->object_type()); object_type 295 google_apis/drive/gdata_wapi_parser_unittest.cc EXPECT_EQ("Drive App Object 2", second_app->object_type()); object_type 443 media/formats/mp4/box_definitions.cc : object_type(kForbidden) {} object_type 459 media/formats/mp4/box_definitions.cc object_type = es_desc.object_type(); object_type 193 media/formats/mp4/box_definitions.h uint8 object_type; object_type 35 media/formats/mp4/es_descriptor.cc bool ESDescriptor::IsAAC(uint8 object_type) { object_type 36 media/formats/mp4/es_descriptor.cc return object_type == kISO_14496_3 || object_type == kISO_13818_7_AAC_LC; object_type 33 media/formats/mp4/es_descriptor.h static bool IsAAC(uint8 object_type); object_type 40 media/formats/mp4/es_descriptor.h uint8 object_type() const; object_type 25 media/formats/mp4/es_descriptor_unittest.cc EXPECT_EQ(es_desc.object_type(), kForbidden); object_type 27 media/formats/mp4/es_descriptor_unittest.cc EXPECT_EQ(es_desc.object_type(), kISO_14496_3); object_type 46 media/formats/mp4/es_descriptor_unittest.cc EXPECT_NE(es_desc.object_type(), kISO_14496_3); object_type 66 media/formats/mp4/es_descriptor_unittest.cc EXPECT_EQ(es_desc.object_type(), kISO_14496_3); object_type 86 media/formats/mp4/es_descriptor_unittest.cc EXPECT_EQ(es_desc.object_type(), kISO_14496_3); object_type 209 media/formats/mp4/mp4_stream_parser.cc uint8 audio_type = entry.esds.object_type; object_type 475 media/formats/mp4/mp4_stream_parser.cc if (ESDescriptor::IsAAC(runs_->audio_description().esds.object_type) && object_type 95 sandbox/win/src/acl.cc bool AddKnownSidToObject(HANDLE object, SE_OBJECT_TYPE object_type, object_type 102 sandbox/win/src/acl.cc if (ERROR_SUCCESS != ::GetSecurityInfo(object, object_type, object_type 112 sandbox/win/src/acl.cc DWORD result = ::SetSecurityInfo(object, object_type, object_type 37 sandbox/win/src/acl.h bool AddKnownSidToObject(HANDLE object, SE_OBJECT_TYPE object_type, object_type 25 sandbox/win/tools/finder/finder.cc DWORD object_type, object_type 34 sandbox/win/tools/finder/finder.cc object_type_ = object_type; object_type 57 sandbox/win/tools/finder/finder.h DWORD Init(sandbox::TokenLevel token_type, DWORD object_type, object_type 33 sandbox/win/tools/finder/main.cc DWORD object_type = 0; object_type 72 sandbox/win/tools/finder/main.cc object_type |= kScanRegistry; object_type 74 sandbox/win/tools/finder/main.cc object_type |= kScanFileSystem; object_type 76 sandbox/win/tools/finder/main.cc object_type |= kScanKernelObjects; object_type 121 sandbox/win/tools/finder/main.cc if (0 == object_type) { object_type 141 sandbox/win/tools/finder/main.cc finder_obj.Init(token_type, object_type, access_type, file_output);