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

<<11121314151617181920>>

  /external/chromium_org/ppapi/cpp/
graphics_3d.h 26 /// to a module instance using <code>Instance::BindGraphics</code> to draw on
29 /// @param[in] instance The instance with which this resource will be
65 Graphics3D(const InstanceHandle& instance,
70 /// module instance using <code>Instance::BindGraphics</code> to draw on the
76 /// @param[in] instance The instance that will own the new Graphics3D.
88 Graphics3D(const InstanceHandle& instance,
    [all...]
net_address.h 33 /// @param[in] instance The instance with which this resource will be
36 NetAddress(const InstanceHandle& instance,
42 /// @param[in] instance The instance with which this resource will be
45 NetAddress(const InstanceHandle& instance,
network_monitor.cc 9 #include "ppapi/cpp/instance.h"
23 NetworkMonitor::NetworkMonitor(const InstanceHandle& instance) {
26 instance.pp_instance()));
network_proxy.cc 27 const InstanceHandle& instance,
34 instance.pp_instance(), url.pp_var(),
  /external/chromium_org/ppapi/cpp/private/
ext_crx_file_system_private.cc 24 const InstanceHandle& instance) : instance_(instance.pp_instance()) {
flash_device_id.cc 26 DeviceID::DeviceID(const InstanceHandle& instance) : Resource() {
29 instance.pp_instance()));
flash_message_loop.cc 24 MessageLoop::MessageLoop(const InstanceHandle& instance) {
27 instance.pp_instance()));
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
internal_utils.h 19 void set_pp_instance(PP_Instance instance);
25 PP_Var GetScriptableObject(PP_Instance instance);
  /external/chromium_org/ppapi/proxy/
broker_resource.cc 13 BrokerResource::BrokerResource(Connection connection, PP_Instance instance)
14 : PluginResource(connection, instance) {
gamepad_resource.h 29 // It's more convenient to do this as a resource, so the instance just
35 GamepadResource(Connection connection, PP_Instance instance);
42 virtual void Sample(PP_Instance instance,
ppp_input_event_proxy.h 30 void OnMsgHandleInputEvent(PP_Instance instance,
32 void OnMsgHandleFilteredInputEvent(PP_Instance instance,
ppp_messaging_proxy.h 28 void OnMsgHandleMessage(PP_Instance instance,
30 void OnMsgHandleBlockingMessage(PP_Instance instance,
  /external/chromium_org/ppapi/shared_impl/
ppb_device_ref_shared.cc 19 PP_Instance instance,
21 : Resource(type, instance), data_(data) {}
ppb_instance_shared.h 21 virtual void Log(PP_Instance instance,
24 virtual void LogWithSource(PP_Instance instance,
  /external/chromium_org/ppapi/tests/
test_cursor_control.cc 13 TestCursorControl::TestCursorControl(TestingInstance* instance)
14 : TestCase(instance),
test_file_mapping.h 16 explicit TestFileMapping(TestingInstance* instance)
17 : TestCase(instance),
  /external/chromium_org/remoting/client/plugin/
pepper_util.h 25 const pp::InstanceHandle& instance,
29 bool SocketAddressToPpNetAddress(const pp::InstanceHandle& instance,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
memoized.py 53 def __get__(self, instance, owner):
55 return functools.partial(self.__call__, instance)
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
static_instance.h 40 static T* volatile instance = NULL; local
70 instance = T::CreateInstance();
72 T* old_instance = instance;
73 instance = NULL;
96 // The instance has been destroyed by some other thread. Rollback.
102 if (instance == NULL) {
113 // updated just yet (that's done when the instance is created).
126 // Create instance and let whichever thread finishes first assign its
127 // local copy to the global instance. All other threads reclaim their
131 InterlockedExchangePointer(reinterpret_cast<void * volatile*>(&instance),
    [all...]
  /external/chromium_org/ui/base/ime/
text_input_focus_manager.cc 17 TextInputFocusManager* instance = Singleton<TextInputFocusManager>::get(); local
18 // DCHECK(instance->thread_checker_.CalledOnValidThread());
19 return instance;
  /external/guava/guava-gwt/src/com/google/common/collect/
EmptyImmutableListMultimap_CustomFieldSerializer.java 31 EmptyImmutableListMultimap instance) {
36 return EmptyImmutableListMultimap.INSTANCE;
40 EmptyImmutableListMultimap instance) {
EmptyImmutableList_CustomFieldSerializer.java 30 EmptyImmutableList instance) {
35 return EmptyImmutableList.INSTANCE;
39 EmptyImmutableList instance) {
EmptyImmutableMap_CustomFieldSerializer.java 31 EmptyImmutableMap instance) {
36 return EmptyImmutableMap.INSTANCE;
40 EmptyImmutableMap instance) {
EmptyImmutableMultiset_CustomFieldSerializer.java 31 EmptyImmutableMultiset instance) {
36 return EmptyImmutableMultiset.INSTANCE;
40 EmptyImmutableMultiset instance) {
EmptyImmutableSetMultimap_CustomFieldSerializer.java 31 EmptyImmutableSetMultimap instance) {
36 return EmptyImmutableSetMultimap.INSTANCE;
40 EmptyImmutableSetMultimap instance) {

Completed in 402 milliseconds

<<11121314151617181920>>