Home
last modified time | relevance | path

Searched refs:resizable (Results 1 – 25 of 35) sorted by relevance

12

/third_party/node/deps/v8/src/snapshot/
Dcontext-deserializer.cc67 ResizableFlag resizable = bs && bs->is_resizable() in SetupOffHeapArrayBufferBackingStores() local
70 buffer->Setup(shared, resizable, bs); in SetupOffHeapArrayBufferBackingStores()
/third_party/glfw/src/
Dwindow.c177 window->resizable = wndconfig.resizable; in glfwCreateWindow()
245 _glfw.hints.window.resizable = GLFW_TRUE; in glfwDefaultWindowHints()
317 _glfw.hints.window.resizable = value ? GLFW_TRUE : GLFW_FALSE; in glfwWindowHint()
541 if (window->monitor || !window->resizable) in glfwSetWindowSizeLimits()
570 if (window->monitor || !window->resizable) in glfwSetWindowAspectRatio()
692 return window->resizable; in glfwGetWindowAttrib()
Dinternal.h256 GLFWbool resizable; member
350 GLFWbool resizable; member
Dcocoa_window.m72 if (window->resizable)
993 if (wndconfig->resizable)
Dx11_window.c258 if (window->resizable) in updateNormalHints()
1774 if (!window->resizable) in _glfwPlatformSetWindowSize()
Dwin32_window.c53 if (window->resizable) in getWindowStyle()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-arraybuffer.cc46 ResizableFlag resizable = max_length.is_null() ? ResizableFlag::kNotResizable in ConstructBuffer() local
56 array_buffer->Setup(shared, resizable, nullptr); in ConstructBuffer()
68 if (resizable == ResizableFlag::kNotResizable) { in ConstructBuffer()
Darraybuffer.tq57 // #sec-get-arraybuffer.prototype.resizable
62 const functionName = 'get ArrayBuffer.prototype.resizable';
/third_party/node/deps/v8/src/objects/
Dbacking-store.cc174 SharedFlag shared, ResizableFlag resizable, in BackingStore() argument
184 is_resizable_(resizable == ResizableFlag::kResizable), in BackingStore()
489 ResizableFlag resizable = in TryAllocateAndPartiallyCommitMemory() local
497 resizable, // resizable in TryAllocateAndPartiallyCommitMemory()
Djs-array-buffer.cc47 void JSArrayBuffer::Setup(SharedFlag shared, ResizableFlag resizable, in Setup() argument
52 set_is_resizable(resizable == ResizableFlag::kResizable); in Setup()
Dbacking-store.h172 size_t byte_capacity, SharedFlag shared, ResizableFlag resizable,
Djs-array-buffer.h90 V8_EXPORT_PRIVATE void Setup(SharedFlag shared, ResizableFlag resizable,
/third_party/python/Lib/idlelib/idle_test/
Dhtest.py375 root.resizable(0, 0)
/third_party/python/Doc/c-api/
Dslice.rst58 This function is considered not safe for resizable sequences.
/third_party/python/Lib/idlelib/
Dhelp_about.py45 self.resizable(height=False, width=False)
Dconfig_key.py64 self.resizable(height=False, width=False)
Dquery.py82 self.resizable(height=False, width=False)
Dconfigdialog.py79 self.resizable(height=FALSE, width=FALSE)
/third_party/node/deps/v8/tools/
Dstats-viewer.py265 self.root.resizable(width=False, height=False)
/third_party/glfw/docs/
Dwindow.dox174 `GLFW_RESIZABLE` specifies whether the windowed mode window will be resizable
175 _by the user_. The window will still be resizable using the @ref
717 floating, resizable, has size or aspect ratio limits, etc.. To restore a window
900 `GLFW_RESIZABLE` indicates whether the specified window is resizable _by the
/third_party/cef/patch/
Dpatch.cfg95 # Support creation of captionless windows with resizable borders.
/third_party/ltp/scripts/
Dspelling.txt1256 resizeable||resizable
/third_party/node/deps/v8/src/heap/
Dfactory.cc2863 ResizableFlag resizable = backing_store->is_resizable() in NewJSSharedArrayBuffer() local
2866 result->Setup(SharedFlag::kShared, resizable, std::move(backing_store)); in NewJSSharedArrayBuffer()
/third_party/openGLES/extensions/ARB/
DARB_clip_control.txt545 to resizable windows, the window width and height can change
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_clip_control.txt535 to resizable windows, the window width and height can change

12