HomeSort by relevance Sort by last modified time
    Searched refs:instance (Results 126 - 150 of 2393) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/ppapi/shared_impl/
resource_tracker_unittest.cc 22 MyMockResource(PP_Instance instance) : Resource(OBJECT_IS_IMPL, instance) {
61 PP_Instance instance = 0x1234567; local
62 resource_tracker().DidCreateInstance(instance);
64 scoped_refptr<MyMockResource> resource(new MyMockResource(instance));
74 resource_tracker().DidDeleteInstance(instance);
79 // Tests when the plugin is holding a ref to a resource when the instance is
82 // Make a resource with one ref held by the plugin, and delete the instance.
83 PP_Instance instance = 0x2345678; local
84 resource_tracker().DidCreateInstance(instance);
101 PP_Instance instance = 0x3456789; local
    [all...]
ppp_instance_combined.h 26 PP_Bool DidCreate(PP_Instance instance,
30 void DidDestroy(PP_Instance instance);
36 void DidChangeView(PP_Instance instance,
41 void DidChangeFocus(PP_Instance instance, PP_Bool has_focus);
42 PP_Bool HandleDocumentLoad(PP_Instance instance, PP_Resource url_loader);
52 // Non-NULL when Instance 1.0 is used.
53 void (*did_change_view_1_0_)(PP_Instance instance,
  /external/chromium_org/content/renderer/pepper/
resource_creation_impl.h 22 explicit ResourceCreationImpl(PepperPluginInstanceImpl* instance);
26 virtual PP_Resource CreateAudio(PP_Instance instance,
30 virtual PP_Resource CreateAudioTrusted(PP_Instance instance) OVERRIDE;
31 virtual PP_Resource CreateAudioConfig(PP_Instance instance,
34 virtual PP_Resource CreateAudioInput(PP_Instance instance) OVERRIDE;
35 virtual PP_Resource CreateBroker(PP_Instance instance) OVERRIDE;
36 virtual PP_Resource CreateBuffer(PP_Instance instance,
38 virtual PP_Resource CreateFileRef(PP_Instance instance,
43 virtual PP_Resource CreateFlashDRM(PP_Instance instance) OVERRIDE;
45 PP_Instance instance,
    [all...]
  /external/chromium_org/ppapi/api/private/
ppp_content_decryptor_private.idl 44 [in] PP_Instance instance,
72 [in] PP_Instance instance,
84 [in] PP_Instance instance,
102 [in] PP_Instance instance,
124 [in] PP_Instance instance,
146 [in] PP_Instance instance,
170 [in] PP_Instance instance,
192 [in] PP_Instance instance,
214 [in] PP_Instance instance,
ppb_instance_private.idl 30 /** Error creating and initializing the instance */
43 * the DOM window containing this module instance.
45 * @param[in] instance A PP_Instance whose WindowObject should be retrieved.
48 PP_Var GetWindowObject([in] PP_Instance instance);
52 * the DOM element containing this module instance.
54 * @param[in] instance A PP_Instance whose WindowObject should be retrieved.
57 PP_Var GetOwnerElementObject([in] PP_Instance instance);
77 PP_Var ExecuteScript([in] PP_Instance instance,
  /external/chromium_org/ppapi/thunk/
ppb_flash_clipboard_thunk.cc 17 uint32_t RegisterCustomFormat(PP_Instance instance,
19 EnterInstanceAPI<PPB_Flash_Clipboard_API> enter(instance);
22 return enter.functions()->RegisterCustomFormat(instance, format_name);
25 PP_Bool IsFormatAvailable(PP_Instance instance,
28 EnterInstanceAPI<PPB_Flash_Clipboard_API> enter(instance);
31 return enter.functions()->IsFormatAvailable(instance, clipboard_type, format);
34 PP_Var ReadData(PP_Instance instance,
37 EnterInstanceAPI<PPB_Flash_Clipboard_API> enter(instance);
40 return enter.functions()->ReadData(instance, clipboard_type, format);
43 int32_t WriteData(PP_Instance instance,
    [all...]
ppb_flash_functions_api.h 24 virtual PP_Var GetProxyForURL(PP_Instance instance,
26 virtual void UpdateActivity(PP_Instance instance) = 0;
27 virtual PP_Bool SetCrashData(PP_Instance instance, PP_FlashCrashKey key,
29 virtual double GetLocalTimeZoneOffset(PP_Instance instance, PP_Time t) = 0;
30 virtual PP_Var GetSetting(PP_Instance instance, PP_FlashSetting setting) = 0;
31 virtual void SetInstanceAlwaysOnTop(PP_Instance instance, PP_Bool on_top) = 0;
33 PP_Instance instance,
44 virtual int32_t Navigate(PP_Instance instance,
48 virtual PP_Bool IsRectTopmost(PP_Instance instance, const PP_Rect* rect) = 0;
49 virtual void InvokePrinting(PP_Instance instance) = 0
    [all...]
ppb_flash_file_fileref_thunk.cc 26 // TODO(brettw): this function should take an instance.
28 PP_Instance instance = GetInstanceFromFileRef(file_ref_id); local
29 EnterInstanceAPI<PPB_Flash_File_API> enter(instance);
32 return enter.functions()->OpenFileRef(instance, file_ref_id, mode, file);
36 // TODO(brettw): this function should take an instance.
38 PP_Instance instance = GetInstanceFromFileRef(file_ref_id); local
39 EnterInstanceAPI<PPB_Flash_File_API> enter(instance);
42 return enter.functions()->QueryFileRef(instance, file_ref_id, info);
  /external/chromium_org/ppapi/api/dev/
ppb_text_input_dev.idl 54 void SetTextInputType([in] PP_Instance instance,
62 void UpdateCaretPosition([in] PP_Instance instance,
69 void CancelCompositionText([in] PP_Instance instance);
95 void UpdateSurroundingText([in] PP_Instance instance,
108 void SelectionChanged([in] PP_Instance instance);
ppp_printing_dev.idl 32 uint32_t QuerySupportedFormats([in] PP_Instance instance);
40 int32_t Begin([in] PP_Instance instance,
48 PP_Resource PrintPages([in] PP_Instance instance,
53 void End([in] PP_Instance instance);
59 PP_Bool IsScalingDisabled([in] PP_Instance instance);
ppb_testing_dev.idl 64 void RunMessageLoop([in] PP_Instance instance);
70 void QuitMessageLoop([in] PP_Instance instance);
74 * associated with this plugin instance. Used for detecting leaks. Returns
77 uint32_t GetLiveObjectsForInstance([in] PP_Instance instance);
106 void SimulateInputEvent([in] PP_Instance instance,
117 PP_Var GetDocumentURL([in] PP_Instance instance,
140 void SetMinimumArrayBufferSizeForShmem([in] PP_Instance instance,
ppp_video_decoder_dev.idl 32 * |instance| the plugin instance to which the callback is responding.
39 [in] PP_Instance instance,
53 * |instance| the plugin instance to which the callback is responding.
61 [in] PP_Instance instance,
72 * |instance| the plugin instance to which the callback is responding.
77 [in] PP_Instance instance,
87 * |instance| the plugin instance to which the callback is responding
    [all...]
  /external/chromium_org/ppapi/c/private/
ppb_content_decryptor_private.h 69 void (*NeedKey)(PP_Instance instance,
92 void (*KeyAdded)(PP_Instance instance,
121 void (*KeyMessage)(PP_Instance instance,
140 void (*KeyError)(PP_Instance instance,
163 PP_Instance instance,
184 void (*DecoderInitializeDone)(PP_Instance instance,
199 void (*DecoderDeinitializeDone)(PP_Instance instance,
213 void (*DecoderResetDone)(PP_Instance instance,
234 PP_Instance instance,
269 PP_Instance instance,
    [all...]
ppb_flash_file.h 35 bool (*CreateThreadAdapterForInstance)(PP_Instance instance);
37 void (*ClearThreadAdapterForInstance)(PP_Instance instance);
42 int32_t (*OpenFile)(PP_Instance instance,
49 int32_t (*RenameFile)(PP_Instance instance,
57 int32_t (*DeleteFileOrDir)(PP_Instance instance,
63 int32_t (*CreateDir)(PP_Instance instance, const char* path);
67 int32_t (*QueryFile)(PP_Instance instance,
74 int32_t (*GetDirContents)(PP_Instance instance,
79 void (*FreeDirContents)(PP_Instance instance,
89 int32_t (*CreateTemporaryFile)(PP_Instance instance, PP_FileHandle* file)
    [all...]
  /external/chromium_org/ppapi/cpp/dev/
widget_client_dev.cc 11 #include "ppapi/cpp/instance.h"
25 void Widget_Invalidate(PP_Instance instance,
28 void* object = Instance::GetPerInstanceObject(instance, kPPPWidgetInterface);
43 void Scrollbar_ValueChanged(PP_Instance instance,
47 Instance::GetPerInstanceObject(instance, kPPPScrollbarInterface);
54 void Scrollbar_OverlayChanged(PP_Instance instance,
58 Instance::GetPerInstanceObject(instance, kPPPScrollbarInterface)
    [all...]
printing_dev.cc 8 #include "ppapi/cpp/instance.h"
23 uint32_t QuerySupportedFormats(PP_Instance instance) {
25 Instance::GetPerInstanceObject(instance, kPPPPrintingInterface);
31 int32_t Begin(PP_Instance instance,
34 Instance::GetPerInstanceObject(instance, kPPPPrintingInterface);
40 PP_Resource PrintPages(PP_Instance instance,
44 pp::Instance::GetPerInstanceObject(instance, kPPPPrintingInterface)
    [all...]
  /frameworks/base/core/java/android/gesture/
Learner.java 25 private final ArrayList<Instance> mInstances = new ArrayList<Instance>();
28 * Add an instance to the learner
30 * @param instance
32 void addInstance(Instance instance) {
33 mInstances.add(instance);
41 ArrayList<Instance> getInstances() {
46 * Remove an instance based on its id
51 ArrayList<Instance> instances = mInstances
54 Instance instance = instances.get(i); local
73 final Instance instance = instances.get(i); local
    [all...]
  /external/mockito/src/org/mockito/internal/configuration/injection/scanner/
MockScanner.java 23 private final Object instance; field in class:MockScanner
29 * @param instance The test instance
30 * @param clazz The class in the type hierarchy of this instance.
32 public MockScanner(Object instance, Class<?> clazz) {
33 this.instance = instance;
38 * Add the scanned and prepared mock instance to the given collection.
59 FieldReader fieldReader = new FieldReader(instance, field);
69 private Object preparedMock(Object instance, Field field)
    [all...]
  /external/chromium_org/content/child/npapi/
plugin_stream_url.cc 20 PluginInstance *instance,
23 : PluginStream(instance, url.spec().c_str(), notify_needed, notify_data),
29 // Protect the stream against it being destroyed or the whole plugin instance
34 instance()->RemoveStream(this);
44 if (instance()->webplugin()) {
45 instance()->webplugin()->CancelResource(id_);
49 if (instance()->webplugin()) {
51 instance()->webplugin()->CancelResource(range_requests_[i]);
60 instance()->handles_url_redirects()) {
62 instance()->NPP_URLRedirectNotify(url.spec().c_str(), http_status_code
    [all...]
  /external/chromium_org/third_party/npapi/npspy/include/
epmanager.h 51 NPP instance; member in struct:InstanceList
77 void removeEntryPointsForPlugin(NPP instance, XP_HLIB * lib);
81 NPPluginFuncs * findEntryPointsForInstance(NPP instance);
87 void callNP_Shutdown(NPP instance);
90 NPError callNPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved);
91 NPError callNPP_Destroy(NPP instance, NPSavedData** save, BOOL * last);
92 NPError callNPP_SetWindow(NPP instance, NPWindow* window);
93 NPError callNPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
94 NPError callNPP_DestroyStream(NPP instance, NPStream* stream, NPReason reason);
95 int32 callNPP_WriteReady(NPP instance, NPStream* stream)
    [all...]
  /external/chromium/chrome/browser/chromeos/
wm_message_listener.cc 11 static WmMessageListener* instance = NULL; local
12 if (!instance) {
13 instance = Singleton<WmMessageListener>::get();
14 MessageLoopForUI::current()->AddObserver(instance);
16 return instance;
26 WmIpc* wm_ipc = WmIpc::instance();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
AppSingletonizer.java 20 T instance = get(shadowApplication); local
21 if (instance == null) {
22 instance = createInstance(applicationContext);
23 set(shadowApplication, instance);
25 return instance;
30 protected abstract void set(ShadowApplication shadowApplication, T instance);
  /packages/apps/Camera/src/com/android/camera/ui/
PopupManager.java 54 PopupManager instance = sMap.get(context); local
55 if (instance == null) {
56 instance = new PopupManager();
57 sMap.put(context, instance);
59 return instance;
63 PopupManager instance = sMap.get(context); local
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
PopupManager.java 54 PopupManager instance = sMap.get(context); local
55 if (instance == null) {
56 instance = new PopupManager();
57 sMap.put(context, instance);
59 return instance;
63 PopupManager instance = sMap.get(context); local
  /external/chromium_org/ppapi/proxy/
ppp_instance_proxy.cc 42 PP_Bool DidCreate(PP_Instance instance,
54 HostDispatcher::GetForInstance(instance)->Send(
55 new PpapiMsg_PPPInstance_DidCreate(API_ID_PPP_INSTANCE, instance,
60 void DidDestroy(PP_Instance instance) {
61 HostDispatcher::GetForInstance(instance)->Send(
62 new PpapiMsg_PPPInstance_DidDestroy(API_ID_PPP_INSTANCE, instance));
65 void DidChangeView(PP_Instance instance, PP_Resource view_resource) {
66 HostDispatcher* dispatcher = HostDispatcher::GetForInstance(instance);
75 EnterInstanceNoLock enter_instance(instance);
77 flash_fullscreen = enter_instance.functions()->FlashIsFullscreen(instance);
    [all...]

Completed in 575 milliseconds

1 2 3 4 56 7 8 91011>>