HomeSort by relevance Sort by last modified time
    Searched refs:CanCreate (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_ref_host.cc 143 int32_t PepperFileRefHost::CanCreate() const {
145 return backend_->CanCreate();
185 int32_t rv = CanCreate();
197 int32_t rv = CanCreate();
229 rv = file_ref_host->CanCreate();
pepper_file_ref_host.h 51 virtual int32_t CanCreate() const = 0;
88 int32_t CanCreate() const;
pepper_external_file_ref_backend.h 49 virtual int32_t CanCreate() const OVERRIDE;
pepper_internal_file_ref_backend.h 54 virtual int32_t CanCreate() const OVERRIDE;
pepper_external_file_ref_backend.cc 124 int32_t PepperExternalFileRefBackend::CanCreate() const {
pepper_internal_file_ref_backend.cc 282 int32_t PepperInternalFileRefBackend::CanCreate() const {
  /external/chromium/chrome/browser/notifications/
notifications_prefs_cache_unittest.cc 12 TEST(NotificationsPrefsCacheTest, CanCreate) {
notification_exceptions_table_model_unittest.cc 57 TEST_F(NotificationExceptionsTableModelTest, CanCreate) {

Completed in 620 milliseconds