HomeSort by relevance Sort by last modified time
    Searched refs:SetName (Results 1 - 25 of 249) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/chrome/browser/ui/views/apps/
app_window_desktop_native_widget_aura_win.cc 15 GetNativeWindow()->SetName("AppWindowAura");
  /external/chromium_org/base/threading/
thread_id_name_manager_unittest.cc 69 base::PlatformThread::SetName("First Name");
72 base::PlatformThread::SetName("New name");
74 base::PlatformThread::SetName("");
81 base::PlatformThread::SetName("Test Name");
84 base::PlatformThread::SetName("New name");
87 base::PlatformThread::SetName("Test Name");
90 base::PlatformThread::SetName("");
platform_thread_android.cc 84 void PlatformThread::SetName(const char* name) {
85 ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name);
platform_thread_freebsd.cc 47 void PlatformThread::SetName(const char* name) {
48 ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name);
platform_thread_linux.cc 49 void PlatformThread::SetName(const char* name) {
50 ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name);
thread_id_name_manager.h 30 void SetName(PlatformThreadId id, const char* name);