Searched defs:create (Results 101 - 125 of 1914) sorted by path

1234567891011>>

/external/chromium_org/content/shell/tools/plugin/
H A DPluginTest.cpp44 PluginTest* PluginTest::create(NPP npp, const string& identifier) { function in class:PluginTest
H A DPluginTest.h71 static PluginTest* create(NPP, const std::string& identifier);
149 registerCreateTestFunction(identifier, Register::create);
153 static PluginTest* create(NPP npp, const std::string& identifier) { function in class:PluginTest::Register
176 static NPObject* create(PluginTest* pluginTest) { function in struct:PluginTest::Object
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window_geometry_cache.cc40 return Factory::GetForContext(context, true /* create */);
263 bool create) {
265 GetInstance()->GetServiceForBrowserContext(context, create));
261 GetForContext( content::BrowserContext* context, bool create) argument
H A Dapp_window_registry.cc82 return Factory::GetForBrowserContext(context, true /* create */);
247 bool create) {
249 GetInstance()->GetServiceForBrowserContext(context, create));
245 GetForBrowserContext( content::BrowserContext* context, bool create) argument
/external/chromium_org/extensions/renderer/resources/
H A Dbinding.js175 Binding.create = function(apiName) {
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DMediaCodecBridge.java202 Log.w(TAG, "getDefaultCodecName: Failed to create MediaCodec: " +
240 private static MediaCodecBridge create(String mime, boolean isSecure, int direction) { method in class:MediaCodecBridge
257 // decoder, create an insecure decoder first so that we can query its codec
273 Log.e(TAG, "Failed to create MediaCodec: " + mime + ", isSecure: "
H A DMediaDrmBridge.java39 // a) In multiple session mode, this session will only be used to create
42 // b) In single session mode, this session will be used to create the
82 // should create a new session and use it to call getKeyRequest(). No
178 // only create a session when we are sure we'll use it.
198 Log.e(TAG, "Cannot create MediaCrypto Session.");
214 Log.e(TAG, "Cannot create MediaCrypto for unsupported scheme.");
217 Log.e(TAG, "Cannot create MediaCrypto", e);
289 private static MediaDrmBridge create(byte[] schemeUUID, long nativeMediaDrmBridge) { method in class:MediaDrmBridge
310 Log.e(TAG, "Failed to create MediaDrmBridge", e);
312 Log.e(TAG, "Failed to create MediaDrmBridg
[all...]
H A DMediaPlayerBridge.java47 private static MediaPlayerBridge create(long nativeMediaPlayerBridge) { method in class:MediaPlayerBridge
H A DMediaPlayerListener.java124 private static MediaPlayerListener create(long nativeMediaPlayerListener, method in class:MediaPlayerListener
H A DUsbMidiDeviceFactoryAndroid.java73 static UsbMidiDeviceFactoryAndroid create(long nativePointer) { method in class:UsbMidiDeviceFactoryAndroid
/external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
H A DPair.java64 public static <A, B> Pair<A, B> create(A a, B b) { method in class:Pair
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dfuse.h19 // or receive an fd; that is, operations to open/create a node, or operations
59 // This structure defines the interface to create a user filesystem. Pass this
96 // Called when O_CREAT is passed to open(), but only if fuse_operations.create
219 int (*create)(const char* path, mode_t mode, struct fuse_file_info*); member in struct:fuse_operations
/external/chromium_org/net/android/java/src/org/chromium/net/
H A DProxyChangeListener.java71 public static ProxyChangeListener create(Context context) { method in class:ProxyChangeListener
/external/chromium_org/net/disk_cache/memory/
H A Dmem_entry_impl.cc580 MemEntryImpl* MemEntryImpl::OpenChild(int64 offset, bool create) { argument
586 } else if (create) {
/external/chromium_org/printing/android/java/src/org/chromium/printing/
H A DPrintingContext.java70 public static PrintingContext create(long nativeObjectPointer) { method in class:PrintingContext
H A DPrintingControllerImpl.java108 public static PrintingController create( method in class:PrintingControllerImpl
119 * Returns the singleton instance, created by the {@link PrintingControllerImpl#create}.
121 * This method must be called once {@link PrintingControllerImpl#create} is called, and always
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DHostInfo.java40 public static HostInfo create(JSONObject json) throws JSONException { method in class:HostInfo
/external/chromium_org/remoting/webapp/js_proto/
H A Dchrome_proto.js38 create: function(name, parameters, opt_callback) {},
200 chrome.contextMenus.create = function(createProperties, opt_callback) {};
302 chrome.tabs.create = function(options, opt_callback) {};
544 chrome.sockets.tcp.create = function(properties, callback) {};
630 chrome.socket.create = function(socketType, options, callback) {};
/external/chromium_org/remoting/webapp/
H A Dsignal_strategy.js74 remoting.SignalStrategy.create = function(onStateChangedCallback) {
/external/chromium_org/skia/ext/
H A Dvector_platform_device_emf_win.cc32 // call is being done. The way to save a layer would be to create an
49 SkBaseDevice* device = VectorPlatformDeviceEmf::create(
68 SkBaseDevice* VectorPlatformDeviceEmf::create(HDC dc, int width, int height) { function in class:skia::VectorPlatformDeviceEmf
/external/chromium_org/storage/browser/fileapi/
H A Dobfuscated_file_util.cc836 bool create,
838 base::FilePath origin_dir = GetDirectoryForOrigin(origin, create, error_code);
846 (!create || !base::CreateDirectory(path))) {
847 error = create ?
972 bool create,
975 url.origin(), CallGetTypeStringForURL(url), create, error_code);
1150 // We may not have quota even to create the database.
1154 const FileSystemURL& url, bool create) {
1167 base::FilePath path = GetDirectoryForURL(url, create, &error);
1181 const GURL& origin, bool create, bas
833 GetDirectoryForOriginAndType( const GURL& origin, const std::string& type_string, bool create, base::File::Error* error_code) argument
970 GetDirectoryForURL( const FileSystemURL& url, bool create, base::File::Error* error_code) argument
1153 GetDirectoryDatabase( const FileSystemURL& url, bool create) argument
1180 GetDirectoryForOrigin( const GURL& origin, bool create, base::File::Error* error_code) argument
1262 InitOriginDatabase(const GURL& origin_hint, bool create) argument
[all...]
H A Dplugin_private_file_system_backend.cc77 const bool create = (mode == OPEN_FILE_SYSTEM_CREATE_IF_NONEXISTENT); local
79 origin_url, plugin_id, create, &error);
H A Dsandbox_file_system_backend_delegate.cc117 const bool create = (mode == OPEN_FILE_SYSTEM_CREATE_IF_NONEXISTENT); local
120 create, error_ptr);
238 bool create) {
241 origin_url, GetTypeString(type), create, &error);
534 // See if the name is allowed to create.
588 origin_url, GetTypeString(type), false /* create */, error_out);
235 GetBaseDirectoryForOriginAndType( const GURL& origin_url, FileSystemType type, bool create) argument
H A Dsandbox_prioritized_origin_database.cc199 bool create) {
201 MaybeInitializeNonPrimaryDatabase(create);
205 bool create) {
211 if (!create && !base::DirectoryExists(origin_database_->GetDatabasePath())) {
198 MaybeInitializeDatabases( bool create) argument
204 MaybeInitializeNonPrimaryDatabase( bool create) argument
/external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
H A DAccountHolder.java95 public static Builder create() { method in class:AccountHolder
120 return create().account(mAccount).password(mPassword).authTokens(mAuthTokens).

Completed in 8348 milliseconds

1234567891011>>