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

  /external/chromium/chrome/browser/task_manager/
task_manager_unittest.cc 40 virtual Type GetType() const { return RENDERER; }
task_manager.h 47 RENDERER, // A normal TabContents renderer process.
258 // resource for the given row isn't a renderer.
352 // will differ from the renderer process ID.
task_manager_resource_providers.cc 141 return RENDERER;
172 return tab_contents_->tab_contents()->HostsExtension() ? EXTENSION : RENDERER;
416 return RENDERER;
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_processes_api.cc 85 case TaskManager::Resource::RENDERER:
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 282 RENDERER = 0x1F01,
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.idl 287 const unsigned int RENDERER = 0x1F01;
    [all...]
WebGLRenderingContext.cpp     [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 252 static GLubyte RENDERER[] = "OpenGL ES-CM 1.1";
259 return RENDERER;
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp     [all...]

Completed in 271 milliseconds