Home
last modified time | relevance | path

Searched defs:resizable (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/snapshot/
Dcontext-deserializer.cc67 ResizableFlag resizable = bs && bs->is_resizable() in SetupOffHeapArrayBufferBackingStores() local
/third_party/glfw/tests/
Dwindow.c423 int resizable = glfwGetWindowAttrib(window, GLFW_RESIZABLE); in main() local
/third_party/node/deps/v8/src/objects/
Djs-array-buffer.cc47 void JSArrayBuffer::Setup(SharedFlag shared, ResizableFlag resizable, in Setup()
Dbacking-store.cc174 SharedFlag shared, ResizableFlag resizable, in BackingStore()
489 ResizableFlag resizable = in TryAllocateAndPartiallyCommitMemory() local
/third_party/node/deps/v8/src/builtins/
Dbuiltins-arraybuffer.cc46 ResizableFlag resizable = max_length.is_null() ? ResizableFlag::kNotResizable in ConstructBuffer() local
/third_party/glfw/src/
Dnull_platform.h181 GLFWbool resizable; member
Dinternal.h406 GLFWbool resizable; member
535 GLFWbool resizable; member
/third_party/node/deps/v8/src/heap/
Dfactory.cc2863 ResizableFlag resizable = backing_store->is_resizable() in NewJSSharedArrayBuffer() local
/third_party/python/Lib/tkinter/
D__init__.py2263 resizable = wm_resizable variable in Wm