HomeSort by relevance Sort by last modified time
    Searched refs:pp (Results 151 - 175 of 1125) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/ppapi/tests/
test_graphics_3d.h 13 namespace pp { namespace
15 } // namespace pp
33 int32_t SwapBuffersSync(pp::Graphics3D* context);
34 std::string CheckPixelPPAPI(pp::Graphics3D* context,
test_view.cc 24 void TestView::DidChangeView(const pp::View& view) {
49 pp::CompletionCallbackFactory<TestView> factory(this);
50 pp::CompletionCallback timeout =
52 pp::Module::Get()->core()->CallOnMainThread(
101 PP_Time begin_time = pp::Module::Get()->core()->GetTime();
104 pp::Module::Get()->core()->GetTime() - begin_time <
122 begin_time = pp::Module::Get()->core()->GetTime();
125 pp::Module::Get()->core()->GetTime() - begin_time <
134 pp::Rect original_rect = last_view_.GetRect();
136 pp::Rect desired_rect = original_rect
    [all...]
test_udp_socket.cc 23 pp::NetAddress ReplacePort(const pp::InstanceHandle& instance,
24 const pp::NetAddress& addr,
32 return pp::NetAddress(instance, ipv4_addr);
39 return pp::NetAddress(instance, ipv6_addr);
45 return pp::NetAddress();
54 bool tcp_socket_is_available = pp::TCPSocket::IsAvailable();
58 bool udp_socket_is_available = pp::UDPSocket::IsAvailable();
62 bool net_address_is_available = pp::NetAddress::IsAvailable();
88 std::string TestUDPSocket::GetLocalAddress(pp::NetAddress* address)
    [all...]
test_core.cc 24 pp::Core* core = pp::Module::Get()->core();
37 pp::Core* core = pp::Module::Get()->core();
test_platform_verification_private.cc 25 pp::PlatformVerification platform_verification_api(instance_);
27 pp::VarArrayBuffer challenge_array(256);
34 pp::Var signed_data, signed_data_signature, platform_key_certificate;
36 pp::Var(service_id_str), challenge_array, &signed_data,
  /external/chromium_org/remoting/client/plugin/
pepper_port_allocator.h 27 const pp::InstanceHandle& instance);
39 const pp::InstanceHandle& instance,
43 pp::InstanceHandle instance_;
  /external/chromium_org/third_party/angle/src/compiler/
Diagnostics.h 14 class TDiagnostics : public pp::Diagnostics
26 const pp::SourceLocation& loc,
35 const pp::SourceLocation& loc,
  /external/chromium_org/native_client_sdk/src/examples/api/websocket/
websocket.cc 15 class WebSocketInstance : public pp::Instance {
18 : pp::Instance(instance), websocket_(NULL) {}
20 virtual void HandleMessage(const pp::Var& var_message);
39 pp::WebSocket* websocket_;
40 pp::Var receive_var_;
47 static std::string ArrayToString(pp::VarArrayBuffer& array) {
60 void WebSocketInstance::HandleMessage(const pp::Var& var_message) {
100 pp::CompletionCallback callback(OnConnectCompletionCallback, this);
101 websocket_ = new pp::WebSocket(this);
104 websocket_->Connect(pp::Var(url), NULL, 0, callback)
203 namespace pp { namespace
    [all...]
  /external/chromium_org/ppapi/cpp/
core.cc 9 namespace pp { namespace
25 } // namespace pp
fullscreen.h 14 namespace pp { namespace
70 } // namespace pp
instance_handle.h 14 namespace pp { namespace
21 /// 1. A pp::Instance object's lifetime is managed by the system on the main
24 /// safe to refer to a <code>pp::Instance</code> object on a background thread.
37 /// implicit conversion from <code>pp::Instance*</code> for prettier code on
42 /// instead of a <code>pp::Instance</code>, and use them in resource
46 /// Implicit constructor for converting a <code>pp::Instance</code> to an
73 } // namespace pp
mouse_cursor.h 13 namespace pp { namespace
54 } // namespace pp
mouse_lock.h 15 namespace pp { namespace
30 /// class MyInstance : public pp::Instance, public pp::MouseLock {
31 /// class MyInstance() : pp::MouseLock(this) {
39 /// class MyMouseLock : public pp::MouseLock {
43 /// class MyInstance : public pp::Instance {
96 } // namespace pp
network_monitor.h 11 namespace pp { namespace
29 } // namespace pp
view.h 16 namespace pp { namespace
143 } // namespace pp
  /external/chromium_org/ppapi/cpp/dev/
crypto_dev.cc 11 namespace pp { namespace
29 } // namespace pp
scriptable_object_deprecated.h 12 namespace pp { namespace
17 namespace pp { namespace
22 // from this class and override the virtual functions you support. pp::Var has
79 friend class ::pp::Var;
80 friend class ::pp::VarPrivate;
90 } // namespace pp
selection_dev.h 11 namespace pp { namespace
20 // class MyInstance : public pp::Instance, public pp::Selection_Dev {
21 // class MyInstance() : pp::Selection_Dev(this) {
27 // class MySelection : public pp::Selection_Dev {
31 // class MyInstance : public pp::Instance {
50 } // namespace pp
view_dev.h 10 namespace pp { namespace
42 } // namespace pp
  /external/chromium_org/ppapi/cpp/private/
file_io_private.h 14 namespace pp { namespace
27 } // namespace pp
flash_device_id.h 11 namespace pp { namespace
24 } // namespace pp
flash_fullscreen.h 10 namespace pp { namespace
30 } // namespace pp
flash_message_loop.h 11 namespace pp { namespace
29 } // namespace pp
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Macro.cpp 11 namespace pp namespace
22 } // namespace pp
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
PreprocessorTest.h 27 pp::Preprocessor mPreprocessor;

Completed in 398 milliseconds

1 2 3 4 5 67 8 91011>>