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

<<21222324252627282930>>

  /external/chromium_org/ppapi/tests/
test_mouse_cursor.h 13 explicit TestMouseCursor(TestingInstance* instance);
test_mouse_lock.cc 13 TestMouseLock::TestMouseLock(TestingInstance* instance)
14 : TestCase(instance),
15 MouseLock(instance),
16 nested_event_(instance->pp_instance()) {
test_net_address.h 14 explicit TestNetAddress(TestingInstance* instance);
test_printing.h 18 explicit TestPrinting(TestingInstance* instance);
test_resource_array.h 14 explicit TestResourceArray(TestingInstance* instance);
test_scrollbar.cc 12 #include "ppapi/cpp/instance.h"
18 TestScrollbar::TestScrollbar(TestingInstance* instance)
19 : TestCase(instance),
20 WidgetClient_Dev(instance),
21 scrollbar_(instance, true),
test_tcp_server_socket_private_disallowed.h 17 explicit TestTCPServerSocketPrivateDisallowed(TestingInstance* instance);
test_tcp_socket_private_trusted.h 18 explicit TestTCPSocketPrivateTrusted(TestingInstance* instance);
test_trace_event.h 15 explicit TestTraceEvent(TestingInstance* instance);
  /external/chromium_org/ppapi/thunk/
ppb_network_proxy_api.h 26 virtual int32_t GetProxyForURL(PP_Instance instance,
  /external/chromium_org/ppapi/utility/private/
network_list_observer_private.h 22 explicit NetworkListObserverPrivate(const InstanceHandle& instance);
  /external/chromium_org/remoting/client/plugin/
pepper_audio_player.h 10 #include "ppapi/cpp/instance.h"
18 explicit PepperAudioPlayer(pp::Instance* instance);
27 pp::Instance* instance_;
  /external/chromium_org/sandbox/win/src/
win_utils.h 46 static Derived* instance = NULL; local
47 if (NULL == instance) {
48 instance = new Derived();
53 return instance;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
CustomElementCallbackScheduler.cpp 46 CustomElementCallbackQueue* queue = CustomElementCallbackDispatcher::instance().ensureInCurrentElementQueue(element);
55 CustomElementCallbackQueue* queue = CustomElementCallbackDispatcher::instance().createAtFrontOfCurrentElementQueue(element);
64 CustomElementCallbackQueue* queue = CustomElementCallbackDispatcher::instance().ensureInCurrentElementQueue(element);
73 CustomElementCallbackQueue* queue = CustomElementCallbackDispatcher::instance().ensureInCurrentElementQueue(element);
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionController.cpp 68 return DeviceMotionDispatcher::instance().latestDeviceMotionData();
73 return DeviceMotionEvent::create(eventNames().devicemotionEvent, DeviceMotionDispatcher::instance().latestDeviceMotionData());
78 DeviceMotionDispatcher::instance().addDeviceMotionController(this);
83 DeviceMotionDispatcher::instance().removeDeviceMotionController(this);
DeviceMotionDispatcher.h 51 static DeviceMotionDispatcher& instance();
DeviceOrientationDispatcher.h 51 static DeviceOrientationDispatcher& instance();
NewDeviceOrientationController.cpp 68 return DeviceOrientationDispatcher::instance().latestDeviceOrientationData();
74 DeviceOrientationDispatcher::instance().latestDeviceOrientationData());
79 DeviceOrientationDispatcher::instance().addDeviceOrientationController(this);
84 DeviceOrientationDispatcher::instance().removeDeviceOrientationController(this);
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
markidle_unittest.cc 59 MallocExtension::instance()->MarkThreadIdle();
68 MallocExtension::instance()->MarkThreadIdle();
75 CHECK(MallocExtension::instance()->GetNumericProperty(
90 MallocExtension::instance()->MarkThreadIdle();
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
markidle_unittest.cc 59 MallocExtension::instance()->MarkThreadIdle();
68 MallocExtension::instance()->MarkThreadIdle();
75 CHECK(MallocExtension::instance()->GetNumericProperty(
90 MallocExtension::instance()->MarkThreadIdle();
  /external/guava/guava-gwt/src/com/google/common/collect/
ImmutableSortedMap_CustomFieldSerializer.java 35 ImmutableSortedMap<?, ?> instance) {
54 ImmutableSortedMap<?, ?> instance) throws SerializationException {
55 writer.writeObject(instance.comparator());
57 Map_CustomFieldSerializerBase.serialize(writer, instance);
RegularImmutableSortedSet_CustomFieldSerializer.java 36 RegularImmutableSortedSet<?> instance) {
61 RegularImmutableSortedSet<?> instance) throws SerializationException {
62 writer.writeObject(instance.comparator());
64 Collection_CustomFieldSerializerBase.serialize(writer, instance);
  /external/jmdns/src/javax/jmdns/
NetworkTopologyDiscovery.java 54 * NetworkTopologyDiscovery.Factory enable the creation of new instance of NetworkTopologyDiscovery.
104 * Returns a new instance of NetworkTopologyDiscovery using the class delegate if it exists.
106 * @return new instance of NetworkTopologyDiscovery
109 NetworkTopologyDiscovery instance = null; local
112 instance = delegate.newNetworkTopologyDiscovery();
114 return (instance != null ? instance : new NetworkTopologyDiscoveryImpl());
118 * Return the instance of the Multihommed Multicast DNS.
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
ClassHandler.java 16 Object methodInvoked(Class clazz, String methodName, Object instance, String[] paramTypes, Object[] params) throws Throwable;
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattDescriptor.java 94 * Instance ID for this descriptor.
137 int instance, int permissions) {
138 initDescriptor(characteristic, uuid, instance, permissions);
142 int instance, int permissions) {
145 mInstance = instance;
175 * Returns the instance ID for this descriptor.
178 * the instance ID is used to distuinguish between descriptors.
182 * @return Instance ID of this descriptor

Completed in 1563 milliseconds

<<21222324252627282930>>