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

  /external/chromium_org/ui/gl/
gl_share_group.h 26 void RemoveContext(GLContext* context);
gl_share_group.cc 24 void GLShareGroup::RemoveContext(GLContext* context) {
gl_context.cc 63 share_group_->RemoveContext(this);
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 80 void RemoveContext(WebGraphicsContext3DCommandBufferImpl* context) {
webgraphicscontext3d_command_buffer_impl.cc 328 share_group_->RemoveContext(this);
  /external/chromium_org/ipc/
ipc_sync_channel.cc 46 // if necessary. Call RemoveContext on the same thread when done.
131 void RemoveContext(SyncContext* context) {
324 received_sync_msgs_->RemoveContext(this);
  /external/chromium_org/third_party/WebKit/Source/core/page/
NetworkStateNotifierTest.cpp 255 TEST_F(NetworkStateNotifierTest, RemoveContext)

Completed in 285 milliseconds