Searched refs:resizable (Results 1 - 25 of 36) sorted by relevance

12

/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/WebCore/page/
H A DWindowFeatures.h51 , resizable(true)
74 bool resizable; member in struct:WebCore::WindowFeatures
H A DWindowFeatures.cpp63 resizable = true;
72 resizable = true;
133 // We treat keyString of "resizable" here as an additional feature rather than setting resizeable to true.
205 resizable = boolFeature(features, "resizable");
/external/chromium/chrome/browser/ui/cocoa/extensions/
H A Dbrowser_actions_container_view.h78 @property(nonatomic,getter=isResizable) BOOL resizable; variable
/external/webkit/Source/WebKit/mac/DefaultDelegates/
H A DWebDefaultUIDelegate.m137 - (void)webView: (WebView *)wv setResizable:(BOOL)resizable
141 [[wv window] setShowsResizeIndicator:resizable];
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.css35 #side-nav.not-resizable {
1078 .ui-resizable { position: relative; }
1079 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; }
1080 .ui-resizable .ui-resizable-handle { display: block; }
1081 body .ui-resizable-disabled .ui-resizable-handle { display: none; }
1082 body .ui-resizable-autohide .ui-resizable-handle { display: none; }
1083 .ui-resizable
[all...]
H A Ddoclava-developer-docs.js155 $("#resize-packages-nav").resizable({handles: "s", resize: function(e, ui) { resizePackagesHeight(); } });
156 $(".side-nav-resizable").resizable({handles: "e", resize: function(e, ui) { resizeWidth(); } });
161 } else if ($(".side-nav-resizable").length) {
280 * which creates the resizable side bar */
298 if ($(".side-nav-resizable").length) { // Must check if the nav is resizable because IE6 calls resizeWidth() from resizeAll() for all pages
/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/Source/WebKit2/UIProcess/API/C/
H A DWKPreferences.h134 WK_EXPORT void WKPreferencesSetTextAreasAreResizable(WKPreferencesRef preferencesRef, bool resizable);
H A DWKPreferences.cpp305 void WKPreferencesSetTextAreasAreResizable(WKPreferencesRef preferencesRef, bool resizable) argument
307 toImpl(preferencesRef)->setTextAreasAreResizable(resizable);
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.cpp71 wkFeatures.resizable = features.resizable;
/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/chromium/chrome/browser/ui/gtk/
H A Dgtk_util.h119 // |resizable| also controls whether the dialog will be resizable
123 int width_id, int height_id, bool resizable);
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/mac/WebView/
H A DWebUIDelegate.h312 @abstract Determine whether the window is resizable or not.
314 @result YES if resizable, NO if not.
323 @abstract Set the window to resizable or not
325 @param resizable YES if the window should be made resizable, NO if not.
330 - (void)webView:(WebView *)sender setResizable:(BOOL)resizable;
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebUIDelegate.idl337 @abstract Determine whether the window is resizable or not.
339 @result YES if resizable, NO if not.
345 HRESULT webViewIsResizable([in] IWebView* sender, [out, retval] BOOL* resizable);
349 @abstract Set the window to resizable or not
351 @param resizable YES if the window should be made resizable, NO if not.
355 - (void)webView:(WebView *)sender setResizable:(BOOL)resizable;
357 HRESULT setResizable([in] IWebView* sender, [in] BOOL resizable);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.mm252 NSNumber *resizable = [[NSNumber alloc] initWithBool:features.resizable];
261 resizable, @"resizable",
286 [resizable release];
/external/webkit/Source/WebKit/wx/
H A DWebView.h339 , resizable(true)
349 bool resizable; member in class:wxWebKitWindowFeatures
/external/webkit/Source/WebKit2/Shared/
H A DWebCoreArgumentCoders.h312 encoder->encode(windowFeatures.resizable);
345 if (!decoder->decode(windowFeatures.resizable))
/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/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/v8/tools/
H A Dstats-viewer.py262 self.root.resizable(width=False, height=False)
/external/valgrind/main/helgrind/
H A Dhg_main.c2733 Bool resizable; /* is resizing allowed? */ member in struct:__anon13926
2794 UWord resizable )
2801 "(tid=%d, barrier=%p, count=%lu, resizable=%lu)\n",
2802 (Int)tid, (void*)barrier, count, resizable );
2813 if (resizable != 0 && resizable != 1) {
2815 thr, "pthread_barrier_init: invalid 'resizable' argument"
2843 bar->resizable = resizable == 1 ? True : False;
3037 if (!bar->resizable) {
[all...]
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp192 bool dialog = features.dialog || !features.resizable
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_view.h422 EAPI Eina_Bool ewk_view_setting_enable_auto_resize_window_set(Evas_Object *o, Eina_Bool resizable);

Completed in 492 milliseconds

12