/external/chromium_org/content/shell/app/ |
paths_mac.mm | 19 // Up to Contents. 22 // Contents/Frameworks/Helper.app/Contents/MacOS/Helper 26 // One step up to MacOS, another to Contents. 29 DCHECK_EQ("Contents", path.BaseName().value()); 50 .Append("Contents")
|
/external/chromium_org/tools/gyp/test/variables/commands/ |
gyptest-commands-ignore-env.py | 30 # Verify the commands.gypd against the checked-in expected contents. 33 # contents file setting the Subversion svn:eol-style to native, 39 contents = test.read('commands.gypd').replace('\r', '') variable 41 if not test.match(contents, expect): 42 print "Unexpected contents of `commands.gypd'" 43 test.diff(expect, contents, 'commands.gypd ')
|
/external/chromium/chrome/browser/ |
password_manager_delegate_impl.h | 15 explicit PasswordManagerDelegateImpl(TabContents* contents) 16 : tab_contents_(contents) { }
|
/external/chromium/chrome/browser/ui/tab_contents/ |
test_tab_contents_wrapper.h | 19 virtual TestTabContents* contents() OVERRIDE; 22 void SetContents(TestTabContents* contents);
|
/external/chromium/chrome/browser/ui/views/tabs/ |
browser_tab_strip_controller.cc | 26 TabContents* contents) { 27 if (!contents || !contents->is_loading()) 29 if (contents->waiting_for_response()) 255 TabContentsWrapper* contents = model_->GetTabContentsAt(model_index); local 257 TabContentsNetworkState(contents->tab_contents())); 302 void BrowserTabStripController::TabInsertedAt(TabContentsWrapper* contents, 305 DCHECK(contents); 310 SetTabRendererDataFromModel(contents->tab_contents(), model_index, &data); 314 void BrowserTabStripController::TabDetachedAt(TabContentsWrapper* contents, [all...] |
/external/chromium_org/chrome/browser/extensions/ |
webstore_inline_installer_factory.cc | 13 content::WebContents* contents, 18 contents, webstore_item_id, requestor_url, callback);
|
/external/chromium_org/chrome/browser/tab_contents/ |
retargeting_details.h | 16 // The source tab contents. 25 // The target tab contents.
|
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/ |
favicon_util_mac.h | 16 // Returns an autoreleased favicon for a given WebContents. If |contents| 19 NSImage* FaviconForWebContents(content::WebContents* contents);
|
/external/chromium_org/content/public/test/ |
web_contents_tester.cc | 19 WebContentsTester* WebContentsTester::For(WebContents* contents) { 20 return static_cast<TestWebContents*>(contents);
|
/external/chromium_org/native_client_sdk/src/examples/api/url_loader/ |
url_loader_success.html | 13 The PPAPI UrlLoader example fetches the contents of this page. If you are 14 seeing the contents of this page as part of the test output, then the test
|
/external/chromium_org/tools/gyp/test/library/ |
gyptest-shared.py | 42 contents = test.read('relocate/src/program.c') variable 43 contents = contents.replace('Hello', 'Hello again') variable 44 test.write('relocate/src/program.c', contents) 64 contents = test.read('relocate/src/program.c') variable 65 contents = contents.replace('again', 'again again') variable 66 test.write('relocate/src/program.c', contents)
|
gyptest-static.py | 42 contents = test.read('relocate/src/program.c') variable 43 contents = contents.replace('Hello', 'Hello again') variable 44 test.write('relocate/src/program.c', contents) 64 contents = test.read('relocate/src/program.c') variable 65 contents = contents.replace('again', 'again again') variable 66 test.write('relocate/src/program.c', contents)
|
/external/chromium_org/tools/gyp/test/rules-rebuild/src/ |
make-sources.py | 12 def write_file(filename, contents): 13 open(filename, 'wb').write(contents)
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
MinimalSet.java | 37 public static <E> MinimalSet<E> of(E... contents) { 39 Object.class, (E[]) new Object[0], Arrays.asList(contents)); 43 public static <E> MinimalSet<E> from(Collection<? extends E> contents) { 44 return ofClassAndContents(Object.class, (E[]) new Object[0], contents); 49 Iterable<? extends E> contents) { 51 for (E e : contents) { 59 private MinimalSet(Class<? super E> type, E... contents) { 60 super(type, true, contents);
|
/external/llvm/test/DebugInfo/ |
dwarfdump-zlib.test | 8 FULLDUMP: .debug_abbrev contents 9 FULLDUMP: .debug_info contents
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
quoting | 8 # The Contents of the MAKEFILE ... 17 # END of Contents of MAKEFILE
|
varnesting | 7 # The Contents of the MAKEFILE ... 17 # END of Contents of MAKEFILE
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
MAKELEVEL | 9 # The Contents of the MAKEFILE ... 17 # END of Contents of MAKEFILE
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_view_mac_unittest.mm | 89 static AutocompleteMatch MakeMatch(const string16 &contents, 92 m.contents = contents; 306 // Check that matches with both contents and description come back 307 // with contents at the beginning, description at the end, and 311 NSString* const contents = @"contents"; 313 AutocompleteMatch m = MakeMatch(base::SysNSStringToUTF16(contents), 320 EXPECT_GT([decorated length], [contents length] + [description length]); 321 EXPECT_TRUE([[decorated string] hasPrefix:contents]); [all...] |
/external/chromium_org/ |
PRESUBMIT_test.py | 139 contents = ['#include "some/path/foo.h"', 141 mock_file = MockFile('some/path/foo.cc', contents) 143 mock_input_api, mock_file, range(1, len(contents) + 1)) 148 contents = ['#include "some/other/path/foo.h"', 150 mock_file = MockFile('some/path/foo.cc', contents) 152 mock_input_api, mock_file, range(1, len(contents) + 1)) 157 contents = ['#include "some/path/foo.h"', 159 mock_file = MockFile('some/path/foo_platform.cc', contents) 161 mock_input_api, mock_file, range(1, len(contents) + 1)) 166 contents = ['#include "some/path/bar.h"' [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
caching_file_system_test.py | 73 'bob0': 'bob/bob0 contents', 74 'bob1': 'bob/bob1 contents', 75 'bob2': 'bob/bob2 contents', 76 'bob3': 'bob/bob3 contents', 89 self.assertEqual('bob/bob0 contents', get_future.Get()) 93 self.assertEqual('bob/bob0 contents', 99 self.assertEqual('bob/bob0 contents', 108 self.assertEqual('bob/bob0 contents', future.Get()) 120 self.assertEqual(('bob/bob1 contents', 'bob/bob0 contents'), [all...] |
/external/chromium_org/chrome/browser/ui/ |
unload_controller.cc | 35 bool UnloadController::CanCloseContents(content::WebContents* contents) { 39 ClearUnloadState(contents, true); 46 content::WebContents* contents) { 47 // If |contents| is being inspected, devtools needs to intercept beforeunload 50 contents->GetRenderViewHost()) != NULL; 54 bool UnloadController::RunUnloadEventsHelper(content::WebContents* contents) { 55 // If there's a devtools window attached to |contents|, 57 // and then call beforeunload handlers for |contents|. 59 if (DevToolsWindow::InterceptPageBeforeUnload(contents)) { 66 if (contents->NeedToFireBeforeUnload()) 170 content::WebContents* contents = local [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
bc-reserve.c | 45 static void bc_reserve_destroy(void *contents); 46 static void bc_reserve_print(const void *contents, FILE *f, int indent_level); 70 bc_reserve_destroy(void *contents) 72 bytecode_reserve *reserve = (bytecode_reserve *)contents; 74 yasm_xfree(contents); 78 bc_reserve_print(const void *contents, FILE *f, int indent_level) 80 const bytecode_reserve *reserve = (const bytecode_reserve *)contents; 90 bytecode_reserve *reserve = (bytecode_reserve *)bc->contents; 103 bytecode_reserve *reserve = (bytecode_reserve *)bc->contents; 111 bytecode_reserve *reserve = (bytecode_reserve *)bc->contents; [all...] |
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
tabs_event_router.h | 42 virtual void TabInsertedAt(content::WebContents* contents, int index, 45 content::WebContents* contents, 47 virtual void TabDetachedAt(content::WebContents* contents, 56 virtual void TabMoved(content::WebContents* contents, 59 virtual void TabChangedAt(content::WebContents* contents, 66 virtual void TabPinnedStateChanged(content::WebContents* contents, 75 void TabCreatedAt(content::WebContents* contents, int index, bool active); 79 void TabUpdated(content::WebContents* contents, bool did_navigate); 82 void FaviconUrlUpdated(content::WebContents* contents); 102 // Packages |changed_properties| as a tab updated event for the tab |contents| [all...] |
/external/chromium_org/chrome/browser/ui/search/ |
instant_controller.cc | 47 const content::WebContents* contents) { 48 return page && (page->contents() == contents); 51 // Adds a transient NavigationEntry to the supplied |contents|'s 55 void EnsureSearchTermsAreSet(content::WebContents* contents, 57 content::NavigationController* controller = &contents->GetController(); 61 if (chrome::GetSearchTerms(contents) == search_terms || 72 contents->GetBrowserContext()); 76 SearchTabHelper::FromWebContents(contents)->NavigationEntryUpdated(); 103 SearchTabHelper::FromWebContents(instant_tab_->contents())- [all...] |