/external/chromium/chrome/browser/ |
background_page_tracker.cc | 57 const DictionaryValue* contents = local 59 return contents ? contents->size() : 0; 66 const DictionaryValue* contents = local 68 if (!contents) 71 for (DictionaryValue::key_iterator it = contents->begin_keys(); 72 it != contents->end_keys(); ++it) { 74 bool found = contents->GetWithoutPathExpansion(*it, &value); 90 DictionaryValue* contents = update.Get(); local 92 for (DictionaryValue::key_iterator it = contents->begin_keys() 199 DictionaryValue* contents = update.Get(); local 271 DictionaryValue* contents = update.Get(); local 286 DictionaryValue* contents = update.Get(); local [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_tab_util.cc | 45 WindowController* GetShellWindowController(const WebContents* contents) { 46 Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext()); 52 registry->GetShellWindowForRenderViewHost(contents->GetRenderViewHost()); 87 const WebContents* contents, 93 WindowController* controller = GetShellWindowController(contents); 98 DictionaryValue *result = CreateTabValue(contents, tab_strip, tab_index); 99 ScrubTabValueForExtension(contents, extension, result); 119 const WebContents* contents, 124 WindowController* controller = GetShellWindowController(contents); 129 ExtensionTabUtil::GetTabStripModel(contents, &tab_strip, &tab_index) [all...] |
/dalvik/dx/tests/035-dex-instance-var/ |
info.txt | 2 conversion runs without failure, though the contents of the converted
|
/dalvik/dx/tests/036-dex-static-var/ |
info.txt | 2 conversion runs without failure, though the contents of the converted
|
/dalvik/dx/tests/037-dex-static-final-var/ |
info.txt | 2 conversion runs without failure, though the contents of the converted
|
/dalvik/dx/tests/038-dex-instance-method/ |
info.txt | 2 conversion runs without failure, though the contents of the converted
|
/dalvik/dx/tests/039-dex-static-method/ |
info.txt | 2 conversion runs without failure, though the contents of the converted
|
/dalvik/dx/tests/041-dex-abstract-method/ |
info.txt | 2 conversion runs without failure, though the contents of the converted
|
/dalvik/dx/tests/042-dex-ignore-result/ |
info.txt | 2 conversion runs without failure, though the contents of the converted
|
/dalvik/dx/tests/043-dex-two-classes/ |
info.txt | 2 conversion runs without failure, though the contents of the converted
|
/dalvik/dx/tests/089-dex-define-object/ |
info.txt | 3 runs without failure, though the contents of the converted file are
|
/external/ceres-solver/docs/source/_themes/armstrong/ |
globaltoc.html | 5 Sphinx sidebar template: global table of contents.
|
/external/chromium/chrome/browser/download/ |
download_types.h | 24 // is synchronized via the lock. Each entry in 'contents' represents one data 31 typedef std::pair<net::IOBuffer*, int> Contents; 32 std::vector<Contents> contents; member in struct:DownloadBuffer
|
/external/chromium/chrome/browser/extensions/ |
extension_browser_event_router.h | 61 virtual void TabInsertedAt(TabContentsWrapper* contents, int index, 64 TabContentsWrapper* contents, 66 virtual void TabDetachedAt(TabContentsWrapper* contents, int index); 71 virtual void TabMoved(TabContentsWrapper* contents, int from_index, 73 virtual void TabChangedAt(TabContentsWrapper* contents, int index, 79 virtual void TabPinnedStateChanged(TabContentsWrapper* contents, int index); 100 void TabCreatedAt(TabContents* contents, int index, bool foreground); 104 void TabUpdated(TabContents* contents, bool did_navigate); 106 // Packages |changed_properties| as a tab updated event for the tab |contents| 108 void DispatchTabUpdatedEvent(TabContents* contents, [all...] |
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
favicon_util.mm | 16 NSImage* FaviconForTabContents(TabContents* contents) { 20 if (contents && contents->FaviconIsValid()) { 23 gfx::SkBitmapToNSImageWithColorSpace(contents->GetFavicon(),
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
system_info_ui.h | 13 explicit SystemInfoUI(TabContents* contents);
|
/external/chromium/chrome/browser/ui/webui/ |
gpu_internals_ui.h | 13 explicit GpuInternalsUI(TabContents* contents);
|
net_internals_ui.h | 13 explicit NetInternalsUI(TabContents* contents);
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
screen_message_box.html | 2 <div class="step-contents">
|
/external/chromium_org/chrome/browser/ui/autofill/ |
testable_autofill_dialog_view.h | 22 // Returns the actual contents of the input which is modelled by |input|. 25 // Sets the actual contents of the input which is modelled by |input|. 27 const base::string16& contents) = 0; 39 // Get the web contents used to sign in to Google.
|
/external/chromium_org/chrome/browser/ui/ |
browser_tab_strip_model_delegate.h | 31 virtual void WillAddWebContents(content::WebContents* contents) OVERRIDE; 36 virtual void CreateHistoricalTab(content::WebContents* contents) OVERRIDE; 38 content::WebContents* contents) OVERRIDE; 40 content::WebContents* contents) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/gtk/ |
constrained_window_gtk.cc | 24 GtkWidget* contents, 37 if (gtk_widget_get_parent(contents)) 38 gtk_widget_reparent(contents, alignment); 40 gtk_container_add(GTK_CONTAINER(alignment), contents); local
|
constrained_window_gtk.h | 11 GtkWidget* contents,
|
/external/chromium_org/chrome/browser/ui/tabs/ |
test_tab_strip_model_delegate.h | 25 virtual void WillAddWebContents(content::WebContents* contents) OVERRIDE; 30 virtual void CreateHistoricalTab(content::WebContents* contents) OVERRIDE; 32 content::WebContents* contents) OVERRIDE; 34 content::WebContents* contents) OVERRIDE;
|
/external/chromium_org/chrome/test/functional/ispy/common/ |
mock_cloud_bucket.py | 30 def UploadFile(self, path, contents, content_type): 31 self.datastore[path] = contents 41 def UpdateFile(self, path, contents): 44 self.UploadFile(path, contents, '')
|