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

/external/chromium_org/chrome/browser/ui/cocoa/extensions/
H A Dbrowser_actions_container_view.h77 @property(nonatomic,getter=isResizable) BOOL resizable; variable
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DWindowFeatures.h54 , resizable(true)
76 bool resizable; member in struct:blink::WindowFeatures
/external/chromium_org/third_party/WebKit/public/web/
H A DWebWindowFeatures.h59 bool resizable; member in struct:blink::WebWindowFeatures
79 , resizable(true)
101 , resizable(f.resizable)
124 result.resizable = resizable;
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window.h173 // If true, the window will be resizable by the user. Defaults to true.
174 bool resizable; member in struct:extensions::AppWindow::CreateParams
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel.cc585 void Panel::SetAutoResizable(bool resizable) { argument
586 if (auto_resizable_ == resizable)
589 auto_resizable_ = resizable;
/external/valgrind/main/helgrind/
H A Dhg_main.c2843 Bool resizable; /* is resizing allowed? */ member in struct:__anon32834
2904 UWord resizable )
2911 "(tid=%d, barrier=%p, count=%lu, resizable=%lu)\n",
2912 (Int)tid, (void*)barrier, count, resizable );
2923 if (resizable != 0 && resizable != 1) {
2925 thr, "pthread_barrier_init: invalid 'resizable' argument"
2953 bar->resizable = resizable == 1 ? True : False;
3147 if (!bar->resizable) {
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 267 milliseconds