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.cc809 size_t len_with_null = GetWindowTextLength(hwnd()) + 1; in SetTitle() local
810 if (len_with_null == 1 && title.length() == 0) in SetTitle()
812 if (len_with_null - 1 == title.length() && in SetTitle()
814 hwnd(), WriteInto(&current_title, len_with_null), len_with_null) && in SetTitle()