Searched refs:instance_ (Results 126 - 150 of 316) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/tests/
H A Dtest_uma.cc28 PP_Instance instance = instance_->pp_instance();
44 PP_Instance instance = instance_->pp_instance();
60 PP_Instance instance = instance_->pp_instance();
H A Dtest_media_stream_video_track.cc42 event_(instance_->pp_instance()) {
66 instance_->EvalScript(kJSCode);
83 instance_->EvalScript(kJSCode);
96 instance_->pp_instance(), false);
133 instance_->EvalScript(kJSCode);
153 TestCompletionCallback cc1(instance_->pp_instance(), false);
163 instance_->pp_instance(), false);
200 TestCompletionCallback cc1(instance_->pp_instance(), false);
211 instance_->pp_instance(), false);
H A Dtest_audio.cc160 instance_->pp_instance());
171 instance_->pp_instance(), sample_rate, request_frame_count);
173 instance_->pp_instance(), sample_rate, frame_count);
176 instance_->pp_instance(), ac, AudioCallbackTrampoline, this);
213 instance_->pp_instance(), ac, AudioCallbackTrampoline, this);
246 instance_->pp_instance(), 0, AudioCallbackTrampoline, this);
251 instance_->pp_instance(), ac, NULL, NULL);
280 instance_->pp_instance(), ac, AudioCallbackTrampoline, this);
310 instance_->pp_instance(), ac, AudioCallbackTrampoline, this);
341 instance_
[all...]
H A Dtest_char_set.cc44 instance_->pp_instance(), &utf16[0], 0, "latin1",
55 instance_->pp_instance(), &utf16[0], static_cast<uint32_t>(utf16.size()),
66 instance_->pp_instance(), &utf16[0], static_cast<uint32_t>(utf16.size()),
73 instance_->pp_instance(), &utf16[0], static_cast<uint32_t>(utf16.size()),
82 instance_->pp_instance(), &utf16[0], static_cast<uint32_t>(utf16.size()),
94 instance_->pp_instance(), &utf16[0], static_cast<uint32_t>(utf16.size()),
103 instance_->pp_instance(), &utf16[0], static_cast<uint32_t>(utf16.size()),
230 instance_->pp_instance(), "", 0, "latin1",
240 instance_->pp_instance(), latin1, 2, "latin1",
251 instance_
[all...]
H A Dtest_broker.cc246 instance_->pp_instance());
257 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
274 instance_->pp_instance());
283 instance_->pp_instance());
286 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
309 instance_->pp_instance());
312 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
324 instance_->pp_instance());
327 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
338 instance_
[all...]
H A Dtest_flash_message_loop.cc32 message_loop_ = new pp::flash::MessageLoop(instance_);
48 message_loop_ = new pp::flash::MessageLoop(instance_);
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Ddata_log.cc29 DataLogImpl* DataLogImpl::instance_ = NULL; member in class:webrtc::DataLogImpl
344 if (instance_ == NULL) {
345 instance_ = new DataLogImpl();
346 return instance_->Init();
348 ++instance_->counter_;
356 instance_,
369 return instance_;
374 if (instance_ && instance_->counter_ > 1) {
375 --instance_
[all...]
/external/webrtc/src/system_wrappers/source/
H A Ddata_log.cc29 DataLogImpl* DataLogImpl::instance_ = NULL; member in class:webrtc::DataLogImpl
344 if (instance_ == NULL) {
345 instance_ = new DataLogImpl();
346 return instance_->Init();
348 ++instance_->counter_;
356 instance_,
369 return instance_;
374 if (instance_ && instance_->counter_ > 1) {
375 --instance_
[all...]
/external/chromium_org/chrome/browser/ui/ash/
H A Dchrome_shell_delegate.cc32 ChromeShellDelegate* ChromeShellDelegate::instance_ = NULL; member in class:ChromeShellDelegate
36 instance_ = this;
41 if (instance_ == this)
42 instance_ = NULL;
/external/chromium_org/chrome/test/ext_auto/auto_provider/
H A Dserver.js67 AutomationServer.instance_ = null;
70 if (!AutomationServer.instance_)
71 AutomationServer.instance_ = new AutomationServer(new ConnectionHandler());
73 return AutomationServer.instance_;
/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_manager.h85 static WifiDataProviderManager* instance_; member in class:content::WifiDataProviderManager
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dpepper_interface_delegate.h70 PP_Instance instance_; member in class:nacl_io::PepperInterfaceDelegate
/external/chromium_org/pdf/
H A Dnumber_image_generator.h28 Instance* instance_; member in class:chrome_pdf::NumberImageGenerator
/external/chromium_org/ppapi/cpp/dev/
H A Dtext_input_dev.h56 InstanceHandle instance_; member in class:pp::TextInput_Dev
H A Dvideo_capture_client_dev.h32 InstanceHandle instance_; member in class:pp::VideoCaptureClient_Dev
H A Dvideo_capture_client_dev.cc69 : instance_(instance) {
76 Instance::RemovePerInstanceObject(instance_,
/external/chromium_org/ppapi/cpp/private/
H A Duma_private.h44 PP_Instance instance_; member in class:pp::UMAPrivate
/external/chromium_org/ui/views/window/
H A Dwindow_button_order_provider.h43 static WindowButtonOrderProvider* instance_; member in class:views::WindowButtonOrderProvider
/external/chromium_org/ui/wm/core/
H A Dtransient_window_stacking_client.cc82 TransientWindowStackingClient* TransientWindowStackingClient::instance_ = NULL;
85 instance_ = this;
89 if (instance_ == this)
90 instance_ = NULL;
/external/chromium_org/ash/test/
H A Dtest_shelf_delegate.h32 static TestShelfDelegate* instance() { return instance_; }
50 static TestShelfDelegate* instance_; member in class:ash::test::TestShelfDelegate
/external/chromium_org/chrome/test/logging/win/
H A Dlog_file_reader.cc104 static LogFileReader* instance_; member in class:logging_win::__anon5986::LogFileReader
115 LogFileReader* LogFileReader::instance_ = NULL; member in class:logging_win::__anon5986::LogFileReader
119 DCHECK(instance_ == NULL);
121 instance_ = this;
125 DCHECK_EQ(instance_, this);
126 instance_ = NULL;
131 if (instance_ != NULL)
132 instance_->DispatchEvent(event);
/external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
H A Decho_server.h26 : instance_(instance),
53 pp::Instance* instance_; member in class:EchoServer
/external/chromium_org/ppapi/proxy/
H A Dmessage_handler.cc170 instance_,
176 instance_,
191 instance_,
199 instance_,
211 instance_,
220 instance_,
231 : instance_(instance),
243 : instance_(instance),
/external/chromium_org/remoting/client/plugin/
H A Dpepper_view.cc65 : instance_(instance),
132 graphics2d_ = pp::Graphics2D(instance_, pp_size, false);
137 bool result = instance_->BindGraphics(graphics2d_);
177 instance_->OnFirstFrameReceived();
190 instance_->SetDesktopShape(shape);
219 instance_->SetDesktopSize(source_size, source_dpi);
234 pp::ImageData buffer_data(instance_,
321 instance_->GetStats()->video_paint_ms()->Record(
/external/chromium_org/third_party/webrtc/base/
H A Dmessagequeue.cc33 MessageQueueManager* MessageQueueManager::instance_ = NULL; member in class:rtc::MessageQueueManager
38 if (!instance_)
39 instance_ = new MessageQueueManager;
40 return instance_;
44 return instance_ != NULL;
68 if (!instance_) return;
89 instance_ = NULL;
97 if (!instance_) return;

Completed in 8417 milliseconds

1234567891011>>