HomeSort by relevance Sort by last modified time
    Searched refs:SetId (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/content/shell/renderer/test_runner/
gamepad_controller.h 53 void SetId(int index, const std::string& src);
gamepad_controller.cc 44 void SetId(int index, const std::string& src);
91 .SetMethod("setId", &GamepadControllerBindings::SetId)
113 void GamepadControllerBindings::SetId(int index, const std::string& src) {
115 controller_->SetId(index, src);
203 void GamepadController::SetId(int index, const std::string& src) {
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mutedvideocapturer.cc 97 MutedVideoCapturer::MutedVideoCapturer() { SetId(kCapturerId); }
videocapturer.h 314 void SetId(const std::string& id) {
  /external/chromium_org/third_party/webrtc/modules/audio_device/
audio_device_buffer.h 33 void SetId(uint32_t id);
audio_device_buffer.cc 57 // valid ID will be set later by SetId, use -1 for now
87 // SetId
90 void AudioDeviceBuffer::SetId(uint32_t id)
92 WEBRTC_TRACE(kTraceMemory, kTraceAudioDevice, id, "AudioDeviceBuffer::SetId(id=%d)", id);
audio_device_impl.cc 430 _audioDeviceBuffer.SetId(_id);
    [all...]
  /external/chromium_org/ui/events/test/
mock_motion_event.h 72 void SetId(int new_id);
mock_motion_event.cc 177 void MockMotionEvent::SetId(int new_id) {
  /external/chromium_org/ui/events/gesture_detection/
gesture_provider_unittest.cc 273 event.SetId(++motion_event_id);
281 event.SetId(++motion_event_id);
301 event.SetId(++motion_event_id);
406 event.SetId(++motion_event_id);
416 event.SetId(++motion_event_id);
438 event.SetId(++motion_event_id);
449 event.SetId(++motion_event_id);
473 event.SetId(++motion_event_id);
484 event.SetId(++motion_event_id);
491 event.SetId(++motion_event_id)
    [all...]
  /art/compiler/optimizing/
ssa_test.cc 70 it.Current()->SetId(id++);
73 it.Current()->SetId(id++);
nodes.cc 307 instruction->SetId(GetGraph()->GetNextInstructionId());
316 instruction->SetId(block->GetGraph()->GetNextInstructionId());
nodes.h 546 void SetId(int id) { id_ = id; }
    [all...]
  /external/chromium_org/tools/grit/grit/extern/
tclib.py 173 def SetId(self, id):
396 self.SetId(GenerateMessageId(self.GetPresentableContent(),
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
filevideocapturer.cc 214 SetId(device.id);
  /external/chromium_org/tools/grit/grit/
tclib.py 192 def SetId(self, id):
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideocapturer.cc 210 SetId(device.id);
  /external/chromium_org/gpu/config/
gpu_control_list.h 354 bool SetId(uint32 id);
gpu_control_list.cc 413 !entry->SetId(id)) {
834 bool GpuControlList::GpuControlListEntry::SetId(uint32 id) {
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 469 cmd.SetId(mycontrol.GetId())
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setupapi.h 300 USHORT SetId;
308 USHORT SetId;
    [all...]
urlmon.h     [all...]

Completed in 699 milliseconds