HomeSort by relevance Sort by last modified time
    Searched full:instance (Results 176 - 200 of 17686) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/ppapi/c/private/
ppb_flash_fullscreen.h 33 * Checks whether the plugin instance is currently in fullscreen mode.
35 PP_Bool (*IsFullscreen)(PP_Instance instance);
37 * Switches the plugin instance to/from fullscreen mode. Returns PP_TRUE on
47 PP_Bool (*SetFullscreen)(PP_Instance instance, PP_Bool fullscreen);
49 * Gets the size of the screen in pixels. When going fullscreen, the instance
52 PP_Bool (*GetScreenSize)(PP_Instance instance, struct PP_Size* size);
58 PP_Bool (*IsFullscreen)(PP_Instance instance);
59 PP_Bool (*SetFullscreen)(PP_Instance instance, PP_Bool fullscreen);
60 PP_Bool (*GetScreenSize)(PP_Instance instance, struct PP_Size* size);
  /external/chromium_org/ppapi/cpp/dev/
text_input_dev.cc 8 #include "ppapi/cpp/instance.h"
19 void RequestSurroundingText(PP_Instance instance,
21 void* object = Instance::GetPerInstanceObject(instance,
44 TextInput_Dev::TextInput_Dev(Instance* instance)
45 : instance_(instance) {
48 instance->AddPerInstanceObject(kPPPTextInputInterface, this);
52 Instance::RemovePerInstanceObject(instance_, kPPPTextInputInterface, this);
  /external/chromium_org/ppapi/tests/manual/
delete_plugin.cc 10 #include "ppapi/cpp/instance.h"
14 class MyInstance : public pp::Instance {
16 MyInstance(PP_Instance instance) : pp::Instance(instance) {
46 When scripting is removed from instance, this is the code that will do the
64 virtual pp::Instance* CreateInstance(PP_Instance instance) {
65 return new MyInstance(instance);
  /external/chromium_org/ppapi/thunk/
ppb_audio_config_thunk.cc 16 PP_Resource CreateStereo16bit(PP_Instance instance,
20 EnterResourceCreation enter(instance);
23 return enter.functions()->CreateAudioConfig(instance, sample_rate,
34 uint32_t RecommendSampleFrameCount_1_1(PP_Instance instance,
38 EnterInstance enter(instance);
41 return PPB_AudioConfig_Shared::RecommendSampleFrameCount_1_1(instance,
68 PP_AudioSampleRate RecommendSampleRate(PP_Instance instance) {
70 EnterInstance enter(instance);
73 return PPB_AudioConfig_Shared::RecommendSampleRate(instance);
ppb_flash_print_thunk.cc 16 void InvokePrinting(PP_Instance instance) {
17 EnterInstanceAPI<PPB_Flash_Functions_API> enter(instance);
20 enter.functions()->InvokePrinting(instance);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/
singleton.h 36 return instance.get();
41 instance.reset(new T());
44 static boost::scoped_ptr<T> instance; member in class:i18n::phonenumbers::Singleton
48 template <class T> boost::scoped_ptr<T> Singleton<T>::instance; member in class:i18n::phonenumbers::Singleton
75 static T* instance = NULL;
76 if (!instance) {
77 instance = new T();
79 DCHECK(instance->thread_checker_.CalledOnValidThread());
80 return instance;
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
InstAlloc.h 32 uintptr_t pNextMember; /* Pointer to the next instance member to be allocated */
42 * Input : pms - Pointer to the INST_ALLOC instance
43 StartAddr - Base address of the instance memory
45 * Description : Initializes the instance distribution and memory size calculation function
54 * Input : pms - Pointer to the INST_ALLOC instance
57 * Description : Allocates space for a new member in the instance memory and returns
67 * Input : pms - Pointer to the INST_ALLOC instance
68 * Returns : The instance memory size
69 * Description : This functions returns the calculated instance memory size
  /external/chromium_org/athena/input/
input_manager_impl.cc 17 InputManager* instance = NULL; member in namespace:athena::__anon6758
59 DCHECK(!instance);
60 instance = this;
64 DCHECK_EQ(instance, this);
66 instance = NULL;
107 DCHECK(instance);
108 return instance;
113 DCHECK(instance);
114 return instance;
119 DCHECK(instance);
    [all...]
  /external/chromium_org/athena/virtual_keyboard/
virtual_keyboard_manager_impl.cc 27 VirtualKeyboardManager* instance; member in namespace:athena::__anon6786
67 CHECK(!instance);
68 instance = this;
73 CHECK_EQ(this, instance);
74 instance = NULL;
107 CHECK(!instance);
113 CHECK(instance);
114 return instance;
118 return instance;
122 CHECK(instance);
    [all...]
  /external/chromium_org/content/public/renderer/
renderer_ppapi_host.h 53 // or NULL if the instance is invalid.
60 PP_Instance instance);
67 virtual bool IsValidInstance(PP_Instance instance) const = 0;
73 PP_Instance instance) const = 0;
75 // Returns the RenderFrame for the given plugin instance, or NULL if the
76 // instance is invalid.
78 PP_Instance instance) const = 0;
80 // Returns the RenderView for the given plugin instance, or NULL if the
81 // instance is invalid.
82 virtual RenderView* GetRenderViewForInstance(PP_Instance instance) const = 0
    [all...]
  /external/chromium_org/content/renderer/pepper/
mock_renderer_ppapi_host.h 23 // This function takes the RenderView and instance that the mock resource
25 MockRendererPpapiHost(RenderView* render_view, PP_Instance instance);
36 virtual bool IsValidInstance(PP_Instance instance) const OVERRIDE;
37 virtual PepperPluginInstance* GetPluginInstance(PP_Instance instance) const
39 virtual RenderFrame* GetRenderFrameForInstance(PP_Instance instance) const
41 virtual RenderView* GetRenderViewForInstance(PP_Instance instance) const
44 PP_Instance instance) const OVERRIDE;
46 virtual bool HasUserGesture(PP_Instance instance) const OVERRIDE;
47 virtual int GetRoutingIDForWidget(PP_Instance instance) const OVERRIDE;
48 virtual gfx::Point PluginPointToRenderFrame(PP_Instance instance,
    [all...]
  /external/chromium_org/net/socket/
websocket_endpoint_lock_manager_unittest.cc 107 WebSocketEndpointLockManager* instance() const { return instance_; } function in class:net::__anon14184::WebSocketEndpointLockManagerTest
117 instance()->UnlockEndpoint(DummyEndpoint());
130 EXPECT_EQ(OK, instance()->LockEndpoint(DummyEndpoint(), &waiters[0]));
132 instance()->LockEndpoint(DummyEndpoint(), &waiters[1]));
139 EXPECT_EQ(OK, instance()->LockEndpoint(DummyEndpoint(), &waiter));
147 EXPECT_EQ(OK, instance()->LockEndpoint(DummyEndpoint(), &waiters[0]));
149 instance()->LockEndpoint(DummyEndpoint(), &waiters[1]));
157 EXPECT_EQ(OK, instance()->LockEndpoint(DummyEndpoint(), &waiters[0]));
159 instance()->LockEndpoint(DummyEndpoint(), &waiters[1]));
160 instance()->UnlockEndpoint(DummyEndpoint())
    [all...]
  /external/chromium_org/ppapi/api/dev/
ppp_video_decoder_dev.idl 30 * |instance| the plugin instance to which the callback is responding.
39 [in] PP_Instance instance,
50 * |instance| the plugin instance to which the callback is responding.
55 [in] PP_Instance instance,
65 * |instance| the plugin instance to which the callback is responding.
70 [in] PP_Instance instance,
79 * |instance| the plugin instance to which the callback is responding
    [all...]
  /external/chromium_org/ppapi/c/dev/
ppp_video_decoder_dev.h 48 * |instance| the plugin instance to which the callback is responding.
55 void (*ProvidePictureBuffers)(PP_Instance instance,
65 * |instance| the plugin instance to which the callback is responding.
69 void (*DismissPictureBuffer)(PP_Instance instance,
78 * |instance| the plugin instance to which the callback is responding.
82 void (*PictureReady)(PP_Instance instance,
90 * |instance| the plugin instance to which the callback is responding
    [all...]
  /external/chromium_org/ppapi/cpp/private/
content_decryptor_private.cc 12 #include "ppapi/cpp/instance.h"
27 void Initialize(PP_Instance instance,
30 Instance::GetPerInstanceObject(instance, kPPPContentDecryptorInterface);
42 void SetServerCertificate(PP_Instance instance,
46 Instance::GetPerInstanceObject(instance, kPPPContentDecryptorInterface);
59 void CreateSession(PP_Instance instance,
65 Instance::GetPerInstanceObject(instance, kPPPContentDecryptorInterface)
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
nacl_ppapi_util.cc 19 NaClPpapiPluginInstance::NaClPpapiPluginInstance(PP_Instance instance)
20 : pp::Instance(instance) {
  /external/chromium_org/ppapi/proxy/
browser_font_singleton_resource.cc 15 PP_Instance instance)
16 : PluginResource(connection, instance) {
28 PP_Var BrowserFontSingletonResource::GetFontFamilies(PP_Instance instance) {
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/include/
noise_suppression_x.h 23 * This function creates an instance to the noise reduction structure
26 * - nsxInst : Pointer to noise reduction instance that should be
30 * - nsxInst : Pointer to created noise reduction instance
40 * instance.
43 * - nsxInst : Pointer to NS instance that should be freed
52 * This function initializes a NS instance
55 * - nsxInst : Instance that should be initialized
59 * - nsxInst : Initialized instance
70 * - nsxInst : Instance that should be initialized
74 * - nsxInst : Initialized instance
    [all...]
  /external/chromium_org/ui/native_theme/
native_theme_android.cc 14 NativeTheme* NativeTheme::instance() { function in class:ui::NativeTheme
15 return NativeThemeAndroid::instance();
20 NativeThemeAndroid* NativeThemeAndroid::instance() { function in class:ui::NativeThemeAndroid
  /external/clang/test/Sema/
overloaded-func-transparent-union.c 13 } Instance __attribute__((transparent_union));
15 __attribute__((overloadable)) void Class_Init(Instance this, char *str, void *str2) {
20 __attribute__((overloadable)) void Class_Init(Instance this, char *str) {
  /external/clang/test/SemaObjC/
no-ivar-in-interface-block.m 6 @protected int P_IVAR; // expected-warning {{declaration of instance variables in the interface is deprecated}}
8 @public int PU_IVAR; // expected-warning {{declaration of instance variables in the interface is deprecated}}
10 @private int PRV_IVAR; // expected-warning {{declaration of instance variables in the interface is deprecated}}
property-dot-receiver.m 8 + (Singleton*) instance;
15 + (Singleton*) instance { return 0; }
19 [Singleton.instance someSelector]; // clang issues error here
  /dalvik/hit/src/com/android/hit/
Instance.java 23 public abstract class Instance {
26 // Id of the ClassObj of which this object is an instance
39 public boolean accept(Instance instance);
43 private ArrayList<Instance> mParents;
52 * for in a heap other than the one this Instance is in.
62 public abstract void visit(Set<Instance> resultSet, Filter filter);
69 HashSet<Instance> set = new HashSet<Instance>();
75 for (Instance instance: set)
    [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...]
  /frameworks/base/core/java/android/webkit/
WebViewFactoryProvider.java 83 * @param webView the WebView instance bound to this implementation instance. Note it will not
91 * Gets the singleton GeolocationPermissions instance for this WebView implementation. The
92 * implementation must return the same instance on subsequent calls.
93 * @return the single GeolocationPermissions instance.
98 * Gets the singleton CookieManager instance for this WebView implementation. The
99 * implementation must return the same instance on subsequent calls.
101 * @return the singleton CookieManager instance
106 * Gets the singleton WebIconDatabase instance for this WebView implementation. The
107 * implementation must return the same instance on subsequent calls
    [all...]

Completed in 1016 milliseconds

1 2 3 4 5 6 78 91011>>