HomeSort by relevance Sort by last modified time
    Searched full:contents (Results 76 - 100 of 11591) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/actions/src/subdir1/
make-prog2.py 9 contents = r"""
18 open(sys.argv[1], 'w').write(contents)
  /external/chromium_org/tools/gyp/test/actions/src/subdir3/
generate_main.py 9 contents = """
19 open(sys.argv[1], 'w').write(contents)
  /external/chromium_org/tools/gyp/test/generator-output/actions/subdir1/
make-prog1.py 9 contents = r"""
18 open(sys.argv[1], 'w').write(contents)
make-prog2.py 9 contents = r"""
18 open(sys.argv[1], 'w').write(contents)
  /external/chromium_org/tools/gyp/test/rules-rebuild/
gyptest-all.py 35 contents = test.read(['relocate', 'src', 'prog1.in']) variable
36 contents = contents.replace('!', ' AGAIN!') variable
37 test.write(['relocate', 'src', 'prog1.in'], contents)
53 contents = test.read(['relocate', 'src', 'prog2.in']) variable
54 contents = contents.replace('!', ' AGAIN!') variable
55 test.write(['relocate', 'src', 'prog2.in'], contents)
  /external/chromium/chrome/browser/ui/cocoa/
dev_tools_controller.h 21 // It swaps in the relevant devTools contents for a given TabContents or removes
22 // the view, if there's no devTools contents to show.
25 // A view hosting docked devTools contents.
28 // Manages currently displayed devTools contents.
41 // Depending on |contents|'s state, decides whether the docked web inspector
44 - (void)updateDevToolsForTabContents:(TabContents*)contents
sidebar_controller.h 20 // It swaps in the relevant sidebar contents for a given TabContents or removes
21 // the vew, if there's no sidebar contents to show.
24 // A view hosting sidebar contents.
27 // Manages currently displayed sidebar contents.
40 // Depending on |contents|'s state, decides whether the sidebar
43 - (void)updateSidebarForTabContents:(TabContents*)contents;
  /external/chromium_org/chrome/browser/ui/tabs/
