HomeSort by relevance Sort by last modified time
    Searched full:instancedata (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/ppapi/proxy/
plugin_dispatcher.h 44 struct InstanceData {
45 InstanceData();
46 ~InstanceData();
151 InstanceData* GetInstanceData(PP_Instance instance);
186 typedef base::hash_map<PP_Instance, InstanceData> InstanceDataMap;
plugin_dispatcher.cc 54 InstanceData::InstanceData()
59 InstanceData::~InstanceData() {
256 instance_map_[instance] = InstanceData();
276 InstanceData* PluginDispatcher::GetInstanceData(PP_Instance instance) {
ppb_instance_proxy.cc 73 InstanceData* data = dispatcher->GetInstanceData(instance);
255 InstanceData* data = static_cast<PluginDispatcher*>(dispatcher())->
338 InstanceData* data = static_cast<PluginDispatcher*>(dispatcher())->
363 InstanceData* data = static_cast<PluginDispatcher*>(dispatcher())->
366 InstanceData::SingletonResourceMap::iterator it =
749 InstanceData* data = static_cast<PluginDispatcher*>(dispatcher())->
799 InstanceData* data =
    [all...]
graphics_2d_resource.cc 141 InstanceData* data = dispatcher->GetInstanceData(pp_instance());
ppp_instance_proxy.cc 206 InstanceData* data = dispatcher->GetInstanceData(instance);
  /external/chromium_org/ppapi/shared_impl/
resource_tracker.h 105 struct InstanceData {
111 typedef base::hash_map<PP_Instance, linked_ptr<InstanceData> > InstanceMap;
resource_tracker.cc 109 instance_map_[instance] = linked_ptr<InstanceData>(new InstanceData);
122 InstanceData& data = *found_instance->second;
  /dalvik/vm/oo/
Object.h 227 u4 instanceData[1];
243 u4 instanceData[1];
351 u4 instanceData[CLASS_FIELD_SLOTS];
Class.cpp     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
tclsqlite.c 183 static int incrblobClose(ClientData instanceData, Tcl_Interp *interp){
184 IncrblobChannel *p = (IncrblobChannel *)instanceData;
213 ClientData instanceData,
218 IncrblobChannel *p = (IncrblobChannel *)instanceData;
245 ClientData instanceData,
250 IncrblobChannel *p = (IncrblobChannel *)instanceData;
278 ClientData instanceData,
283 IncrblobChannel *p = (IncrblobChannel *)instanceData;
303 static void incrblobWatch(ClientData instanceData, int mode){
306 static int incrblobHandle(ClientData instanceData, int dir, ClientData *hPtr)
    [all...]
test1.c     [all...]
  /dalvik/vm/reflect/
Reflect.cpp 1034 valuePtr = (s4*) arg->instanceData;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
svga_dump.c     [all...]
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga3d_reg.h     [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_reg.h     [all...]

Completed in 317 milliseconds