/external/webkit/Source/WebKit/chromium/public/ |
D | WebWindowFeatures.h | 59 bool resizable; member 75 , resizable(true) in WebWindowFeatures() 97 , resizable(f.resizable) in WebWindowFeatures()
|
/external/webkit/Source/WebCore/page/ |
D | WindowFeatures.h | 51 , resizable(true) in WindowFeatures() 74 bool resizable; member
|
D | WindowFeatures.cpp | 63 resizable = true; in WindowFeatures() 72 resizable = true; in WindowFeatures() 205 resizable = boolFeature(features, "resizable"); in WindowFeatures()
|
/external/doclava/res/assets/templates/assets/ |
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-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; 1084 background: transparent url("images/resizable-s2.gif") repeat scroll center top; } 1085 .ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%; 1086 background: transparent url("images/resizable-e2.gif") repeat scroll right center; }
|
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(); } });
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
D | browser_actions_container_view.mm | 55 - (void)setResizable:(BOOL)resizable { 56 if (resizable == resizable_) 58 resizable_ = resizable;
|
D | browser_actions_container_view.h | 78 @property(nonatomic,getter=isResizable) BOOL resizable;
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebUIClient.cpp | 63 map.set("resizable", WebBoolean::create(windowFeatures.resizable)); in createNewPage() 227 void WebUIClient::setIsResizable(WebPageProxy* page, bool resizable) in setIsResizable() argument 231 m_client.setIsResizable(toAPI(page), resizable, m_client.clientInfo); in setIsResizable()
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | ChromeClientWx.cpp | 71 wkFeatures.resizable = features.resizable; in wkFeaturesforWindowFeatures()
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKPreferences.cpp | 305 void WKPreferencesSetTextAreasAreResizable(WKPreferencesRef preferencesRef, bool resizable) in WKPreferencesSetTextAreasAreResizable() argument 307 toImpl(preferencesRef)->setTextAreasAreResizable(resizable); in WKPreferencesSetTextAreasAreResizable()
|
D | WKPreferences.h | 134 …EXPORT void WKPreferencesSetTextAreasAreResizable(WKPreferencesRef preferencesRef, bool resizable);
|
/external/webkit/Source/WebKit/mac/DefaultDelegates/ |
D | WebDefaultUIDelegate.m | 137 - (void)webView: (WebView *)wv setResizable:(BOOL)resizable 141 [[wv window] setShowsResizeIndicator:resizable];
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | UIDelegate.h | 103 /* [retval][out] */ BOOL *resizable) { return E_NOTIMPL; } in webViewIsResizable() argument 107 /* [in] */ BOOL resizable) { return E_NOTIMPL; } in setResizable() argument
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebChromeClient.cpp | 192 map.set(WebWindowFeaturesResizableKey, features.resizable); in createWindowFeaturesPropertyBag() 331 void WebChromeClient::setResizable(bool resizable) in setResizable() argument 335 uiDelegate->setResizable(m_webView, resizable); in setResizable()
|
/external/webkit/Source/WebKit/win/Interfaces/ |
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);
|
D | IWebUIDelegatePrivate.idl | 79 cpp_quote("#define WebWindowFeaturesResizableKey L\"resizable\"")
|
/external/chromium/chrome/browser/ui/gtk/ |
D | gtk_util.h | 123 int width_id, int height_id, bool resizable);
|
D | gtk_util.cc | 307 int width_id, int height_id, bool resizable) { in SetWindowSizeFromResources() argument 314 if (resizable) { in SetWindowSizeFromResources() 334 gtk_window_set_resizable(window, resizable ? TRUE : FALSE); in SetWindowSizeFromResources()
|
/external/webkit/Source/WebKit2/Shared/ |
D | WebCoreArgumentCoders.h | 312 encoder->encode(windowFeatures.resizable); 345 if (!decoder->decode(windowFeatures.resizable))
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebUIDelegate.h | 330 - (void)webView:(WebView *)sender setResizable:(BOOL)resizable;
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | html_dialog_window_controller.mm | 237 // TODO(akalin): Make the window resizable (but with the minimum size being 240 // are resizable could just be an accident. Investigate futher...
|
/external/webkit/Source/WebKit/wx/ |
D | WebView.h | 339 , resizable(true) in wxWebKitWindowFeatures() 349 bool resizable; variable
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebChromeClient.mm | 252 NSNumber *resizable = [[NSNumber alloc] initWithBool:features.resizable]; 261 resizable, @"resizable", 286 [resizable release];
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebChromeClient.cpp | 240 void WebChromeClient::setResizable(bool resizable) in setResizable() argument 242 m_page->send(Messages::WebPageProxy::SetIsResizable(resizable)); in setResizable()
|
/external/v8/tools/ |
D | stats-viewer.py | 262 self.root.resizable(width=False, height=False)
|