Searched defs:resizable (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/extensions/
H A Dbrowser_actions_container_view.h78 @property(nonatomic,getter=isResizable) BOOL resizable; variable
/external/webkit/Source/WebCore/page/
H A DWindowFeatures.h51 , resizable(true)
74 bool resizable; member in struct:WebCore::WindowFeatures
/external/webkit/Source/WebKit/chromium/public/
H A DWebWindowFeatures.h59 bool resizable; member in struct:WebKit::WebWindowFeatures
75 , resizable(true)
97 , resizable(f.resizable)
/external/webkit/Source/WebKit2/UIProcess/
H A DWebUIClient.cpp63 map.set("resizable", WebBoolean::create(windowFeatures.resizable));
227 void WebUIClient::setIsResizable(WebPageProxy* page, bool resizable) argument
231 m_client.setIsResizable(toAPI(page), resizable, m_client.clientInfo);
/external/webkit/Tools/DumpRenderTree/win/
H A DUIDelegate.h103 /* [retval][out] */ BOOL *resizable) { return E_NOTIMPL; }
107 /* [in] */ BOOL resizable) { return E_NOTIMPL; }
101 webViewIsResizable( IWebView *sender, BOOL *resizable) argument
105 setResizable( IWebView *sender, BOOL resizable) argument
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.cpp192 map.set(WebWindowFeaturesResizableKey, features.resizable);
331 void WebChromeClient::setResizable(bool resizable) argument
335 uiDelegate->setResizable(m_webView, resizable);
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPreferences.cpp305 void WKPreferencesSetTextAreasAreResizable(WKPreferencesRef preferencesRef, bool resizable) argument
307 toImpl(preferencesRef)->setTextAreasAreResizable(resizable);
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_util.cc307 int width_id, int height_id, bool resizable) {
314 if (resizable) {
317 // For a non-resizable window, GTK tries to snap the window size
334 gtk_window_set_resizable(window, resizable ? TRUE : FALSE);
306 SetWindowSizeFromResources(GtkWindow* window, int width_id, int height_id, bool resizable) argument
/external/webkit/Source/WebKit/wx/
H A DWebView.h339 , resizable(true)
349 bool resizable; member in class:wxWebKitWindowFeatures
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp240 void WebChromeClient::setResizable(bool resizable) argument
242 m_page->send(Messages::WebPageProxy::SetIsResizable(resizable));
/external/valgrind/main/helgrind/
H A Dhg_main.c2776 Bool resizable; /* is resizing allowed? */ member in struct:__anon11216
2837 UWord resizable )
2844 "(tid=%d, barrier=%p, count=%lu, resizable=%lu)\n",
2845 (Int)tid, (void*)barrier, count, resizable );
2856 if (resizable != 0 && resizable != 1) {
2858 thr, "pthread_barrier_init: invalid 'resizable' argument"
2886 bar->resizable = resizable == 1 ? True : False;
3080 if (!bar->resizable) {
[all...]
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_view.cpp2446 * @param resizable @c EINA_TRUE if we want to resize automatically;
2452 Eina_Bool ewk_view_setting_enable_auto_resize_window_set(Evas_Object* o, Eina_Bool resizable) argument
2456 priv->settings.enable_auto_resize_window = resizable;

Completed in 481 milliseconds