/third_party/node/deps/v8/src/snapshot/ |
D | context-deserializer.cc | 67 ResizableFlag resizable = bs && bs->is_resizable() in SetupOffHeapArrayBufferBackingStores() local 70 buffer->Setup(shared, resizable, bs); in SetupOffHeapArrayBufferBackingStores()
|
/third_party/glfw/src/ |
D | window.c | 177 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()
|
D | internal.h | 256 GLFWbool resizable; member 350 GLFWbool resizable; member
|
D | cocoa_window.m | 72 if (window->resizable) 993 if (wndconfig->resizable)
|
D | x11_window.c | 258 if (window->resizable) in updateNormalHints() 1774 if (!window->resizable) in _glfwPlatformSetWindowSize()
|
D | win32_window.c | 53 if (window->resizable) in getWindowStyle()
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-arraybuffer.cc | 46 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()
|
D | arraybuffer.tq | 57 // #sec-get-arraybuffer.prototype.resizable 62 const functionName = 'get ArrayBuffer.prototype.resizable';
|
/third_party/node/deps/v8/src/objects/ |
D | backing-store.cc | 174 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()
|
D | js-array-buffer.cc | 47 void JSArrayBuffer::Setup(SharedFlag shared, ResizableFlag resizable, in Setup() argument 52 set_is_resizable(resizable == ResizableFlag::kResizable); in Setup()
|
D | backing-store.h | 172 size_t byte_capacity, SharedFlag shared, ResizableFlag resizable,
|
D | js-array-buffer.h | 90 V8_EXPORT_PRIVATE void Setup(SharedFlag shared, ResizableFlag resizable,
|
/third_party/python/Lib/idlelib/idle_test/ |
D | htest.py | 375 root.resizable(0, 0)
|
/third_party/python/Doc/c-api/ |
D | slice.rst | 58 This function is considered not safe for resizable sequences.
|
/third_party/python/Lib/idlelib/ |
D | help_about.py | 45 self.resizable(height=False, width=False)
|
D | config_key.py | 64 self.resizable(height=False, width=False)
|
D | query.py | 82 self.resizable(height=False, width=False)
|
D | configdialog.py | 79 self.resizable(height=FALSE, width=FALSE)
|
/third_party/node/deps/v8/tools/ |
D | stats-viewer.py | 265 self.root.resizable(width=False, height=False)
|
/third_party/glfw/docs/ |
D | window.dox | 174 `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/ |
D | patch.cfg | 95 # Support creation of captionless windows with resizable borders.
|
/third_party/ltp/scripts/ |
D | spelling.txt | 1256 resizeable||resizable
|
/third_party/node/deps/v8/src/heap/ |
D | factory.cc | 2863 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/ |
D | ARB_clip_control.txt | 545 to resizable windows, the window width and height can change
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_clip_control.txt | 535 to resizable windows, the window width and height can change
|