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

  /external/chromium_org/ppapi/proxy/
plugin_resource.h 32 RENDERER = 0,
40 // or renderer. Generally resources will use these to tell if they should
59 // Sends a create message to the browser or renderer for the current resource.
121 // Calls the browser/renderer with sync messages. Returns the pepper error
131 // RENDERER, PpapiHostMsg_MyResourceType_MyRequestMessage(),
157 return dest == RENDERER ? connection_.renderer_sender :
  /external/chromium_org/content/browser/renderer_host/input/
input_router_impl.h 111 // controller, client and renderer, in that order.
124 // Returns true if |input_event| was successfully sent to the renderer
161 RENDERER,
253 // A queue of keyboard events. We can't trust data from the renderer so we
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 562 static const char RENDERER[] = {"Android Emulator OpenGL ES Translator ("};
564 const size_t RENDERER_LEN = sizeof(RENDERER) - 1;
576 s_glRenderer.append(RENDERER, RENDERER_LEN);

Completed in 733 milliseconds