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

  /external/chromium/chrome/common/
win_safe_util.h 27 // The 'window_title' is the text displayed on the title bar of the dialog. If
40 bool SaferOpenItemViaShell(HWND hwnd, const std::wstring& window_title,
win_safe_util.cc 24 bool SaferOpenItemViaShell(HWND hwnd, const std::wstring& window_title,
47 if (!window_title.empty())
48 attachment_services->SetClientTitle(window_title.c_str());
  /external/chromium/chrome/browser/ui/
input_window_dialog.h 34 const std::wstring& window_title,
input_window_dialog_win.cc 28 const std::wstring& window_title,
37 const std::wstring& window_title() const { return window_title_; } function in class:WinInputWindowDialog
139 return delegate_->window_title();
202 const std::wstring& window_title,
206 : window_title_(window_title),
228 const std::wstring& window_title,
233 window_title,
input_window_dialog_gtk.cc 20 const std::string& window_title,
48 const std::string& window_title,
53 window_title.c_str(),
138 const std::wstring& window_title,
143 WideToUTF8(window_title),
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32windowpicker_unittest.cc 66 TCHAR window_title[500]; local
67 GetWindowText(window_picker.visible_window()->handle(), window_title,
68 ARRAY_SIZE(window_title));
69 EXPECT_EQ(0, wcscmp(window_title, kVisibleWindowTitle));
win32windowpicker.cc 54 TCHAR window_title[500]; local
55 GetWindowText(hwnd, window_title, ARRAY_SIZE(window_title));
56 std::string title = ToUtf8(window_title);
macwindowpicker.cc 224 CFStringRef window_title = reinterpret_cast<CFStringRef>( local
230 if (window_title != NULL && window_id != NULL && window_layer != NULL) {
233 ToUtf8(window_title, &title_str);
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
invasive.cc 172 wchar_t window_title[100 + 1] = {0}; local
173 ::GetWindowText(hwnd, window_title, 100);
177 window_title); local
  /external/chromium_org/ui/views/widget/
widget.cc 777 string16 window_title = widget_delegate_->GetWindowTitle();
778 base::i18n::AdjustStringForLocaleDirection(&window_title);
779 native_widget_->SetWindowTitle(window_title);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc 1782 wchar_t window_title[MAX_PATH + 1] = {0}; local
    [all...]

Completed in 2224 milliseconds