HomeSort by relevance Sort by last modified time
    Searched refs:Create (Results 251 - 275 of 995) sorted by null

<<11121314151617181920>>

  /external/skia/samplecode/
SampleBlur.cpp 90 SkMaskFilter* mf = SkBlurMaskFilter::Create(20,
102 SkMaskFilter* mf = SkBlurMaskFilter::Create(4,
SampleShaders.cpp 33 SkXfermode* mode = SkXfermode::Create(SkXfermode::kDstIn_Mode);
66 SkXfermode* mode = SkXfermode::Create(SkXfermode::kDstIn_Mode);
SampleXfermodesBlur.cpp 42 SkMaskFilter* mf = SkBlurMaskFilter::Create(5, SkBlurMaskFilter::kNormal_BlurStyle, 0);
143 SkXfermode* mode = SkXfermode::Create(gModes[i].fMode);
  /external/skia/src/images/
SkFlipPixelRef.cpp 73 SkPixelRef* SkFlipPixelRef::Create(SkFlattenableReadBuffer& buffer) {
78 SkFlipPixelRef::Create);
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
page-reload-cancel-permission-requests.js 38 debug("Create IFrame");
  /external/webrtc/src/system_wrappers/source/
event_linux.cc 25 EventWrapper* EventLinux::Create()
226 _timerEvent = static_cast<EventLinux*>(EventWrapper::Create());
thread_linux.cc 49 ThreadWrapper* ThreadLinux::Create(ThreadRunFunction func, ThreadObj obj,
73 _event(EventWrapper::Create()),
  /external/chromium/base/
environment.cc 117 Environment* Environment::Create() {
message_pump_mac.h 26 // MessagePumpMac::Create is defined, which returns a new NSApplication-based
256 static MessagePump* Create();
  /external/chromium/base/threading/
thread.cc 74 if (!PlatformThread::Create(options.stack_size, this, &thread_)) {
75 DLOG(ERROR) << "failed to create thread";
  /external/chromium/chrome/browser/
browsing_data_indexed_db_helper.h 59 // Create a BrowsingDataIndexedDBHelper instance for the indexed databases
61 static BrowsingDataIndexedDBHelper* Create(Profile* profile);
89 // StartFetching method at a time, so we need to create a copy of the helper
process_singleton.h 61 // close to each other, the Create() might not yet have happened for the
95 bool Create();
173 // |Create()| and |Cleanup()|. Two instances cannot have a lock on
  /external/chromium/chrome/browser/chromeos/notifications/
system_notification.cc 65 Notification notify = SystemNotificationFactory::Create(icon_,
  /external/chromium/chrome/browser/chromeos/
sim_dialog_delegate.cc 71 chromeos::BubbleWindow::Create(owning_window,
  /external/chromium/chrome/browser/extensions/
extension_process_manager.h 32 static ExtensionProcessManager* Create(Profile* profile);
extension_special_storage_policy_unittest.cc 30 scoped_refptr<Extension> protected_app = Extension::Create(
55 scoped_refptr<Extension> unlimited_app = Extension::Create(
82 scoped_refptr<Extension> component_app = Extension::Create(
108 scoped_refptr<Extension> handler_app = Extension::Create(
  /external/chromium/chrome/browser/first_run/
upgrade_util_win.cc 65 scoped_ptr<base::Environment> env(base::Environment::Create());
  /external/chromium/chrome/browser/prefs/
pref_service_mock_builder.cc 107 PrefService* PrefServiceMockBuilder::Create() {
  /external/chromium/chrome/browser/speech/
speech_input_bubble.h 53 // Factory method to create new instances.
58 static SpeechInputBubble* Create(TabContents* tab_contents,
62 // This is implemented by platform specific code to create the underlying
68 // |Create| uses the currently registered FactoryMethod to create the
73 // Sets the factory used by the static method Create. SpeechInputBubble does
  /external/chromium/chrome/browser/sync/engine/net/
syncapi_server_connection_manager.cc 34 HttpPostProviderInterface* http = factory_->Create();
  /external/chromium/chrome/browser/ui/gtk/
gconf_titlebar_listener.cc 54 scoped_ptr<base::Environment> env(base::Environment::Create());
  /external/chromium/chrome/browser/ui/login/
login_prompt_win.cc 107 // Create a new LoginView and set the model for it. The model
136 LoginHandler* LoginHandler::Create(net::AuthChallengeInfo* auth_info,
  /external/chromium/chrome/browser/ui/views/frame/
browser_frame_gtk.cc 22 BrowserFrame* BrowserFrame::Create(BrowserView* browser_view,
  /external/chromium/chrome/browser/ui/views/
user_data_dir_dialog.cc 27 select_file_dialog_(SelectFileDialog::Create(this))),
  /external/chromium/chrome/common/net/
url_fetcher.h 34 // To use this class, create an instance with the desired URL and a pointer to
55 // You may create the URLFetcher instance on any thread; OnURLFetchComplete()
56 // will be called back on the same thread you use to create the instance.
87 // URLFetcher::Create uses the currently registered Factory to create the
107 // Sets the factory used by the static method Create to create a URLFetcher.
125 static URLFetcher* Create(int id, const GURL& url, RequestType request_type,

Completed in 3190 milliseconds

<<11121314151617181920>>