Home
last modified time | relevance | path

Searched refs:NewTable (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef/browser/alloy/
Dalloy_browser_context.cc77 void NewTable(base::ReadOnlySharedMemoryRegion* table_region) override { in NewTable() function in CefVisitedLinkListener
81 it->second->NewTable(table_region); in NewTable()
/third_party/node/deps/v8/src/logging/
Druntime-call-stats.cc301 RuntimeCallStats* WorkerThreadRuntimeCallStats::NewTable() { in NewTable() function in v8::internal::WorkerThreadRuntimeCallStats
331 table_ = worker_stats->NewTable(); in WorkerThreadRuntimeCallStatsScope()
Druntime-call-stats.h672 RuntimeCallStats* NewTable();