Searched refs:instance_ (Results 176 - 200 of 316) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/tests/
H A Dtest_url_request.cc58 instance_->AppendError("PPB_URLRequestInfo interface not available");
60 instance_->AppendError("PPB_URLResponseInfo interface not available");
62 instance_->AppendError("PPB_Core interface not available");
64 instance_->AppendError("PPB_Var interface not available");
66 instance_->AppendError("PPB_URLLoader interface not available");
95 instance_->pp_instance());
106 ppb_url_loader_interface_->Create(instance_->pp_instance());
266 instance_->pp_instance());
293 TestCompletionCallback callback(instance_->pp_instance(), PP_REQUIRED);
296 ppb_url_loader_interface_->Create(instance_
[all...]
H A Dtest_message_loop.cc40 pp::MessageLoop loop(instance_);
61 pp::SimpleThread thread(instance_);
H A Dtest_case.cc82 : instance_(instance),
113 test_object_ = pp::VarPrivate(instance_, so); // Takes ownership.
129 instance_->AppendError("This test needs the testing interface, which is "
159 if (instance_->protocol() != "http:") {
160 instance_->AppendError("This test needs to be run over HTTP.");
206 testing_interface_->GetLiveObjectsForInstance(instance_->pp_instance());
258 testing_interface->RunMessageLoop(instance_->pp_instance());
H A Dtest_instance_deprecated.cc78 testing_interface_->RunV8GC(instance_->pp_instance());
139 pp::Var ret = instance_->ExecuteScript(
147 ret = instance_->ExecuteScript(
154 ret = instance_->ExecuteScript(
165 ret = instance_->ExecuteScript("document.doesntExist()", &exception);
207 testing_interface_->RunV8GC(instance_->pp_instance());
H A Dtest_websocket.cc106 instance_(instance->pp_instance()) {
114 GetTestingInterface()->QuitMessageLoop(instance_);
126 GetTestingInterface()->QuitMessageLoop(instance_);
137 GetTestingInterface()->QuitMessageLoop(instance_);
151 GetTestingInterface()->RunMessageLoop(instance_);
158 GetTestingInterface()->RunMessageLoop(instance_);
165 GetTestingInterface()->RunMessageLoop(instance_);
181 PP_Instance instance_; member in class:__anon10236::TestWebSocketAPI
247 if (instance_->websocket_host().empty())
250 rv += instance_
[all...]
H A Dtest_case.h87 TestingInstance* instance() { return instance_; }
150 pp::MessageLoop background_loop(instance_);
151 ThreadedTestRunner<T> runner(instance_->pp_instance(),
159 TestingInstance* instance_; member in class:TestCase
180 : instance_(instance),
201 TestCase::QuitMainMessageLoop(instance_);
205 PP_Instance instance_; member in class:TestCase::ThreadedTestRunner
621 instance_->LogTest(#name, \
632 instance_->LogTest(#name"ForceAsync", \
641 instance_
[all...]
H A Dtest_utils.cc239 GetTestingInterface()->RunMessageLoop(instance_);
268 GetTestingInterface()->QuitMessageLoop(instance_);
283 instance_(instance),
294 instance_(instance),
305 instance_(instance),
411 GetTestingInterface()->RunMessageLoop(instance_);
421 GetTestingInterface()->QuitMessageLoop(instance_);
/external/chromium_org/ppapi/utility/threading/
H A Dsimple_thread.h54 InstanceHandle instance_; member in class:pp::SimpleThread
H A Dsimple_thread.cc50 : instance_(instance),
58 : instance_(instance),
/external/chromium_org/remoting/client/plugin/
H A Dpepper_port_allocator.h43 pp::InstanceHandle instance_; member in class:remoting::PepperPortAllocator
H A Dpepper_port_allocator.cc52 pp::InstanceHandle instance_; member in class:remoting::__anon10376::PepperPortAllocatorSession
84 instance_(instance),
122 relay_url_loader_.reset(new pp::URLLoader(instance_));
123 pp::URLRequestInfo request_info(instance_);
225 instance_(instance),
247 stun_hosts(), relay_hosts(), relay_token(), instance_);
/external/chromium_org/third_party/webrtc/base/
H A Dwin32window.h50 static HINSTANCE instance_; member in class:rtc::Win32Window
/external/chromium_org/ui/events/platform/
H A Dplatform_event_source.h71 static PlatformEventSource* instance_; member in class:ui::PlatformEventSource
/external/chromium_org/ui/ozone/public/
H A Dozone_platform.h74 static OzonePlatform* instance_; member in class:ui::OzonePlatform
/external/chromium_org/ui/views_content_client/
H A Dviews_content_client.h70 HINSTANCE instance_; member in class:ui::ViewsContentClient
/external/chromium_org/win8/delegate_execute/
H A Ddelegate_execute.cc62 instance_.ReceiveVoid());
65 hr = ::CoRegisterClassObject(clsid, instance_, CLSCTX_LOCAL_SERVER,
79 instance_.Release();
85 base::win::ScopedComPtr<IUnknown> instance_; member in class:DelegateExecuteModule
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dpreference_validation_delegate_unittest.cc33 instance_.reset(new safe_browsing::PreferenceValidationDelegate(
80 scoped_ptr<TrackedPreferenceValidationDelegate> instance_; member in class:PreferenceValidationDelegateTest
85 instance_->OnAtomicPreferenceValidation(kPrefPath_,
148 instance_->OnAtomicPreferenceValidation(kPrefPath_,
195 instance_->OnAtomicPreferenceValidation(kPrefPath_,
203 instance_->OnSplitPreferenceValidation(kPrefPath_,
237 instance_->OnAtomicPreferenceValidation(
255 instance_->OnSplitPreferenceValidation(
/external/chromium_org/content/browser/gpu/
H A Dbrowser_gpu_channel_host_factory.h24 static BrowserGpuChannelHostFactory* instance() { return instance_; }
91 static BrowserGpuChannelHostFactory* instance_; member in class:content::BrowserGpuChannelHostFactory
/external/chromium_org/content/child/npapi/
H A Dplugin_stream.h64 PluginInstance* instance() { return instance_.get(); }
126 scoped_refptr<PluginInstance> instance_; member in class:content::PluginStream
/external/chromium_org/chrome/browser/ui/views/
H A Dtask_manager_view.cc246 static TaskManagerView* instance_; member in class:__anon5368::TaskManagerView
254 TaskManagerView* TaskManagerView::instance_ = NULL; member in class:__anon5368::TaskManagerView
472 if (instance_) {
474 instance_->GetWidget()->Activate();
477 instance_ = new TaskManagerView(desktop_type);
484 DialogDelegate::CreateDialogWidget(instance_, window, NULL);
485 instance_->InitAlwaysOnTopState();
486 instance_->model_->StartUpdating();
495 views::HWNDForWidget(instance_->GetWidget()));
498 instance_
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofile-handler.cc123 static ProfileHandler* instance_; member in class:ProfileHandler
216 ProfileHandler* ProfileHandler::instance_ = NULL; member in class:ProfileHandler
230 instance_ = new ProfileHandler();
237 if (instance_ == NULL) {
242 assert(instance_ != NULL);
244 return instance_;
490 // At this moment, instance_ must be initialized because the handler is
493 ProfileHandler* instance = ANNOTATE_UNPROTECTED_READ(instance_);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofile-handler.cc123 static ProfileHandler* instance_; member in class:ProfileHandler
216 ProfileHandler* ProfileHandler::instance_ = NULL; member in class:ProfileHandler
230 instance_ = new ProfileHandler();
237 if (instance_ == NULL) {
242 assert(instance_ != NULL);
244 return instance_;
490 // At this moment, instance_ must be initialized because the handler is
493 ProfileHandler* instance = ANNOTATE_UNPROTECTED_READ(instance_);
/external/chromium_org/pdf/
H A Dpaint_manager.cc17 : instance_(instance),
79 DCHECK(!instance_ && !client_); // Can't initialize twice.
80 instance_ = instance;
181 graphics_ = pp::Graphics2D(instance_, new_size, is_always_opaque_);
277 instance_->BindGraphics(graphics_);
/external/chromium_org/ui/views/examples/
H A Dexamples_window.cc131 instance_ = this;
171 static ExamplesWindowContents* instance() { return instance_; }
183 instance_ = NULL;
200 static ExamplesWindowContents* instance_; member in class:views::examples::ExamplesWindowContents
211 ExamplesWindowContents* ExamplesWindowContents::instance_ = NULL; member in class:views::examples::ExamplesWindowContents
/external/chromium_org/ui/file_manager/image_loader/
H A Dimage_loader.js112 if (!ImageLoader.instance_)
113 ImageLoader.instance_ = new ImageLoader();
114 return ImageLoader.instance_;

Completed in 1809 milliseconds

1234567891011>>