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

<<31323334353637383940>>

  /external/chromium_org/ppapi/cpp/dev/
video_capture_client_dev.h 17 class Instance;
21 explicit VideoCaptureClient_Dev(Instance* instance);
video_decoder_client_dev.h 14 class Instance;
20 // instance.
23 VideoDecoderClient_Dev(Instance* instance);
  /external/chromium_org/ppapi/cpp/
host_resolver.h 34 /// @param[in] instance The instance with which this resource will be
36 explicit HostResolver(const InstanceHandle& instance);
message_loop.h 25 /// Note the system manages the lifetime of the instance (and all associated
26 /// resources). If the instance is deleted from the page, background threads may
29 /// with your instance, you will probably want to create some kind of threadsafe
30 /// proxy object that can handle asynchronous destruction of the instance
138 /// Creates a message loop associated with the given instance. The resource
144 explicit MessageLoop(const InstanceHandle& instance);
  /external/chromium_org/ppapi/cpp/private/
host_resolver_private.h 24 explicit HostResolverPrivate(const InstanceHandle& instance);
  /external/chromium_org/ppapi/cpp/trusted/
file_chooser_trusted.h 19 FileChooser_Trusted(const InstanceHandle& instance,
  /external/chromium_org/ppapi/examples/file_chooser/
file_chooser.cc 18 MyInstance(PP_Instance instance)
19 : pp::InstancePrivate(instance) {
93 virtual pp::Instance* CreateInstance(PP_Instance instance) {
94 return new MyInstance(instance);
  /external/chromium_org/ppapi/examples/mouse_cursor/
mouse_cursor.cc 8 #include "ppapi/cpp/instance.h"
25 class MyInstance : public pp::Instance {
27 MyInstance(PP_Instance instance)
28 : pp::Instance(instance), width_(0), height_(0) {
86 virtual pp::Instance* CreateInstance(PP_Instance instance) {
87 return new MyInstance(instance);
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
module_instance.cc 6 // instance in browser interactions and provides a way to register custom
76 PP_Bool DidCreateDefault(PP_Instance instance,
91 set_pp_instance(instance);
97 void DidDestroyDefault(PP_Instance /*instance*/) {
100 void DidChangeViewDefault(PP_Instance /*instance*/, PP_Resource /*view*/) {
103 void DidChangeFocusDefault(PP_Instance /*instance*/,
107 PP_Bool HandleDocumentLoadDefault(PP_Instance instance,
126 void HandleMessage(PP_Instance instance, PP_Var message) {
  /external/chromium_org/ppapi/proxy/
printing_resource.h 22 PP_Instance instance);
url_response_info_resource.h 28 PP_Instance instance,
  /external/chromium_org/ppapi/shared_impl/
ppb_resource_array_shared.h 22 PP_Instance instance,
  /external/chromium_org/ppapi/tests/
test_broker.h 16 TestBroker(TestingInstance* instance);
test_char_set.h 17 TestCharSet(TestingInstance* instance);
test_flash.h 17 explicit TestFlash(TestingInstance* instance);
test_flash_fullscreen.h 21 explicit TestFlashFullscreen(TestingInstance* instance);
test_flash_message_loop.h 22 explicit TestFlashMessageLoop(TestingInstance* instance);
test_mouse_lock.h 17 explicit TestMouseLock(TestingInstance* instance);
test_network_monitor_private.h 19 explicit TestNetworkMonitorPrivate(TestingInstance* instance);
test_scrollbar.h 16 TestScrollbar(TestingInstance* instance);
test_truetype_font.h 17 explicit TestTrueTypeFont(TestingInstance* instance);
test_video_destination.h 16 explicit TestVideoDestination(TestingInstance* instance);
test_video_source.h 16 explicit TestVideoSource(TestingInstance* instance);
  /external/chromium_org/remoting/client/plugin/
pepper_network_manager.h 25 PepperNetworkManager(const pp::InstanceHandle& instance);
  /external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
MediaStreamCenter.h 58 static MediaStreamCenter& instance();

Completed in 1216 milliseconds

<<31323334353637383940>>