/external/chromium_org/content/renderer/gpu/ |
compositor_software_output_device.cc | 19 unsigned id, scoped_ptr<base::SharedMemory> mem) 20 : id_(id), 71 unsigned id = next_buffer_id_++; local 72 // Zero is reserved to label invalid frame id. 73 if (id == 0) 74 id = next_buffer_id_++; 75 return id; 200 frame_data->id = buffer->id(); 209 void CompositorSoftwareOutputDevice::ReclaimSoftwareFrame(unsigned id) { [all...] |
/external/chromium_org/content/renderer/media/ |
webrtc_identity_service_unittest.cc | 87 EXPECT_EQ(ipc.type(), WebRTCIdentityMsg_RequestIdentity::ID); 91 int id = RequestIdentity(); local 94 id, FAKE_CERTIFICATE, FAKE_PRIVATE_KEY)); 100 int id = RequestIdentity(); local 103 WebRTCIdentityHostMsg_RequestFailed(id, FAKE_ERROR)); 114 EXPECT_EQ(ipc.type(), WebRTCIdentityMsg_CancelRequest::ID); 118 int id = RequestIdentity(); local 124 id, FAKE_CERTIFICATE, FAKE_PRIVATE_KEY)); 127 EXPECT_EQ(ipc.type(), WebRTCIdentityMsg_RequestIdentity::ID); 131 int id = RequestIdentity() local [all...] |
/external/chromium_org/content/test/plugin/ |
plugin_test.cc | 13 PluginTest::PluginTest(NPP id, NPNetscapeFuncs *host_functions) { 14 id_ = id; 27 const char* id = this->GetArgValue("id", argc, argn, argv); local 28 if (id) // NULL for NP_FULL 29 test_id_ = id;
|
/external/chromium_org/courgette/ |
streams_unittest.cc | 91 size_t id = data[i]; local 93 EXPECT_TRUE(out.stream(id)->WriteVarint32(datum)); 105 size_t id = data[i]; local 108 bool can_read = in.stream(id)->ReadVarint32(&value);
|
/external/chromium_org/extensions/browser/ |
event_listener_map.cc | 60 MatcherID id = event_filter_.AddEventMatcher(listener->event_name, local 62 listener->matcher_id = id; 63 listeners_by_matcher_id_[id] = listener.get(); 195 for (std::set<MatcherID>::iterator id = ids.begin(); id != ids.end(); 196 id++) { 197 EventListener* listener = listeners_by_matcher_id_[*id];
|
info_map.cc | 53 disabled_extensions_.Remove(extension->id()); 55 extra_data_[extension->id()].install_time = install_time; 56 extra_data_[extension->id()].incognito_enabled = incognito_enabled; 57 extra_data_[extension->id()].notifications_disabled = notifications_disabled; 79 // http://code.google.com/p/chromium/issues/detail?id=50582 . 101 return IsIncognitoEnabled(extension->id()) && 130 APIPermission::ID permission, 135 const std::string& id = origin.host(); local 136 const Extension* extension = extensions_.GetByID(id); 138 process_map_.Contains(id, process_id)) [all...] |
/external/chromium_org/extensions/common/ |
event_filter.cc | 24 condition_set_ids_.push_back((*it)->id()); 57 MatcherID id = next_id_++; local 59 if (!CreateConditionSets(id, matcher.get(), &condition_sets)) 65 std::make_pair((*it)->id(), id)); 67 id_to_event_name_[id] = event_name; 68 event_matchers_[event_name][id] = linked_ptr<EventMatcherEntry>( 70 return id; 73 EventMatcher* EventFilter::GetEventMatcher(MatcherID id) { 74 DCHECK(id_to_event_name_.find(id) != id_to_event_name_.end()) 155 MatcherID id = matcher_id->second; local [all...] |
/external/chromium_org/gpu/command_buffer/client/ |
cmd_buffer_helper.cc | 57 int32 id = -1; local 58 Buffer buffer = command_buffer_->CreateTransferBuffer(ring_buffer_size_, &id); 59 if (id < 0) { 65 ring_buffer_id_ = id; 66 command_buffer_->SetGetBuffer(id);
|
transfer_buffer.cc | 86 int32 id = -1; local 88 helper_->command_buffer()->CreateTransferBuffer(size, &id); 89 if (id != -1) { 93 id, 98 buffer_id_ = id;
|
/external/chromium_org/ipc/ |
ipc_channel_win.cc | 505 std::string id = prefix; local 506 if (!id.empty()) 507 id.append("."); 514 id.append(GenerateUniqueRandomChannelID()); 515 return id.append(base::StringPrintf("\\%d", secret));
|
/external/chromium_org/media/audio/win/ |
core_audio_util_win_unittest.cc | 97 // Get name and ID of default device used for playback. 104 // Use the uniqe ID as input to CreateDevice() and create a corresponding 132 // Get name and ID of default devices for all flow/role combinations above. 153 // Enumerate all active input and output devices and fetch the ID of 176 // Get name and ID of default device used for recording. 183 // Use unique ID as input to GetFriendlyName() and compare the result 207 const std::string id = name.unique_id; local 208 EXPECT_TRUE(CoreAudioUtil::DeviceIsDefault(eRender, eConsole, id)); 209 EXPECT_FALSE(CoreAudioUtil::DeviceIsDefault(eCapture, eConsole, id)); 494 // Enumerate all active input and output devices and fetch the ID o 506 std::string id; local [all...] |
/external/chromium_org/media/base/ |
media_log_event.h | 21 id = event.id; 96 int32 id; member in struct:media::MediaLogEvent
|
/external/chromium_org/media/midi/ |
midi_manager_mac.cc | 205 string id = IntToString(id_number); local 241 return MIDIPortInfo(id, manufacturer, name, version);
|
/external/chromium_org/media/video/capture/ |
video_capture_device.h | 30 // Represents a capture device name and ID. 41 Name(const std::string& name, const std::string& id) 42 : device_name_(name), unique_id_(id) {} 53 const std::string& id, 55 : device_name_(name), unique_id_(id), capture_api_class_(api_type) {} 64 const std::string& id() const { return unique_id_; } function in class:media::VideoCaptureDevice::Name 78 return other.id() == unique_id_; 81 return unique_id_ < other.id(); 122 int id() const { return id_; } function in class:media::VideoCaptureDevice::Client::Buffer 129 Buffer(int id, void* data, size_t size [all...] |
/external/chromium_org/media/webm/ |
webm_parser_unittest.cc | 326 int id; local 330 &id, &element_size)); 331 EXPECT_EQ(id, kWebMReservedId); 360 int id; local 364 &id, &element_size)); 365 EXPECT_EQ(id, 0xA3);
|
webm_stream_parser.cc | 129 int id; local 131 int result = WebMParseElementHeader(cur, cur_size, &id, &element_size); 136 switch (id) { 158 MEDIA_LOG(log_cb_) << "Unexpected element ID 0x" << std::hex << id; local 228 int id; local 230 int result = WebMParseElementHeader(data, size, &id, &element_size); 235 if (id == kWebMIdCluster) 239 if (id == kWebMIdCues || id == kWebMIdChapters) [all...] |
/external/chromium_org/net/base/ |
priority_queue.h | 28 // In debug-mode, the internal queues store (id, value) pairs where id is used 146 unsigned id = next_id_; local 147 valid_ids_.insert(id); 150 std::make_pair(id, value))); 164 unsigned id = next_id_; local 165 valid_ids_.insert(id); 168 std::make_pair(id, value)));
|
/external/chromium_org/net/dns/ |
dns_protocol.h | 25 // | ID | 79 uint16 id; member in struct:net::dns_protocol::Header
|
/external/chromium_org/net/quic/crypto/ |
quic_crypto_server_config.h | 78 // id contains the server config id for the resulting config. If empty, a 79 // random id is generated. 80 std::string id; member in struct:net::QuicCryptoServerConfig::ConfigOptions 128 // Configs are assumed to be uniquely identified by their server config ID. 272 // id contains the SCID of this server config. 273 std::string id; member in class:net::QuicCryptoServerConfig::Config
|
/external/chromium_org/net/tools/dns_fuzz_stub/ |
dns_fuzz_stub.cc | 50 uint16* id, std::string* qname, uint16* qtype, 80 if (!dict->GetInteger("id", &id_int)) { 81 LOG(ERROR) << filename << ": id is missing or not an integer."; 85 LOG(ERROR) << filename << ": id is out of range."; 88 *id = static_cast<uint16>(id_int); 129 LOG(INFO) << "Query: id=" << id_int << ", " 137 void RunTestCase(uint16 id, std::string& qname, uint16 qtype, 139 net::DnsQuery query(id, qname, qtype); 168 uint16 id = 0; local 177 if (!ReadTestCase(filename, &id, &qname, &qtype, &resp_buf, &crash_test) [all...] |
/external/chromium_org/ppapi/c/dev/ |
pp_video_dev.h | 67 int32_t id; member in struct:PP_VideoBitstreamBuffer_Dev 85 * Client-specified id for the picture buffer. By using this value client can 89 int32_t id; member in struct:PP_PictureBuffer_Dev 95 * Texture ID in the given context where picture is stored. 106 * ID of the picture buffer where the picture is stored. 110 * ID of the bitstream from which this data was decoded.
|
/external/chromium_org/ppapi/proxy/ |
plugin_main_nacl.cc | 146 uint32 id = 0; local 150 id = next_plugin_dispatcher_id_++; 151 } while (id == 0 || 152 plugin_dispatchers_.find(id) != plugin_dispatchers_.end()); 153 plugin_dispatchers_[id] = plugin_dispatcher; 154 return id; 242 // The first parameter should be a plugin dispatcher ID. 244 uint32 id = 0; local 245 if (!msg.ReadUInt32(&iter, &id)) { 250 plugin_dispatchers_.find(id); [all...] |
/external/chromium_org/ppapi/shared_impl/ |
var.cc | 108 int32 id = GetOrCreateVarID(); local 109 if (!id) 115 result.value.as_id = id; 142 void Var::AssignVarID(int32 id) { 144 var_id_ = id;
|
/external/chromium_org/remoting/host/ |
daemon_process_unittest.cc | 30 kMessageCrash = ChromotingDaemonMsg_Crash::ID, 31 kMessageConfiguration = ChromotingDaemonNetworkMsg_Configuration::ID, 32 kMessageConnectTerminal = ChromotingNetworkHostMsg_ConnectTerminal::ID, 33 kMessageDisconnectTerminal = ChromotingNetworkHostMsg_DisconnectTerminal::ID, 35 ChromotingDaemonNetworkMsg_TerminalDisconnected::ID 42 FakeDesktopSession(DaemonProcess* daemon_process, int id); 82 FakeDesktopSession::FakeDesktopSession(DaemonProcess* daemon_process, int id) 83 : DesktopSession(daemon_process, id) { 232 int id = terminal_id_++; local 236 ChromotingNetworkHostMsg_ConnectTerminal(id, resolution, false))) 253 int id = terminal_id_++; local 277 int id = terminal_id_++; local 307 int id = terminal_id_++; local 329 int id = terminal_id_++; local [all...] |
/external/chromium_org/remoting/host/win/ |
rdp_client_unittest.cc | 137 std::string id; local 138 EXPECT_TRUE(WtsTerminalMonitor::LookupTerminalId(session_id, &id)); 139 EXPECT_EQ(id, terminal_id_);
|