HomeSort by relevance Sort by last modified time
    Searched refs:instance (Results 401 - 425 of 2823) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ppapi/tests/
test_console.h 15 explicit TestConsole(TestingInstance* instance);
test_crypto.h 16 TestCrypto(TestingInstance* instance);
test_cursor_control.h 16 TestCursorControl(TestingInstance* instance);
test_empty.h 14 explicit TestEmpty(TestingInstance* instance);
test_network_proxy.h 14 explicit TestNetworkProxy(TestingInstance* instance);
test_pdf.h 15 explicit TestPDF(TestingInstance* instance);
test_platform_verification_private.h 14 explicit TestPlatformVerificationPrivate(TestingInstance* instance);
test_talk_private.h 15 explicit TestTalkPrivate(TestingInstance* instance);
test_tcp_socket_private_disallowed.h 15 explicit TestTCPSocketPrivateDisallowed(TestingInstance* instance);
test_udp_socket_private_disallowed.h 15 explicit TestUDPSocketPrivateDisallowed(TestingInstance* instance);
test_x509_certificate_private.h 14 explicit TestX509CertificatePrivate(TestingInstance* instance);
  /external/chromium_org/ppapi/thunk/
ppb_gamepad_api.h 20 virtual void Sample(PP_Instance instance,
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementProcessingStack.cpp 45 CustomElementProcessingStack& CustomElementProcessingStack::instance() function in class:blink::CustomElementProcessingStack
47 DEFINE_STATIC_LOCAL(CustomElementProcessingStack, instance, ());
48 return instance;
54 instance().processElementQueueAndPop(s_elementQueueStart, s_elementQueueEnd);
  /external/chromium_org/third_party/WebKit/Source/modules/device_light/
DeviceLightDispatcher.h 19 static DeviceLightDispatcher& instance();
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientationDispatcher.h 16 // Blink instance should be listening to the screen orientation platform events.
26 static ScreenOrientationDispatcher& instance();
  /external/chromium_org/ui/native_theme/
native_theme_android.h 15 static NativeThemeAndroid* instance();
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.hpp 36 Win32EGLNativeDisplayFactory (HINSTANCE instance);
  /external/guava/guava-gwt/src/com/google/common/collect/
ByFunctionOrdering_CustomFieldSerializer.java 32 ByFunctionOrdering<?, ?> instance) {
44 ByFunctionOrdering<?, ?> instance) throws SerializationException {
45 writer.writeObject(instance.function);
46 writer.writeObject(instance.ordering);
ImmutableEntry_CustomFieldSerializer.java 32 ImmutableEntry<?, ?> instance) {
43 ImmutableEntry<?, ?> instance) throws SerializationException {
44 writer.writeObject(instance.getKey());
45 writer.writeObject(instance.getValue());
SingletonImmutableMap_CustomFieldSerializer.java 33 SingletonImmutableMap<?, ?> instance) {
44 SingletonImmutableMap<?, ?> instance) throws SerializationException {
45 writer.writeObject(instance.singleKey);
46 writer.writeObject(instance.singleValue);
  /external/chromium_org/ppapi/shared_impl/
ppb_audio_config_shared.cc 21 PP_Instance instance)
22 : Resource(type, instance),
29 PP_Instance instance,
33 new PPB_AudioConfig_Shared(type, instance));
54 PP_Instance instance,
59 thunk::EnterInstanceNoLock enter(instance);
65 enter.functions()->GetAudioHardwareOutputSampleRate(instance));
67 enter.functions()->GetAudioHardwareOutputBufferSize(instance);
136 PP_Instance instance) {
137 thunk::EnterInstanceNoLock enter(instance);
    [all...]
  /external/chromium_org/content/renderer/pepper/
host_var_tracker.h 36 // Tracks all live V8ObjectVar. This is so we can map between instance +
42 PP_Var V8ObjectVarForV8Object(PP_Instance instance,
44 // Returns the number of V8ObjectVars associated with the given instance.
45 // Returns 0 if the instance isn't known.
46 CONTENT_EXPORT int GetLiveV8ObjectVarsForTest(PP_Instance instance);
50 PP_Instance instance,
57 virtual int TrackSharedMemoryHandle(PP_Instance instance,
61 PP_Instance instance,
78 // and the instance it is associated with.
86 PP_Instance instance; member in struct:content::HostVarTracker::V8ObjectVarKey
102 PP_Instance instance; member in struct:content::HostVarTracker::SharedMemoryMapEntry
    [all...]
  /external/chromium_org/ppapi/api/
ppb_network_proxy.idl 32 * @param[in] instance A <code>PP_Instance</code> identifying one instance
49 int32_t GetProxyForURL([in] PP_Instance instance,
  /external/chromium_org/ppapi/api/private/
ppb_uma_private.idl 26 void HistogramCustomTimes([in] PP_Instance instance,
39 void HistogramCustomCounts([in] PP_Instance instance,
53 void HistogramEnumeration([in] PP_Instance instance,
65 int32_t IsCrashReportingEnabled([in] PP_Instance instance,
  /external/chromium_org/ppapi/cpp/
audio.h 42 /// @param[in] instance The instance with which this resource will be
49 Audio(const InstanceHandle& instance,
56 /// @param[in] instance The instance with which this resource will be
63 Audio(const InstanceHandle& instance,

Completed in 1025 milliseconds

<<11121314151617181920>>