/external/chromium_org/content/renderer/media/ |
webinbandtexttrack_impl.cc | 15 const blink::WebString& id, 21 id_(id), 50 blink::WebString WebInbandTextTrackImpl::id() const { function in class:content::WebInbandTextTrackImpl
|
webmediasource_impl.cc | 40 std::string id = base::GenerateGUID(); local 46 demuxer_->AddId(id, type.utf8().data(), new_codecs)); 49 *source_buffer = new WebSourceBufferImpl(id, demuxer_);
|
/external/chromium_org/content/test/plugin/ |
plugin_test.h | 20 PluginTest(NPP id, NPNetscapeFuncs *host_functions); 89 NPP id() { return id_; } function in class:NPAPIClient::PluginTest
|
/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/ |
shared_module_manifest_unittest.cc | 77 std::string id; local 79 SharedModuleInfo::ParseImportedPath(kValidImportPath, &id, &relative); 80 EXPECT_EQ(id, kValidImportPathID); 113 "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 APIPermission::ID id, 120 PermissionMessage::ID message_id, 123 : id_(id),
|
/external/chromium_org/gin/modules/ |
file_module_provider.cc | 19 const std::string& id) { 24 base::SplitString(id, '/', &components); 42 StringToV8(runner->isolate(), id)); 63 const std::string& id = *it; local 64 if (attempted_ids_.count(id)) 66 attempted_ids_.insert(id); 68 AttempToLoadModule, runner->GetWeakPtr(), search_paths_, 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/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/mojo/common/ |
message_pump_mojo.h | 48 Handler() : handler(NULL), wait_flags(MOJO_WAIT_FLAG_NONE), id(0) {} 54 int id; member in struct:mojo::common::MessagePumpMojo::Handler 80 // An ever increasing value assigned to each Handler::id. Used to detect 82 // |handlers_| and only notify handlers whose id match. If the id does not
|
/external/chromium_org/mojo/public/utility/ |
run_loop.h | 56 id(0) {} 62 int id; member in struct:mojo::utility::RunLoop::HandlerData 87 // An ever increasing value assigned to each HandlerData::id. Used to detect 89 // |handler_data_| and only notify handlers whose id match. If the id does not
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
fake_var_interface.cc | 61 Id id = next_id_++; local 67 var_map_[id] = string_var; 70 result.value.as_id = id;
|
/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); 45 DnsQuery* DnsQuery::CloneWithNewId(uint16 id) const { 46 return new DnsQuery(*this, id); 49 uint16 DnsQuery::id() const { function in class:net::DnsQuery 52 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/ |
interface_list.h | 41 // Looks up the ID for the given interface name. Returns API_ID_NONE if 46 // Looks up the factory function for the given ID. Returns NULL if not 48 InterfaceProxy::Factory GetFactoryForID(ApiID id) const; 58 : id(API_ID_NONE), 63 : id(in_id), 68 ApiID id; member in struct:ppapi::proxy::InterfaceList::InterfaceInfo 79 void AddProxy(ApiID id, InterfaceProxy::Factory factory); 84 void AddPPB(const char* name, ApiID id, const void* iface, 86 void AddPPP(const char* name, ApiID id, const void* iface);
|
interface_proxy.h | 38 ApiID id; member in struct:ppapi::proxy::InterfaceProxy::Info
|
/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/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. 53 // Use the fast path if the caller wants to get id of the session attached to 69 std::string id; local 70 if (LookupTerminalId(session_id, &id) && terminal_id == id) {
|
/external/chromium_org/sync/internal_api/public/base/ |
model_type_test_util.cc | 15 invalidation::ObjectId id; local 16 bool result = RealModelTypeToObjectId(type, &id); 18 map.Insert(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/third_party/WebKit/Source/core/html/track/ |
TextTrackCue.h | 59 const String& id() const { return m_id; } function in class:WebCore::TextTrackCue 83 // https://code.google.com/p/chromium/issues/detail?id=322434
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorDatabaseResource.h | 51 String id() const { return m_id; } function in class:WebCore::InspectorDatabaseResource
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
GraphicsContextAnnotator.cpp | 102 const AtomicString id = element->getIdAttribute(); local 103 if (!id.isNull() && !id.isEmpty()) 104 elementId = id.string();
|