test_tab_strip_model_delegate.cc 30 content::WebContents* contents) {
32 CoreTabHelper::CreateForWebContents(contents);
34 extensions::TabHelper::CreateForWebContents(contents);
52 content::WebContents* contents) {
56 content::WebContents* contents) {
61 content::WebContents* contents) {
  /external/chromium_org/tools/gyp/test/copies/
gyptest-all.py 21 test.must_match(['relocate', 'src', 'copies-out', 'file1'], 'file1 contents\n')
24 'file2 contents\n',
28 'file3 contents\n',
31 'file4 contents\n',
34 'file5 contents\n',
37 'file6 contents\n',
gyptest-default.py 21 test.must_match(['relocate', 'src', 'copies-out', 'file1'], 'file1 contents\n')
24 'file2 contents\n',
28 'file3 contents\n',
31 'file4 contents\n',
34 'file5 contents\n',
37 'file6 contents\n',
gyptest-slash.py 19 'file3 contents\n',
22 'file4 contents\n',
25 'file5 contents\n',
29 'file3 contents\n',
32 'file4 contents\n',
35 'file5 contents\n',
  /external/chromium_org/tools/gyp/test/variables/commands/
gyptest-commands-repeated.py 22 # Verify the commands-repeated.gypd against the checked-in expected contents.
25 # contents file setting the Subversion svn:eol-style to native,
31 contents = test.read('commands-repeated.gypd').replace('\r\n', '\n') variable
33 if not test.match(contents, expect):
34 print "Unexpected contents of `commands-repeated.gypd'"
35 test.diff(expect, contents, 'commands-repeated.gypd ')
gyptest-commands.py 23 # Verify the commands.gypd against the checked-in expected contents.
26 # contents file setting the Subversion svn:eol-style to native,
32 contents = test.read('commands.gypd').replace('\r', '') variable
34 if not test.match(contents, expect):
35 print "Unexpected contents of `commands.gypd'"
36 test.diff(expect, contents, 'commands.gypd ')
  /external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_store_unittest.cc 79 std::map<std::string, std::string> contents; local
80 resource_cache_->LoadAllSubkeys(kKey1, &contents);
81 ASSERT_EQ(1u, contents.size());
82 EXPECT_EQ(kData2, contents.begin()->second);
91 resource_cache_->LoadAllSubkeys(kKey1, &contents);
92 EXPECT_TRUE(contents.empty());
96 // Construct a store entry whose hash and contents do not match.
102 std::map<std::string, std::string> contents; local
103 resource_cache_->LoadAllSubkeys(kKey1, &contents);
104 ASSERT_EQ(1u, contents.size())
139 std::map<std::string, std::string> contents; local
165 std::map<std::string, std::string> contents; local
    [all...]
  /external/chromium_org/chrome/browser/ui/search/
search_ipc_router_unittest.cc 132 content::WebContents* contents = web_contents(); local
133 ASSERT_NE(static_cast<content::WebContents*>(NULL), contents); local
134 SearchTabHelper* search_tab_helper = GetSearchTabHelper(contents);
165 content::WebContents* contents = web_contents(); local
166 EXPECT_NE(static_cast<content::WebContents*>(NULL), contents); local
167 SearchTabHelper* search_tab_helper = GetSearchTabHelper(contents);
181 bool IsActiveTab(content::WebContents* contents) {
182 return GetSearchTabHelper(contents)->ipc_router().is_active_tab_;
198 content::WebContents* contents = web_contents(); local
201 contents->GetRoutingID()
215 content::WebContents* contents = web_contents(); local
230 content::WebContents* contents = web_contents(); local
249 content::WebContents* contents = web_contents(); local
264 content::WebContents* contents = web_contents(); local
288 content::WebContents* contents = web_contents(); local
309 content::WebContents* contents = web_contents(); local
332 content::WebContents* contents = web_contents(); local
348 content::WebContents* contents = web_contents(); local
365 content::WebContents* contents = web_contents(); local
383 content::WebContents* contents = web_contents(); local
401 content::WebContents* contents = web_contents(); local
418 content::WebContents* contents = web_contents(); local
436 content::WebContents* contents = web_contents(); local
454 content::WebContents* contents = web_contents(); local
472 content::WebContents* contents = web_contents(); local
489 content::WebContents* contents = web_contents(); local
505 content::WebContents* contents = web_contents(); local
518 content::WebContents* contents = web_contents(); local
574 content::WebContents* contents = web_contents(); local
594 content::WebContents* contents = web_contents(); local
712 content::WebContents* contents = web_contents(); local
726 content::WebContents* contents = web_contents(); local
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
tab_contents_controller.h 17 // The interface for the tab contents view controller's delegate.
21 // Tells the delegate when the tab contents view's frame is about to change.
43 - (id)initWithContents:(TabContents*)contents
46 // Call when the tab contents is about to be replaced with the currently
47 // selected tab contents to do not trigger unnecessary content relayout.
54 // Call to change the underlying tab contents object. View is not changed,
59 // Called when the tab contents is the currently selected tab and is about to be
63 // Called when the tab contents is about to be put into the view hierarchy as
68 // Called when the tab contents is updated in some non-descript way (the
70 // an entirely new tab contents object
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
tab_contents_controller.h 37 // Create the contents of a tab represented by |contents|. When
40 - (id)initWithContents:(content::WebContents*)contents
43 // Call when the tab contents is about to be replaced with the currently
44 // selected tab contents to do not trigger unnecessary content relayout.
51 // Call to change the underlying web contents object. View is not changed,
56 // Called when the tab contents is the currently selected tab and is about to be
60 // Called when the tab contents is about to be put into the view hierarchy as
65 // Called when the tab contents is updated in some non-descript way (the
67 // an entirely new tab contents object
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/static/js/
tabs.js 40 contents = tabs.getElementsByTagName('content'),
50 if (contents.length > i)
51 contents[i].classList.remove('unselected');
54 if (contents.length > i)
55 contents[i].classList.add('unselected');
66 var contents = tab.getElementsByTagName('content');
69 if (headers.length==0 || contents.length==0)
78 contents[j].classList.remove("unselected");
82 contents[j].classList.add("unselected");
91 contents[0].classList.remove("unselected")
    [all...]
  /external/chromium_org/tools/gyp/test/mac/
gyptest-postbuild-copy-bundle.py 26 app_bundle_dir, 'Contents', 'My Framework.framework', 'Resources')
30 app_bundle_dir, 'Contents', 'My Framework.framework', 'Versions', 'A',
55 contents = test.read('postbuild-copy-bundle/Framework-Info.plist') variable
56 contents = contents.replace('RandomValue', 'NewRandomValue') variable
57 test.write('postbuild-copy-bundle/Framework-Info.plist', contents)
67 contents = test.read('postbuild-copy-bundle/copied.txt') variable
68 contents = contents.replace('old', 'new') variable
69 test.write('postbuild-copy-bundle/copied.txt', contents)
    [all...]
  /external/srec/shared/src/
Int8ArrayListImpl.c 48 impl->contents = MALLOC((INITIAL_SIZE + 1) * sizeof(asr_int8_t), MTAG);
49 if (impl->contents == NULL)
69 impl->contents = value;
82 asr_int8_t* temp = REALLOC(impl->contents, (impl->actualSize * 2 + 1) * sizeof(asr_int8_t));
85 impl->contents = temp;
88 impl->contents[impl->virtualSize] = element;
96 asr_int8_t* contents = impl->contents; /* cache pointer */ local
102 if (contents[i] == element)
110 contents[i] = contents[i+1]
136 asr_int8_t* contents = impl->contents; \/* cache value *\/ local
    [all...]
IntArrayListImpl.c 47 impl->contents = MALLOC((INITIAL_SIZE + 1) * sizeof(int), MTAG);
48 if (impl->contents == NULL)
68 impl->contents = value;
81 int* temp = REALLOC(impl->contents, (impl->actualSize * 2 + 1) * sizeof(int));
84 impl->contents = temp;
87 impl->contents[impl->virtualSize] = element;
95 int* contents = impl->contents; /* cache pointer */ local
101 if (contents[i] == element)
109 contents[i] = contents[i+1]
135 int* contents = impl->contents; \/* cache value *\/ local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_browser_event_router.cc 33 const TabContents* contents) {
37 if (!complete_waiting_on_load_ || contents->is_loading())
49 const TabContents* contents) {
56 if (contents->GetURL() != url_) {
57 url_ = contents->GetURL();
135 TabContents* contents = browser->GetTabContentsAt(i); local
136 int tab_id = ExtensionTabUtil::GetTabId(contents);
183 TabContents* contents) {
185 Source<NavigationController>(&contents->controller()));
192 Source<TabContents>(contents));
451 TabContents* contents = Source<TabContents>(source).ptr(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_model_observer_bridge.h 30 virtual void TabInsertedAt(content::WebContents* contents,
34 content::WebContents* contents,
36 virtual void TabDetachedAt(content::WebContents* contents,
38 virtual void TabDeactivated(content::WebContents* contents) OVERRIDE;
43 virtual void TabMoved(content::WebContents* contents,
46 virtual void TabChangedAt(content::WebContents* contents,
53 virtual void TabMiniStateChanged(content::WebContents* contents,
67 - (void)insertTabWithContents:(content::WebContents*)contents
70 - (void)tabClosingWithContents:(content::WebContents*)contents
72 - (void)tabDetachedWithContents:(content::WebContents*)contents
    [all...]
  /external/chromium_org/components/web_modal/
native_web_contents_modal_dialog_manager.h 33 // contents modal dialog.
43 // Makes the web contents modal dialog visible. Only one web contents modal
47 // Hides the web contents modal dialog without closing it.
50 // Closes the web contents modal dialog.
53 // Sets focus on the web contents modal dialog.
56 // Runs a pulse animation for the web contents modal dialog.
  /external/chromium/chrome/browser/tab_contents/
web_contents_unittest.cc 240 contents()->UpdateTitle(rvh(), 0, L" Lots O' Whitespace\n");
241 EXPECT_EQ(ASCIIToUTF16("Lots O' Whitespace"), contents()->GetTitle());
262 EXPECT_EQ(ASCIIToUTF16(kUrl), contents()->GetTitle());
263 EXPECT_TRUE(contents()->ShouldDisplayURL());
269 SiteInstance* instance1 = contents()->GetSiteInstance();
270 EXPECT_TRUE(contents()->pending_rvh() == NULL);
275 EXPECT_FALSE(contents()->cross_navigation_pending());
284 contents()->TestDidNavigate(orig_rvh, params);
285 EXPECT_FALSE(contents()->cross_navigation_pending());
286 EXPECT_EQ(orig_rvh, contents()->render_view_host())
    [all...]

Completed in 4056 milliseconds

1 2 34 5 6 7 8 91011>>