/external/webkit/Source/WebKit/chromium/public/ |
H A D | WebWindowFeatures.h | 59 bool resizable; member in struct:WebKit::WebWindowFeatures 75 , resizable(true) 97 , resizable(f.resizable)
|
/external/webkit/Source/WebCore/page/ |
H A D | WindowFeatures.h | 51 , resizable(true) 74 bool resizable; member in struct:WebCore::WindowFeatures
|
H A D | WindowFeatures.cpp | 63 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 D | browser_actions_container_view.h | 78 @property(nonatomic,getter=isResizable) BOOL resizable; variable
|
/external/webkit/Source/WebKit/mac/DefaultDelegates/ |
H A D | WebDefaultUIDelegate.m | 137 - (void)webView: (WebView *)wv setResizable:(BOOL)resizable 141 [[wv window] setShowsResizeIndicator:resizable];
|
/external/doclava/res/assets/templates/assets/ |
H A D | doclava-developer-docs.css | 35 #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 D | doclava-developer-docs.js | 155 $("#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 D | WebUIClient.cpp | 63 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 D | WKPreferences.h | 134 WK_EXPORT void WKPreferencesSetTextAreasAreResizable(WKPreferencesRef preferencesRef, bool resizable);
|
H A D | WKPreferences.cpp | 305 void WKPreferencesSetTextAreasAreResizable(WKPreferencesRef preferencesRef, bool resizable) argument 307 toImpl(preferencesRef)->setTextAreasAreResizable(resizable);
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
H A D | ChromeClientWx.cpp | 71 wkFeatures.resizable = features.resizable;
|
/external/webkit/Tools/DumpRenderTree/win/ |
H A D | UIDelegate.h | 103 /* [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 D | gtk_util.h | 119 // |resizable| also controls whether the dialog will be resizable 123 int width_id, int height_id, bool resizable);
|
H A D | gtk_util.cc | 307 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 D | WebUIDelegate.h | 312 @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 D | IWebUIDelegate.idl | 337 @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 D | WebChromeClient.mm | 252 NSNumber *resizable = [[NSNumber alloc] initWithBool:features.resizable]; 261 resizable, @"resizable", 286 [resizable release];
|
/external/webkit/Source/WebKit/wx/ |
H A D | WebView.h | 339 , resizable(true) 349 bool resizable; member in class:wxWebKitWindowFeatures
|
/external/webkit/Source/WebKit2/Shared/ |
H A D | WebCoreArgumentCoders.h | 312 encoder->encode(windowFeatures.resizable); 345 if (!decoder->decode(windowFeatures.resizable))
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
H A D | WebChromeClient.cpp | 240 void WebChromeClient::setResizable(bool resizable) argument 242 m_page->send(Messages::WebPageProxy::SetIsResizable(resizable));
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
H A D | WebChromeClient.cpp | 192 map.set(WebWindowFeaturesResizableKey, features.resizable); 331 void WebChromeClient::setResizable(bool resizable) argument 335 uiDelegate->setResizable(m_webView, resizable);
|
/external/v8/tools/ |
H A D | stats-viewer.py | 262 self.root.resizable(width=False, height=False)
|
/external/valgrind/main/helgrind/ |
H A D | hg_main.c | 2733 Bool resizable; /* is resizing allowed? */ member in struct:__anon12564 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 D | ChromeClientAndroid.cpp | 192 bool dialog = features.dialog || !features.resizable
|
/external/webkit/Source/WebKit/efl/ewk/ |
H A D | ewk_view.h | 422 EAPI Eina_Bool ewk_view_setting_enable_auto_resize_window_set(Evas_Object *o, Eina_Bool resizable);
|