/external/chromium_org/device/usb/ |
usb_ids.h | 15 const uint16_t id; member in struct:device::UsbProduct 20 const uint16_t id; member in struct:device::UsbVendor 26 // UsbIds provides a static mapping from a vendor ID to a name, as well as a 27 // mapping from a vendor/product ID pair to a product name.
|
/external/chromium_org/extensions/common/manifest_handlers/ |
file_handler_info.h | 21 // The id of this handler. 22 std::string id; member in struct:extensions::FileHandlerInfo
|
shared_module_manifest_unittest.cc | 103 std::string id; local 105 SharedModuleInfo::ParseImportedPath(kValidImportPath, &id, &relative); 106 EXPECT_EQ(id, kValidImportPathID); 139 "Invalid value for 'import[0].id'."),
|
/external/chromium_org/extensions/common/permissions/ |
api_permission.cc | 100 APIPermission::ID APIPermission::id() const { function in class:extensions::APIPermission 101 return info()->id(); 117 : id_(info.id),
|
socket_permission.cc | 59 int id = (domains.size() == 1) local 65 id, 81 int id = (hostnames.size() == 1) local 87 id,
|
/external/chromium_org/gpu/command_buffer/common/ |
id_allocator_test.cc | 29 // Allocate an ID, check that it's in use. 33 // Allocate another ID, check that it's in use, and different from the first 43 // Frees the other ID, check that it's not in use any more. 52 // Allocate the highest possible ID, to make life awkward. 75 ResourceId id = allocator->AllocateID(); local 76 allocator->FreeID(id); 77 EXPECT_FALSE(allocator->InUse(id)); 78 EXPECT_TRUE(allocator->MarkAsUsed(id)); 79 EXPECT_TRUE(allocator->InUse(id)); 81 EXPECT_NE(id, id2) [all...] |
/external/chromium_org/media/base/ |
text_cue.h | 22 const std::string& id, 29 const std::string& id() const { return id_; } function in class:media::TextCue
|
/external/chromium_org/media/filters/ |
h264_parser_unittest.cc | 45 int id; local 53 ASSERT_EQ(parser.ParseSPS(&id), H264Parser::kOk); 57 ASSERT_EQ(parser.ParsePPS(&id), H264Parser::kOk);
|
/external/chromium_org/media/formats/webm/ |
webm_info_parser.cc | 37 WebMParserClient* WebMInfoParser::OnListStart(int id) { return this; } 39 bool WebMInfoParser::OnListEnd(int id) { 40 if (id == kWebMIdInfo && timecode_scale_ == -1) { 48 bool WebMInfoParser::OnUInt(int id, int64 val) { 49 if (id != kWebMIdTimecodeScale) 53 DVLOG(1) << "Multiple values for id " << std::hex << id << " specified"; local 61 bool WebMInfoParser::OnFloat(int id, double val) { 62 if (id != kWebMIdDuration) { 63 DVLOG(1) << "Unexpected float for id" << std::hex << id local [all...] |
/external/chromium_org/media/video/capture/android/ |
video_capture_device_factory_android.cc | 28 int id, 33 id, 40 int id; local 41 if (!base::StringToInt(device_name.id(), &id)) 78 << "device_name=" << name.name() << ", unique_id=" << name.id() 88 int id; local 89 if (!base::StringToInt(device.id(), &id)) 93 Java_VideoCaptureFactory_getDeviceSupportedFormats(env, id); [all...] |
/external/chromium_org/mojo/common/ |
message_pump_mojo.h | 54 Handler() : handler(NULL), wait_signals(MOJO_HANDLE_SIGNAL_NONE), id(0) {} 60 int id; member in struct:mojo::common::MessagePumpMojo::Handler 94 // An ever increasing value assigned to each Handler::id. Used to detect 96 // |handlers_| and only notify handlers whose id match. If the id does not
|
/external/chromium_org/mojo/public/cpp/utility/ |
run_loop.h | 62 id(0) {} 68 int id; member in struct:mojo::RunLoop::HandlerData 96 // An ever increasing value assigned to each HandlerData::id. Used to detect 98 // |handler_data_| and only notify handlers whose id match. If the id does not
|
/external/chromium_org/mojo/services/view_manager/ |
view.h | 23 explicit View(const ViewId& id); 26 const ViewId& id() const { return id_; } function in class:mojo::view_manager::service::View
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/ |
fake_var_manager.cc | 22 Id id = next_id_++; local 24 data.id = id; 26 var_map_[id] = data; 27 return &var_map_[id]; 53 rtn << "String with id " << var_data.id << 58 << " with id " << var_data.id; [all...] |
/external/chromium_org/net/dns/ |
dns_query.cc | 21 DnsQuery::DnsQuery(uint16 id, const base::StringPiece& qname, uint16 qtype) 31 header->id = base::HostToNet16(id); 46 DnsQuery* DnsQuery::CloneWithNewId(uint16 id) const { 47 return new DnsQuery(*this, id); 50 uint16 DnsQuery::id() const { function in class:net::DnsQuery 53 return base::NetToHost16(header->id); 73 DnsQuery::DnsQuery(const DnsQuery& orig, uint16 id) { 80 header->id = base::HostToNet16(id); [all...] |
/external/chromium_org/net/server/ |
http_connection.h | 32 int id() const { return id_; } function in class:net::HttpConnection
|
/external/chromium_org/ppapi/proxy/ |
media_stream_track_resource_base.h | 22 const std::string& id); 28 std::string id() const { return id_; } function in class:ppapi::proxy::MediaStreamTrackResourceBase 30 void set_id(const std::string& id) { id_ = id; }
|
/external/chromium_org/ppapi/tests/ |
test_flash_drm.cc | 56 std::string id = result.AsString(); local 57 ASSERT_FALSE(id.empty()); 69 std::string id = result.AsString(); local 70 ASSERT_FALSE(id.empty());
|
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/ |
HostInfo.java | 16 public final String id; field in class:HostInfo 23 String id, 29 this.id = id;
|
/external/chromium_org/remoting/host/win/ |
wts_terminal_monitor.cc | 16 // Session id that does not represent any session. 34 // RdpClient sets the terminal ID as the initial program's working directory. 54 // Use the fast path if the caller wants to get id of the session attached to 70 std::string id; local 71 if (LookupTerminalId(session_id, &id) && terminal_id == id) {
|
/external/chromium_org/sync/internal_api/public/base/ |
model_type_test_util.cc | 14 invalidation::ObjectId id; local 15 bool result = RealModelTypeToObjectId(type, &id); 17 return Invalidation::Init(id, version, payload);
|
/external/chromium_org/sync/internal_api/public/ |
change_record.h | 41 // operation. This gives the sync id of the node that changed, and the type 43 // client should get the node with InitByIdLookup(), using the provided id. 56 int64 id; member in struct:syncer::ChangeRecord
|
/external/chromium_org/sync/syncable/ |
syncable_id.cc | 17 ostream& operator<<(ostream& out, const Id& id) { 18 out << id.s_; 22 base::StringValue* Id::ToValue() const { 26 string Id::GetServerId() const { 34 Id Id::CreateFromServerId(const string& server_id) { 35 Id id; local 37 id.s_ = "r" 44 Id id; local 55 Id id = *this; local 62 Id id; local [all...] |
/external/chromium_org/sync/test/fake_server/ |
unique_client_entity.cc | 30 string id = client_entity.version() == 0 ? local 33 return new UniqueClientEntity(id, 60 const string& id, 69 : FakeServerEntity(id, model_type, version, name), 77 // The parent ID for this type of entity should always be its ModelType's
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
SplitElementCommand.cpp | 65 // Delete id attribute from the second element because the same id cannot be used for more than one element 95 // Recover the id attribute of the original element. 96 const AtomicString& id = m_element1->getAttribute(HTMLNames::idAttr); local 97 if (!id.isNull()) 98 m_element2->setAttribute(HTMLNames::idAttr, id);
|