/external/chromium_org/chrome/common/extensions/docs/server2/ |
chroot_file_system.py | 13 '''ChrootFileSystem(fs, path) exposes a FileSystem whose root is |path| inside 18 def __init__(self, file_system, root): 21 |root| The path to transpose all Read/Stat calls by. 24 self._root = root.strip('/') 28 # paths given (the result from |file_system| will include |root| in the
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
inject_app_titlebar.js | 6 var root = document.documentElement.createShadowRoot(); 7 root.appendChild(document.createElement('style')).innerText = 43 var titlebar = root.appendChild(document.createElement('x-titlebar')); 47 var container = root.appendChild(document.createElement('div'));
|
/external/chromium_org/components/tools/metrics/ |
count_ifdefs.py | 45 for root, dirs, files in os.walk(directory): 49 with open(os.path.join(root, filename)) as f:
|
/external/chromium_org/content/renderer/ |
history_entry.h | 82 HistoryEntry(const blink::WebHistoryItem& root, int64_t frame_id); 93 const blink::WebHistoryItem& root() const { return root_->item(); } function in class:content::HistoryEntry
|
/external/chromium_org/content/test/data/fileapi/ |
create_test.js | 7 fs.root.getFile('foo', {create: true, exclusive: false}, done,
|
/external/chromium_org/media/cdm/ |
json_web_key.cc | 134 scoped_ptr<base::Value> root(base::JSONReader().ReadToValue(jwk_set)); 135 if (!root.get() || root->GetType() != base::Value::TYPE_DICTIONARY) 140 static_cast<base::DictionaryValue*>(root.get()); 227 scoped_ptr<base::Value> root(base::JSONReader().ReadToValue(license_as_str)); 228 if (!root.get() || root->GetType() != base::Value::TYPE_DICTIONARY) 233 static_cast<base::DictionaryValue*>(root.get());
|
/external/chromium_org/mojo/examples/wm_flow/embedded/ |
embedded.cc | 61 mojo::View* root, 64 root->SetColor(SK_ColorMAGENTA);
|
/external/chromium_org/mojo/services/window_manager/ |
main.cc | 45 View* root, 49 root_ = root;
|
/external/chromium_org/remoting/host/installer/ |
build-installer-archive.py | 66 for (root, dirs, files) in os.walk(directory): 68 full_path = os.path.join(root, f) 104 for root in src_roots: 105 root = os.path.normpath(root) 107 if os.path.commonprefix([root, src_file]) == root: 108 src_file = os.path.relpath(src_file, root)
|
/external/chromium_org/remoting/protocol/ |
content_description.cc | 145 XmlElement* root = new XmlElement( local 152 root->AddElement(FormatChannelConfig(*it, kControlTag)); 157 root->AddElement(FormatChannelConfig(*it, kEventTag)); 162 root->AddElement(FormatChannelConfig(*it, kVideoTag)); 168 root->AddElement(FormatChannelConfig(config, kAudioTag)); 176 root->AddElement(resolution_tag); 180 root->AddElement(new XmlElement(*authenticator_message_)); 183 return root;
|
/external/chromium_org/storage/browser/fileapi/ |
recursive_operation_delegate.h | 65 // Starts to process files/directories recursively from the given |root|. 68 // First, this tries to call ProcessFile with |root| regardless whether it is 107 // under |root| is processed, or fired earlier when any suboperation fails. 108 void StartRecursiveOperation(const FileSystemURL& root, 123 void DidTryProcessFile(const FileSystemURL& root,
|
/external/chromium_org/sync/test/engine/ |
test_id_factory.h | 22 // Get the root ID. 23 static syncable::Id root() { function in class:syncer::TestIdFactory 27 // Make an ID from a number. If the number is zero, return the root ID. 33 return root();
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
NodeIterator.h | 74 bool moveToNext(Node* root); 75 bool moveToPrevious(Node* root);
|
TreeWalker.idl | 26 readonly attribute Node root;
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
RemoveFormatCommand.cpp | 88 // Get the default style for this editable root, it's the style that we'll give the 90 Element* root = frame->selection().rootEditableElement(); 91 RefPtrWillBeRawPtr<EditingStyle> defaultStyle = EditingStyle::create(root);
|
/external/chromium_org/third_party/angle/ |
enumerate_files.py | 41 for root, dirnames, filenames in os.walk(rootdir): 47 fullPath = os.path.join(root, file).replace("\\", "/")
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftglyph.h | 96 /* The root glyph structure contains a given glyph image plus its */ 140 /* root :: The root @FT_Glyph fields. */ 162 FT_GlyphRec root; member in struct:FT_BitmapGlyphRec_ 192 /* root :: The root @FT_Glyph fields. */ 210 FT_GlyphRec root; member in struct:FT_OutlineGlyphRec_ [all...] |
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshmod.c | 29 FT_ModuleRec root; member in struct:PS_Hinter_Module_Rec_ 54 FT_Memory memory = module->root.memory;
|
/external/chromium_org/third_party/icu/source/extra/uconv/ |
resfiles.mk | 9 RESSRC = $(RESOURCESDIR)$(FILESEPCHAR)root.txt $(RESOURCESDIR)$(FILESEPCHAR)fr.txt
|
/external/chromium_org/third_party/lcov/rpm/ |
lcov.spec | 9 BuildRoot: /var/tmp/%{name}-%{version}-root 33 %defattr(-,root,root)
|
/external/chromium_org/third_party/webrtc/build/ |
merge_libs.py | 6 # that can be found in the LICENSE file in the root of the source 9 # be found in the AUTHORS file in the root of the source tree. 29 path: The root path for the search. 37 for root, _, filenames in os.walk(path): 43 files.append(os.path.relpath(os.path.join(root, filename)))
|
/external/chromium_org/tools/grit/grit/format/ |
js_map_format.py | 18 def Format(root, lang='en', output_dir='.'): 21 for item in root.ActiveDescendants():
|
js_map_format_unittest.py | 24 root = util.ParseGrdForUnittest(u""" 48 build.RcBuilder.ProcessNode(root, DummyOutput('js_map_format', 'en'), buf) 59 root = util.ParseGrdForUnittest(""" 68 build.RcBuilder.ProcessNode(root, DummyOutput('js_map_format', 'fr'), buf)
|
/external/chromium_org/tools/resources/ |
list_unused_grit_header.py | 70 root: The node to examine. 94 root = tree.getroot() 95 assert root.tag == 'grit' 96 release_node = FindNodeWithTag(root, 'release') 112 node: The root node to scan from. 143 root = tree.getroot() 144 assert root.tag == 'grit' 145 output_node = FindNodeWithTag(root, 'outputs') 213 for root, dirs, files in os.walk(path_to_scan): 216 full_paths = [os.path.join(root, f) for f in files if ShouldScanFile(f) [all...] |
/external/chromium_org/tools/security/ |
check_message_owners.py | 22 for root, dirs, files in os.walk(root_dir): 24 owner_file_path = os.path.join(root, "OWNERS")
|