Searched defs:SetName (Results 1 - 25 of 50) sorted by path

12

/external/chromium_org/base/threading/
H A Dplatform_thread_android.cc84 void PlatformThread::SetName(const char* name) { function in class:base::PlatformThread
85 ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name);
H A Dplatform_thread_freebsd.cc47 void PlatformThread::SetName(const char* name) { function in class:base::PlatformThread
48 ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name);
H A Dplatform_thread_linux.cc49 void PlatformThread::SetName(const char* name) { function in class:base::PlatformThread
50 ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name);
H A Dplatform_thread_win.cc159 void PlatformThread::SetName(const char* name) { function in class:base::PlatformThread
160 ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name);
H A Dthread_id_name_manager.cc51 void ThreadIdNameManager::SetName(PlatformThreadId id, const char* name) { function in class:base::ThreadIdNameManager
/external/chromium_org/build/android/pylib/base/
H A Dbase_test_result.py53 def SetName(self, name): member in class:BaseTestResult
/external/chromium_org/chrome/browser/background/
H A Dbackground_mode_manager.cc158 void BackgroundModeManager::BackgroundModeData::SetName( function in class:BackgroundModeManager::BackgroundModeData
300 bmd->SetName(name);
440 it->second->SetName(profile_name);
483 it->second->SetName(new_profile_name);
/external/chromium_org/chrome/browser/ui/views/
H A Ddesktop_media_picker_views.cc84 void DesktopMediaSourceView::SetName(const base::string16& name) { function in class:DesktopMediaSourceView
315 source_view->SetName(source.name);
367 source_view->SetName(source.name);
/external/chromium_org/components/pairing/
H A Dbluetooth_host_pairing_controller.cc119 SetName();
126 void BluetoothHostPairingController::SetName() { function in class:pairing_chromeos::BluetoothHostPairingController
132 adapter_->SetName(
328 SetName();
/external/chromium_org/content/browser/
H A Dbrowser_child_process_host_impl.cc181 void BrowserChildProcessHostImpl::SetName(const base::string16& name) { function in class:content::BrowserChildProcessHostImpl
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter_chromeos.cc149 void BluetoothAdapterChromeOS::SetName(const std::string& name, function in class:chromeos::BluetoothAdapterChromeOS
685 SetName(alias, base::Bind(&base::DoNothing), base::Bind(&base::DoNothing));
H A Dbluetooth_adapter_win.cc73 void BluetoothAdapterWin::SetName(const std::string& name, function in class:device::BluetoothAdapterWin
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_private_apitest.cc71 void SetName(const std::string& name, const base::Closure& callback) { function in class:extensions::BluetoothPrivateApiTest
131 EXPECT_CALL(*mock_adapter_.get(), SetName("Dome", _, _)).WillOnce(
132 WithArgs<0, 1>(Invoke(this, &BluetoothPrivateApiTest::SetName)));
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_guest.cc981 void WebViewGuest::SetName(const std::string& name) { function in class:extensions::WebViewGuest
/external/chromium_org/gpu/command_buffer/common/
H A Dmailbox.cc30 void Mailbox::SetName(const int8* n) { function in class:gpu::Mailbox
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Djspipe_event_emitter.cc132 Error JSPipeEventEmitter::SetName(const char* name) { function in class:nacl_io::JSPipeEventEmitter
/external/chromium_org/net/cookies/
H A Dparsed_cookie.cc188 bool ParsedCookie::SetName(const std::string& name) { function in class:net::ParsedCookie
/external/chromium_org/net/http/
H A Dmock_gssapi_library_posix.cc109 void SetName(gss_name_t dest, const void* src, size_t length) { function in namespace:net::__anon9341
132 SetName(dest, src.c_str(), src.length());
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
H A Dxmlelement.h142 void SetName(const QName& name) { name_ = name; } function in class:buzz::XmlElement
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dname_table.cc168 void NameTable::NameEntryBuilder::SetName(const UChar* name) { function in class:sfntly::NameTable::NameEntryBuilder
179 void NameTable::NameEntryBuilder::SetName(const ByteVector& name_bytes) { function in class:sfntly::NameTable::NameEntryBuilder
186 void NameTable::NameEntryBuilder::SetName(const ByteVector& name_bytes, function in class:sfntly::NameTable::NameEntryBuilder
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h835 void SetName( const char* _name ) { name = _name; } ///< Set the name of this attribute. function in class:TiXmlAttribute
843 void SetName( const std::string& _name ) { name = _name; } function in class:TiXmlAttribute
/external/chromium_org/third_party/webrtc/base/
H A Dsignalthread.cc28 worker_.SetName("SignalThread", this);
35 bool SignalThread::SetName(const std::string& name, const void* obj) { function in class:rtc::SignalThread
39 return worker_.SetName(name, obj);
H A Dthread.cc148 SetName("Thread", this); // default name
177 bool Thread::SetName(const std::string& name, const void* obj) { function in class:rtc::Thread
/external/chromium_org/third_party/webrtc/libjingle/xmllite/
H A Dxmlelement.h125 void SetName(const QName& name) { name_ = name; } function in class:buzz::XmlElement
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
H A DMatlabPlot.cc134 void MatlabLine::SetName(char *name) function in class:MatlabLine

Completed in 8355 milliseconds

12