Home
last modified time | relevance | path

Searched refs:len_with_null (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/views/win/
Dhwnd_message_handler.cc774 size_t len_with_null = GetWindowTextLength(hwnd()) + 1; in SetTitle() local
775 if (len_with_null == 1 && title.length() == 0) in SetTitle()
777 if (len_with_null - 1 == title.length() && in SetTitle()
779 hwnd(), WriteInto(&current_title, len_with_null), len_with_null) && in SetTitle()