| task_queue_impl.h | 258   HeapHandle heap_handle() const { return main_thread_only().heap_handle; }  function in class:base::sequence_manager::internal::TaskQueueImpl 260   void set_heap_handle(HeapHandle heap_handle) {
 261     main_thread_only().heap_handle = heap_handle;
 355     HeapHandle heap_handle;  member in struct:base::sequence_manager::internal::TaskQueueImpl::MainThreadOnly
 
 |