HomeSort by relevance Sort by last modified time
    Searched refs:shared_size (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sandbox/win/src/
sharedmem_ipc_server.h 52 bool Init(void* shared_mem, uint32 shared_size, uint32 channel_size);
sharedmem_ipc_server.cc 46 bool SharedMemIPCServer::Init(void* shared_mem, uint32 shared_size,
49 if (shared_size < channel_size) {
58 shared_size -= offsetof(IPCControl, channels);
59 size_t channel_count = shared_size / (sizeof(ChannelControl) + channel_size);
  /external/chromium_org/ash/system/monitor/
tray_monitor.cc 88 base::string16 shared_size = ui::FormatBytes(total_shared_bytes); local
92 UTF16ToUTF8(shared_size).c_str());

Completed in 106 milliseconds