Searched defs:window_name (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/ui/oak/
H A Doak_tree_model.cc16 std::string window_name = window->name(); local
17 if (window_name.empty())
18 window_name.append("Unnamed window");
19 return ASCIIToUTF16(window_name);
/external/chromium_org/ash/wm/workspace/
H A Dcolored_window_controller.cc55 const std::string& window_name)
71 widget->GetNativeView()->SetName(window_name);
54 ColoredWindowController(aura::Window* parent, const std::string& window_name) argument
/external/chromium_org/ui/views/test/
H A Dtest_views_delegate.cc33 const std::string& window_name,
39 const std::string& window_name,
32 SaveWindowPlacement(const Widget* window, const std::string& window_name, const gfx::Rect& bounds, ui::WindowShowState show_state) argument
38 GetSavedWindowPlacement( const std::string& window_name, gfx::Rect* bounds, ui:: WindowShowState* show_state) const argument
/external/chromium/chrome/browser/
H A Daccessibility_events.cc41 const std::string& window_name)
42 : AccessibilityControlInfo(profile, window_name) {
40 AccessibilityWindowInfo(Profile* profile, const std::string& window_name) argument
/external/chromium/chrome/browser/ui/views/
H A Dchrome_views_delegate.cc56 const std::wstring& window_name,
63 DCHECK(prefs->FindPreference(WideToUTF8(window_name).c_str()));
64 DictionaryPrefUpdate update(prefs, WideToUTF8(window_name).c_str());
83 const std::wstring& window_name,
89 DCHECK(prefs->FindPreference(WideToUTF8(window_name).c_str()));
91 prefs->GetDictionary(WideToUTF8(window_name).c_str());
105 const std::wstring& window_name,
111 DCHECK(prefs->FindPreference(WideToUTF8(window_name).c_str()));
113 prefs->GetDictionary(WideToUTF8(window_name).c_str());
55 SaveWindowPlacement(views::Window* window, const std::wstring& window_name, const gfx::Rect& bounds, bool maximized) argument
82 GetSavedWindowBounds(views::Window* window, const std::wstring& window_name, gfx::Rect* bounds) const argument
103 GetSavedMaximizedState( views::Window* window, const std::wstring& window_name, bool* maximized) const argument
H A Daccessibility_event_router_views_unittest.cc35 const std::wstring& window_name,
40 const std::wstring& window_name,
45 const std::wstring& window_name,
34 SaveWindowPlacement(views::Window* window, const std::wstring& window_name, const gfx::Rect& bounds, bool maximized) argument
39 GetSavedWindowBounds(views::Window* window, const std::wstring& window_name, gfx::Rect* bounds) const argument
44 GetSavedMaximizedState(views::Window* window, const std::wstring& window_name, bool* maximized) const argument
/external/chromium_org/base/win/
H A Dmessage_window.cc89 const string16& window_name) {
90 return DoCreate(message_callback, window_name.c_str());
94 HWND MessageWindow::FindWindow(const string16& window_name) { argument
96 window_name.c_str());
100 const wchar_t* window_name) {
108 window_ = CreateWindow(MAKEINTATOM(window_class.atom()), window_name, 0, 0, 0,
88 CreateNamed(const MessageCallback& message_callback, const string16& window_name) argument
99 DoCreate(const MessageCallback& message_callback, const wchar_t* window_name) argument
/external/chromium_org/chrome/browser/accessibility/
H A Daccessibility_events.cc45 const std::string& window_name)
46 : AccessibilityControlInfo(profile, window_name) {
44 AccessibilityWindowInfo(Profile* profile, const std::string& window_name) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dchrome_views_delegate.cc70 const std::string& window_name,
77 DCHECK(prefs->FindPreference(window_name.c_str()));
78 DictionaryPrefUpdate update(prefs, window_name.c_str());
95 const std::string& window_name,
102 DCHECK(prefs->FindPreference(window_name.c_str()));
103 const DictionaryValue* dictionary = prefs->GetDictionary(window_name.c_str());
69 SaveWindowPlacement(const views::Widget* window, const std::string& window_name, const gfx::Rect& bounds, ui::WindowShowState show_state) argument
94 GetSavedWindowPlacement( const std::string& window_name, gfx::Rect* bounds, ui::WindowShowState* show_state) const argument
/external/chromium_org/chrome_frame/
H A Dchrome_frame_helper_util.cc95 bool IsNamedWindow(HWND window, const wchar_t* window_name) { argument
101 if (!lstrcmpiW(window_name, buffer)) {
125 const wchar_t* window_name,
130 window_name_(window_name),
191 const wchar_t* window_name,
194 if ((class_name == NULL) && (window_name == NULL)) {
197 FindWindowParams params(parent, class_name, window_name,
123 FindWindowParams(HWND parent, const wchar_t* class_name, const wchar_t* window_name, DWORD thread_id, DWORD process_id) argument
189 RecurseFindWindow(HWND parent, const wchar_t* class_name, const wchar_t* window_name, DWORD thread_id_to_match, DWORD process_id_to_match) argument
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dmacwindowpicker.cc131 std::string window_name; local
132 ToUtf8(window_name_ref, &window_name);
143 << window_name local
H A Dlinuxwindowpicker.cc663 XTextProperty window_name; local
664 window_name.value = NULL;
666 status = XGetWMName(display_, window, &window_name);
667 if (status && window_name.value && window_name.nitems) {
670 status = Xutf8TextPropertyToTextList(display_, &window_name, &list,
684 if (window_name.value != NULL) {
685 XFree(window_name.value);
/external/chromium_org/ui/views/widget/
H A Dwidget_delegate.cc112 std::string window_name = GetWindowName(); local
113 if (!ViewsDelegate::views_delegate || window_name.empty())
117 GetWidget(), window_name, bounds, show_state);
123 std::string window_name = GetWindowName(); local
124 if (!ViewsDelegate::views_delegate || window_name.empty())
128 window_name, bounds, show_state);
/external/qemu/android/camera/
H A Dcamera-capture-windows.c50 char* window_name; member in struct:WndCameraDevice
144 if (cd->window_name != NULL) {
145 free(cd->window_name);
192 cd->cap_window = capCreateCaptureWindow(cd->window_name, WS_CHILD, 0, 0,
259 wcd->window_name = (name != NULL) ? ASTRDUP(name) :
261 if (wcd->window_name == NULL) {
273 wcd->cap_window = capCreateCaptureWindow(wcd->window_name, WS_CHILD, 0, 0,
277 __FUNCTION__, wcd->window_name, GetLastError());
308 __FUNCTION__, wcd->window_name);
385 __FUNCTION__, wcd->window_name, GetLastErro
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemevents.c161 const char *window_name = local
164 if (window_name) {
166 (short)(((unsigned long)window_name)>>16),
167 (short)(((unsigned long)window_name) & 0xffff),
/external/libpng/contrib/gregbook/
H A Drpng-x.c120 static char titlebar[1024], *window_name = titlebar; variable
563 if (!XStringListToTextProperty(&window_name, 1, pWindowName))
H A Drpng2-x.c180 static char titlebar[1024], *window_name = titlebar; variable
941 if (!XStringListToTextProperty(&window_name, 1, pWindowName))
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view_test.cc70 const std::wstring& window_name,
74 const std::wstring& window_name,
79 const std::wstring& window_name,
69 SaveWindowPlacement(views::Window* window, const std::wstring& window_name, const gfx::Rect& bounds, bool maximized) argument
73 GetSavedWindowBounds(views::Window* window, const std::wstring& window_name, gfx::Rect* bounds) const argument
78 GetSavedMaximizedState(views::Window* window, const std::wstring& window_name, bool* maximized) const argument
/external/chromium_org/chrome/test/webdriver/
H A Dwebdriver_session.cc638 std::string window_name; local
644 CreateDirectValueParser(&window_name));
647 if (id_or_name == window_name) {

Completed in 623 milliseconds