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

  /external/chromium_org/ppapi/proxy/
plugin_resource.h 30 RENDERER = 0,
38 // or renderer. Generally resources will use these to tell if they should
57 // Sends a create message to the browser or renderer for the current resource.
102 // Calls the browser/renderer with sync messages. Returns the pepper error
112 // RENDERER, PpapiHostMsg_MyResourceType_MyRequestMessage(),
138 return dest == RENDERER ? connection_.renderer_sender :
  /external/chromium/chrome/browser/task_manager/
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.
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 564 static const char RENDERER[] = {"Android Emulator OpenGL ES Translator ("};
566 const size_t RENDERER_LEN = sizeof(RENDERER) - 1;
578 s_glRenderer.append(RENDERER, RENDERER_LEN);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.h 251 RENDERER = 0x1F01,
    [all...]

Completed in 438 milliseconds