/dalvik/hit/src/com/android/hit/ |
ArrayInstance.java | 23 public class ArrayInstance extends Instance { 43 * mData holds a stream of object instance ids 62 Instance instance = state.findReference(id); local 64 if (instance != null) { 65 instance.addParent(this); 79 public final void visit(Set<Instance> resultSet, Filter filter) { 98 * mData holds a stream of object instance ids 118 Instance instance = state.findReference(id) local [all...] |
/external/chromium_org/ash/shell/ |
shell_main.cc | 14 int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) { 24 params.instance = instance;
|
/external/chromium_org/chrome/browser/extensions/api/file_system/ |
entry_watcher_service_factory.h | 22 // Returns a service instance singleton per |context|, after creating it 26 // Returns a service instance for the context if exists. Otherwise, returns 30 // Gets a singleton instance of the factory.
|
/external/chromium_org/chrome/browser/policy/cloud/ |
policy_header_service_factory.h | 20 // Returns the instance of PolicyHeaderService for the passed |context|, or 21 // NULL if there is none (for instance, for incognito windows). 25 // Returns an instance of the PolicyHeaderServiceFactory singleton.
|
/external/chromium_org/components/nacl/renderer/ |
pnacl_translation_resource_host.cc | 50 PP_Instance instance, 60 instance, 68 PP_Instance instance, 73 render_view_id, instance, cache_info))) { 82 pending_cache_requests_.insert(std::make_pair(instance, callback)); 86 PP_Instance instance, 94 instance, 100 PP_Instance instance, 107 DCHECK(pending_cache_requests_.count(instance) == 0); 108 sender_->Send(new NaClHostMsg_ReportTranslationFinished(instance, [all...] |
/external/chromium_org/content/browser/renderer_host/ |
render_view_host_factory.cc | 17 SiteInstance* instance, 25 return factory_->CreateRenderViewHost(instance, delegate, widget_delegate, 29 return new RenderViewHostImpl(instance, delegate, widget_delegate, routing_id,
|
/external/chromium_org/content/child/ |
worker_thread_task_runner.cc | 17 int worker_thread_id = WorkerTaskRunner::Instance()->CurrentWorkerId(); 29 return WorkerTaskRunner::Instance()->PostTask(worker_thread_id_, task); 33 return worker_thread_id_ == WorkerTaskRunner::Instance()->CurrentWorkerId();
|
/external/chromium_org/content/common/ |
pepper_renderer_instance_data.h | 17 // instance and is related to the renderer in which the plugin instance lives. 19 // instance is created and is stored in the BrowserPpapiHost.
|
/external/chromium_org/extensions/shell/app/ |
shell_main.cc | 14 int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) { 24 params.instance = instance;
|
/external/chromium_org/ppapi/api/ |
pp_instance.idl | 8 * instance. 12 * The <code>PP_Instance</code> value uniquely identifies one instance of a 13 * module (.nexe/PP_Module). There will be one module instance for every
|
/external/chromium_org/ppapi/api/private/finish_writing_these/ |
ppb_pdf.idl | 76 [in] PP_Instance instance, 81 [in] PP_Instance instance, 90 [in] PP_Instance instance, 107 [in] PP_Instance instance, 119 [in] PP_Instance instance); 121 [in] PP_Instance instance); 127 [in] PP_Instance instance, 140 [in] PP_Instance instance); 147 [in] PP_Instance instance, 152 [in] PP_Instance instance); [all...] |
/external/chromium_org/ppapi/api/private/ |
ppp_find_private.idl | 20 PP_Bool StartFind([in] PP_Instance instance, 27 void SelectFindResult([in] PP_Instance instance, 34 void StopFind([in] PP_Instance instance);
|
/external/chromium_org/ppapi/c/ |
pp_instance.h | 17 * instance. 26 * The <code>PP_Instance</code> value uniquely identifies one instance of a 27 * module (.nexe/PP_Module). There will be one module instance for every
|
/external/chromium_org/ppapi/cpp/dev/ |
video_capture_client_dev.h | 17 class Instance; 21 explicit VideoCaptureClient_Dev(Instance* instance);
|
/external/chromium_org/ppapi/cpp/ |
network_monitor.cc | 9 #include "ppapi/cpp/instance.h" 23 NetworkMonitor::NetworkMonitor(const InstanceHandle& instance) { 26 instance.pp_instance()));
|
/external/chromium_org/ppapi/cpp/private/ |
flash_drm.h | 21 explicit DRM(const InstanceHandle& instance); 25 // Outputs the HMONITOR associated with the current plugin instance in 31 // current plugin instance is external.
|
instance_private.h | 17 #include "ppapi/cpp/instance.h" 25 class InstancePrivate : public Instance { 27 explicit InstancePrivate(PP_Instance instance);
|
/external/chromium_org/ppapi/examples/enumerate_devices/ |
enumerate_devices.cc | 16 #include "ppapi/cpp/instance.h" 36 virtual pp::Instance* CreateInstance(PP_Instance instance); 39 class EnumerateDevicesDemoInstance : public pp::Instance, 42 EnumerateDevicesDemoInstance(PP_Instance instance, pp::Module* module); 45 // pp::Instance implementation (see PPP_Instance). 66 EnumerateDevicesDemoInstance::EnumerateDevicesDemoInstance(PP_Instance instance, 68 : pp::Instance(instance), 116 pp::Instance* EnumerateDevicesDemoModule::CreateInstance(PP_Instance instance) [all...] |
/external/chromium_org/ppapi/proxy/ |
ppp_find_proxy.h | 29 void OnPluginMsgStartFind(PP_Instance instance, 31 void OnPluginMsgSelectFindResult(PP_Instance instance, 33 void OnPluginMsgStopFind(PP_Instance instance);
|
/external/chromium_org/ppapi/thunk/ |
ppb_ext_crx_file_system_private_thunk.cc | 20 int32_t Open(PP_Instance instance, 24 EnterInstanceAPI<PPB_IsolatedFileSystem_Private_API> enter(instance, 29 instance,
|
ppb_file_mapping_api.h | 25 virtual int32_t Map(PP_Instance instance, 33 virtual int32_t Unmap(PP_Instance instance, 37 virtual int64_t GetMapPageSize(PP_Instance instance) = 0;
|
ppb_flash_font_file_thunk.cc | 16 PP_Resource Create(PP_Instance instance, 19 EnterResourceCreation enter(instance); 22 return enter.functions()->CreateFlashFontFile(instance, description, charset);
|
ppb_flash_fullscreen_api.h | 18 virtual PP_Bool IsFullscreen(PP_Instance instance) = 0; 19 virtual PP_Bool SetFullscreen(PP_Instance instance, 25 virtual void SetLocalIsFullscreen(PP_Instance instance,
|
ppb_gamepad_thunk.cc | 21 void Sample(PP_Instance instance, struct PP_GamepadsSampleData* data) { 23 EnterInstanceAPI<PPB_Gamepad_API> enter(instance); 28 enter.functions()->Sample(instance, data);
|
ppb_input_event_private_thunk.cc | 23 void StartTrackingLatency(PP_Instance instance) { 24 EnterInstance enter(instance); 27 enter.functions()->StartTrackingLatency(instance);
|