Searched refs:folder (Results 76 - 100 of 155) sorted by relevance

1234567

/external/chromium_org/sync/internal_api/public/
H A Dwrite_node.h94 void SetIsFolder(bool folder);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Ddiskcache.h59 bool Initialize(const std::string& folder, size_t size);
/external/chromium_org/chrome/installer/mac/
H A Dpkg-dmg50 B<--source> I<source-folder>
69 I<pkg-dmg> takes a directory identified by I<source-folder> and transforms
78 ==item B<--source> I<source-folder>
124 that may not exist in I<source-folder>. B<--mkdir> may appear multiple
132 provides a way to package up a I<source-folder> by adding files to it
133 without modifying the original I<source-folder>. B<--copy> may appear
170 icon attribute will be set on the root folder.
186 If this option is present, I<source-folder> is treated as a file, and is
187 placed as a file within the volume's root folder. Without this option,
188 I<source-folder> i
[all...]
/external/chromium_org/chrome/browser/resources/bookmark_manager/css/
H A Dbmm.css81 list > .folder > .label {
94 list > .folder > .url:empty::after {
187 html[dir=rtl] list > .folder > .label {
194 list > .folder > .label,
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DnavigatorView.css34 .navigator-folder-tree-item .icon {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/
H A Djarprocessor-ant.jar ... java.io.File) java.io.File folder public void setStorepass (java.lang.String) String storepass ...
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/font/plugins/
H A DBitmapFontLoader.java50 private BitmapFont load(AssetManager assetManager, String folder, InputStream in) throws IOException{ argument
103 TextureKey key = new TextureKey(folder + file, true);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.h77 const CFolder &folder = Folders[folderIndex]; local
79 for (int i = 0; i < folder.PackStreams.Size(); i++)
H A D7zOut.h75 void WriteFolder(const CFolder &folder);
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_context_menu_controller_unittest.cc119 // Tests open all on a folder with a couple of bookmarks.
121 const BookmarkNode* folder = model_->GetBookmarkBarNode()->GetChild(1); local
123 NULL, profile_.get(), &navigator_, folder, NEW_FOREGROUND_TAB);
127 ASSERT_TRUE(folder->GetChild(0)->GetURL() == navigator_.urls_[0]);
187 // folder.
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_context_menu_controller_unittest.cc113 // Tests open all on a folder with a couple of bookmarks.
115 const BookmarkNode* folder = model_->bookmark_bar_node()->GetChild(1); local
116 chrome::OpenAll(NULL, &navigator_, folder, NEW_FOREGROUND_TAB, NULL);
120 ASSERT_TRUE(folder->GetChild(0)->url() == navigator_.urls_[0]);
180 // folder.
/external/chromium_org/sync/internal_api/
H A Dwrite_node.cc36 void WriteNode::SetIsFolder(bool folder) { argument
37 if (entry_->Get(syncable::IS_DIR) == folder)
40 entry_->Put(syncable::IS_DIR, folder);
/external/chromium/chrome/browser/importer/
H A Dfirefox3_importer.cc249 // After the first run, the item will be placed in a folder in
256 // If the entry is under a livemark folder, we don't import it.
452 std::string folder = s.ColumnString(0); local
454 if (folder == kToolbarFolderName)
456 else if (folder == kMenuFolderName)
458 else if (folder == kUnsortedFolderName)
495 item->parent = -1; // The top level folder has no parent.
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_model_associator.cc44 // folder Other Bookmarks in Chrome.
71 // Keep folder nodes before non-folder nodes.
90 // Finds the bookmark node that matches the given url, title and folder
395 // This algorithm will do a good job of merging when folder names are a good
398 // This algorithm will not do well if the folder name has changes but the
476 // Only folder nodes are pushed on to the stack.
560 : folder(f), parent(p), sync_id(id) {}
561 const BookmarkNode* folder; member in struct:browser_sync::FolderInfo
585 // them in case there are bookmarks left under them. After non-folder
[all...]
/external/chromium_org/chrome/utility/importer/
H A Dfirefox_importer.cc274 // folder.
475 std::string folder = s.ColumnString(0); local
477 if (folder == kToolbarFolderName)
479 else if (folder == kMenuFolderName)
481 else if (folder == kUnsortedFolderName)
514 item->parent = -1; // The top level folder has no parent.
/external/chromium_org/chrome_frame/test/
H A Dchrome_frame_test_utils.cc282 base::win::ScopedComPtr<IDispatch> folder; local
283 windows->Item(i, folder.Receive());
284 if (folder != NULL) {
286 if (SUCCEEDED(browser.QueryFrom(folder))) {
/external/chromium_org/third_party/lzma_sdk/
H A D7z.h84 SRes SzFolder_Decode(const CSzFolder *folder, const UInt64 *packSizes,
/external/chromium_org/win8/metro_driver/
H A Dfile_picker_ash.cc560 // Create the folder picker.
594 mswr::ComPtr<winstorage::IStorageFolder> folder; local
595 HRESULT hr = async->GetResults(folder.GetAddressOf());
597 if (folder) {
600 hr = folder.As(&storage_item);
/external/lzma/C/
H A D7z.h84 SRes SzFolder_Decode(const CSzFolder *folder, const UInt64 *packSizes,
/external/chromium_org/chrome/browser/resources/downloads/
H A Ddownloads.css63 #open-downloads-folder {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
H A Dmessages.properties65 RSSFeedPublisherTask.ErrorCouldNotDeleteTempFolder=Error: could not delete temp folder
/external/chromium_org/sync/syncable/
H A Dsyncable_unittest.cc197 // Verify it exists in the folder.
1164 MutableEntry folder(&trans, CREATE, BOOKMARKS, trans.root_id(), "folder");
1165 ASSERT_TRUE(folder.good());
1166 EXPECT_TRUE(folder.Put(IS_DIR, true));
1167 EXPECT_TRUE(folder.Put(IS_UNSYNCED, true));
1168 folder_id = folder.Get(ID);
1170 MutableEntry entry(&trans, CREATE, BOOKMARKS, folder.Get(ID), entry_name);
1177 // Make sure we can find the entry in the folder.
1220 std::string folder_name = "folder";
[all...]
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_bookmark_unittest.cc166 // Add a bookmark folder.
526 const BookmarkNode* folder = local
528 ExpectSyncerNodeMatching(folder);
531 model_->AddFolder(folder, 0, ASCIIToUTF16("nested"));
535 folder, 0, ASCIIToUTF16("Internets #1 Pies Site"),
540 folder, 1, ASCIIToUTF16("Airplanes"), GURL("http://www.easyjet.com/"));
553 model_->Move(folder, folder2, 0);
555 model_->SetTitle(folder, ASCIIToUTF16("who's nested now?"));
609 // Mess with u2, and move it into empty folder f2
1337 // folder
[all...]
/external/chromium_org/third_party/icu/source/data/
H A Dmakedata.mak766 # copy the locales/pool.res file from the source folder to the build output folder
788 # copy the curr/pool.res file from the source folder to the build output folder
810 # copy the lang/pool.res file from the source folder to the build output folder
832 # copy the region/pool.res file from the source folder to the build output folder
854 # copy the zone/pool.res file from the source folder to the build output folder
[all...]
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_utils_gtk.cc299 int GetCodeMask(bool folder) { argument
301 if (!folder) {
350 // If the node is a folder, this will be empty. TODO(estade): figure out

Completed in 811 milliseconds

1234567