Searched refs:recursive (Results 101 - 125 of 276) sorted by relevance

1234567891011>>

/external/javassist/src/main/javassist/expr/
H A DExpr.java276 * @param recursive if not null, the substituted bytecode
281 public void replace(String statement, ExprEditor recursive) argument
285 if (recursive != null)
286 runEditor(recursive, iterator);
/external/chromium_org/third_party/sqlite/src/tool/
H A Dshowdb.c424 int recursive /* Follow the trunk change if true */
444 if( !recursive ){
533 int recursive = 0; local
536 if( zLeft[i]=='r' ) recursive = 1;
539 decode_trunk_page(iStart, pagesize, detail, recursive);
/external/chromium_org/content/browser/fileapi/
H A Dobfuscated_file_util_unittest.cc467 bool recursive = false; local
472 exclusive, recursive));
869 bool recursive = true; local
875 recursive));
1032 bool recursive = true; local
1035 exclusive, recursive));
1052 bool recursive = false; local
1055 ofu()->CreateDirectory(context.get(), url, exclusive, recursive));
1069 recursive = true;
1071 ofu()->CreateDirectory(context.get(), url, exclusive, recursive));
1193 bool recursive = true; local
1248 bool recursive = false; local
1274 bool recursive = true; local
1312 bool recursive = true; local
1352 bool recursive = true; local
1498 bool recursive = false; local
1542 bool recursive = false; local
1670 bool recursive = false; local
[all...]
H A Dfileapi_message_filter.h104 void OnRemove(int request_id, const GURL& path, bool recursive);
110 bool recursive);
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
H A Dprovider_async_file_util.cc104 bool recursive,
113 parser.file_path(), recursive, callback);
135 bool recursive,
143 parser.file_system()->DeleteEntry(parser.file_path(), recursive, callback);
303 bool recursive,
313 recursive,
424 false, // recursive
438 false, // recursive
452 true, // recursive
100 CreateDirectoryOnUIThread( scoped_ptr<storage::FileSystemOperationContext> context, const storage::FileSystemURL& url, bool exclusive, bool recursive, const storage::AsyncFileUtil::StatusCallback& callback) argument
132 DeleteEntryOnUIThread( scoped_ptr<storage::FileSystemOperationContext> context, const storage::FileSystemURL& url, bool recursive, const storage::AsyncFileUtil::StatusCallback& callback) argument
299 CreateDirectory( scoped_ptr<storage::FileSystemOperationContext> context, const storage::FileSystemURL& url, bool exclusive, bool recursive, const StatusCallback& callback) argument
H A Dprovider_async_file_util.h48 bool recursive,
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_operation_impl.cc58 bool recursive,
65 exclusive, recursive),
141 bool recursive,
146 if (recursive) {
147 // For recursive removal, try to delegate the operation to AsyncFileUtil
396 bool exclusive, bool recursive) {
399 url, exclusive, recursive,
56 CreateDirectory(const FileSystemURL& url, bool exclusive, bool recursive, const StatusCallback& callback) argument
140 Remove(const FileSystemURL& url, bool recursive, const StatusCallback& callback) argument
393 DoCreateDirectory( const FileSystemURL& url, const StatusCallback& callback, bool exclusive, bool recursive) argument
H A Dasync_file_util_adapter.h54 bool recursive,
H A Dfile_system_file_util.h81 bool recursive) = 0;
H A Dlocal_file_util.h43 bool recursive) OVERRIDE;
H A Dfile_system_operation_runner.h66 bool recursive,
105 // Removes a file or directory at |url|. If |recursive| is true, remove
107 OperationID Remove(const FileSystemURL& url, bool recursive,
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dnative_media_file_util.h58 bool recursive,
117 bool recursive,
159 bool recursive);
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dasync_file_util.h38 bool recursive,
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsyncable_file_system_operation.cc100 bool recursive,
114 url, exclusive, recursive,
197 const FileSystemURL& url, bool recursive,
211 url, recursive,
97 CreateDirectory( const FileSystemURL& url, bool exclusive, bool recursive, const StatusCallback& callback) argument
196 Remove( const FileSystemURL& url, bool recursive, const StatusCallback& callback) argument
/external/chromium_org/content/child/fileapi/
H A Dfile_system_dispatcher.cc216 bool recursive,
220 new FileSystemHostMsg_Remove(request_id, path, recursive));
240 false /* is_directory */, false /* recursive */));
246 bool recursive,
250 request_id, path, exclusive, true /* is_directory */, recursive));
214 Remove( const GURL& path, bool recursive, const StatusCallback& callback) argument
243 CreateDirectory( const GURL& path, bool exclusive, bool recursive, const StatusCallback& callback) argument
/external/chromium_org/content/public/test/
H A Dasync_file_test_helper.h53 bool recursive);
/external/chromium_org/extensions/common/
H A Dfile_util.h101 void DeleteFile(const base::FilePath& path, bool recursive);
/external/chromium_org/third_party/skia/tools/tests/
H A Drun.sh38 diff --recursive --exclude=.* $1 $2
/external/skia/tools/tests/
H A Drun.sh38 diff --recursive --exclude=.* $1 $2
/external/chromium_org/base/files/
H A Dfile_path_watcher_fsevents.cc141 bool recursive,
147 // This class could support non-recursive watches, but that is currently
149 if (!recursive)
140 Watch(const FilePath& path, bool recursive, const FilePathWatcher::Callback& callback) argument
H A Dfile_util.h60 // directory's contents. Passing true to recursive deletes
68 // WARNING: USING THIS WITH recursive==true IS EQUIVALENT
70 BASE_EXPORT bool DeleteFile(const FilePath& path, bool recursive);
117 bool recursive);
/external/chromium_org/net/base/
H A Ddirectory_lister_unittest.cc23 ListerDelegate(bool recursive, argument
26 recursive_(recursive),
/external/chromium_org/ppapi/proxy/
H A Dflash_file_resource.cc76 PP_Bool recursive) {
82 PP_ToBool(recursive)));
74 DeleteFileOrDir(PP_Instance , const char* path, PP_Bool recursive) argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPageSerializer.cpp197 bool recursive,
204 frame, recursive, client, links, localPaths, localDirectoryName);
196 serialize(WebLocalFrame* frame, bool recursive, WebPageSerializerClient* client, const WebVector<WebURL>& links, const WebVector<WebString>& localPaths, const WebString& localDirectoryName) argument
/external/chromium_org/tools/perf/metrics/
H A Dspeedindex_unittest.py35 def GetAllEvents(self, recursive=True):
36 assert recursive == True

Completed in 1188 milliseconds

1234567891011>>