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

/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/ui/
H A Dbrowser_window_state.cc47 const std::string& window_name)
49 window_name_(window_name) {}
80 const std::string& window_name,
82 DCHECK(!window_name.empty());
84 if (prefs->FindPreference(window_name.c_str())) {
86 new DictionaryPrefUpdate(prefs, window_name.c_str()));
89 new WindowPlacementPrefUpdate(prefs, window_name));
93 const std::string& window_name,
95 DCHECK(!window_name.empty());
96 if (prefs->FindPreference(window_name
46 WindowPlacementPrefUpdate(PrefService* service, const std::string& window_name) argument
79 GetWindowPlacementDictionaryReadWrite( const std::string& window_name, PrefService* prefs) argument
92 GetWindowPlacementDictionaryReadOnly( const std::string& window_name, PrefService* prefs) argument
[all...]
/external/chromium_org/ui/views/
H A Dviews_delegate.cc21 const std::string& window_name,
28 const std::string& window_name,
20 SaveWindowPlacement(const Widget* widget, const std::string& window_name, const gfx::Rect& bounds, ui::WindowShowState show_state) argument
26 GetSavedWindowPlacement( const Widget* widget, const std::string& window_name, gfx::Rect* bounds, ui::WindowShowState* show_state) const argument
/external/chromium_org/chrome/browser/accessibility/
H A Daccessibility_events.cc77 const std::string& window_name)
78 : AccessibilityControlInfo(profile, window_name) {
76 AccessibilityWindowInfo(Profile* profile, const std::string& window_name) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dchrome_views_delegate.cc140 const std::string& window_name,
148 chrome::GetWindowPlacementDictionaryReadWrite(window_name, prefs);
166 const std::string& window_name,
173 DCHECK(prefs->FindPreference(window_name.c_str()));
175 prefs->GetDictionary(window_name.c_str());
139 SaveWindowPlacement(const views::Widget* window, const std::string& window_name, const gfx::Rect& bounds, ui::WindowShowState show_state) argument
164 GetSavedWindowPlacement( const views::Widget* widget, const std::string& window_name, gfx::Rect* bounds, ui::WindowShowState* show_state) const argument
/external/chromium_org/third_party/webrtc/base/
H A Dmacwindowpicker.cc137 std::string window_name; local
138 ToUtf8(window_name_ref, &window_name);
149 << window_name local
H A Dx11windowpicker.cc646 XTextProperty window_name; local
647 window_name.value = NULL;
649 status = XGetWMName(display_, window, &window_name);
650 if (status && window_name.value && window_name.nitems) {
653 status = Xutf8TextPropertyToTextList(display_, &window_name, &list,
667 if (window_name.value != NULL) {
668 XFree(window_name.value);
/external/chromium_org/ui/views/widget/
H A Dwidget_delegate.cc118 std::string window_name = GetWindowName(); local
119 if (!ViewsDelegate::views_delegate || window_name.empty())
123 GetWidget(), window_name, bounds, show_state);
130 std::string window_name = GetWindowName(); local
131 if (!ViewsDelegate::views_delegate || window_name.empty())
135 widget, 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/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dwindow_capturer_x11.cc401 XTextProperty window_name; local
402 window_name.value = NULL;
404 status = XGetWMName(display(), window, &window_name);
405 if (status && window_name.value && window_name.nitems) {
408 status = Xutf8TextPropertyToTextList(display(), &window_name, &list,
421 if (window_name.value)
422 XFree(window_name.value);
/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.c181 static char titlebar[1024], *window_name = titlebar; variable
921 if (!XStringListToTextProperty(&window_name, 1, pWindowName))

Completed in 398 milliseconds