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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/grit/grit/testdata/
time_related.html 6 [CONTENTS]
  /external/markdown/tests/misc/
attributes2.txt 1 {@id=TABLE.OF.CONTENTS}
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_file_util_unittest.cc 41 FileSystemOperation::FileEntryList* contents,
47 *contents = file_list;
53 FileSystemOperation::FileEntryList* contents,
55 DCHECK(contents);
59 url, base::Bind(&ReadDirectoryTestHelperCallback, &run_loop, contents,
191 FileSystemOperation::FileEntryList contents; local
194 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
232 FileSystemOperation::FileEntryList contents; local
235 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
238 ASSERT_EQ(2u, contents.size())
252 FileSystemOperation::FileEntryList contents; local
255 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
268 FileSystemOperation::FileEntryList contents; local
271 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
290 FileSystemOperation::FileEntryList contents; local
295 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
311 FileSystemOperation::FileEntryList contents; local
316 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
326 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
336 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
    [all...]
iphoto_file_util_unittest.cc 42 FileSystemOperation::FileEntryList* contents,
49 *contents = file_list;
55 FileSystemOperation::FileEntryList* contents,
57 DCHECK(contents);
61 url, base::Bind(&ReadDirectoryTestHelperCallback, &run_loop, contents,
90 std::map<std::string, base::FilePath> contents; variable
91 contents["a.jpg"] = library_path().AppendASCII("a.jpg");
92 return contents;
107 std::map<std::string, base::FilePath> contents; variable
108 contents["a.jpg"] = library_path().AppendASCII("orig.jpg")
223 FileSystemOperation::FileEntryList contents; local
226 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
264 FileSystemOperation::FileEntryList contents; local
267 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
279 FileSystemOperation::FileEntryList contents; local
282 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
294 FileSystemOperation::FileEntryList contents; local
297 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
308 FileSystemOperation::FileEntryList contents; local
311 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
317 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
323 FileSystemOperation::FileEntryList contents; local
327 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
338 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local
    [all...]
  /external/chromium/chrome/browser/
background_contents_service_unittest.cc 118 MockBackgroundContents* contents = new MockBackgroundContents(&profile); local
119 EXPECT_FALSE(service.IsTracked(contents));
120 contents->SendOpenedNotification(&service);
121 EXPECT_TRUE(service.IsTracked(contents));
122 delete contents;
123 EXPECT_FALSE(service.IsTracked(contents));
134 scoped_ptr<MockBackgroundContents> contents(
137 contents->SendOpenedNotification(&service);
139 contents->Navigate(url);
141 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid()))
157 MockBackgroundContents* contents = new MockBackgroundContents(&profile); local
207 MockBackgroundContents* contents = new MockBackgroundContents(&profile, local
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/
user_action_handler.cc 35 content::WebContents* contents = GetActiveWebContents(); local
36 if (contents && contents->GetController().CanGoBack()) {
37 contents->GetController().GoBack();
43 content::WebContents* contents = GetActiveWebContents(); local
44 if (contents && contents->GetController().CanGoForward()) {
45 contents->GetController().GoForward();
  /external/chromium_org/chrome/browser/ui/views/frame/
desktop_user_action_handler_aura.cc 21 content::WebContents* contents = GetActiveWebContents(); local
22 if (contents && contents->GetController().CanGoBack()) {
23 contents->GetController().GoBack();
29 content::WebContents* contents = GetActiveWebContents(); local
30 if (contents && contents->GetController().CanGoForward()) {
31 contents->GetController().GoForward();
  /external/chromium_org/tools/gyp/test/actions/src/subdir2/
make-file.py 9 contents = "Hello from make-file.py\n" variable
11 open(sys.argv[1], 'wb').write(contents)
  /external/chromium_org/tools/gyp/test/actions-subdir/src/
make-file.py 9 contents = 'Hello from make-file.py\n' variable
11 open(sys.argv[1], 'wb').write(contents)
  /external/chromium_org/tools/gyp/test/actions-subdir/src/subdir/
make-subdir-file.py 9 contents = 'Hello from make-subdir-file.py\n' variable
11 open(sys.argv[1], 'wb').write(contents)
  /external/chromium_org/tools/gyp/test/generator-output/actions/subdir2/
make-file.py 9 contents = "Hello from make-file.py\n" variable
11 open(sys.argv[1], 'wb').write(contents)
  /external/chromium_org/tools/gyp/test/generator-output/rules/
copy-file.py 9 contents = open(sys.argv[1], 'r').read() variable
10 open(sys.argv[2], 'wb').write(contents)
  /external/chromium_org/tools/gyp/test/rules/src/
copy-file.py 8 contents = open(sys.argv[1], 'r').read() variable
9 open(sys.argv[2], 'wb').write(contents)
  /external/chromium_org/tools/gyp/test/rules-dirname/src/
copy-file.py 8 contents = open(sys.argv[1], 'r').read() variable
9 open(sys.argv[2], 'wb').write(contents)
  /external/clang/test/CodeGen/
2009-03-08-ZeroEltStructCrash.c 7 } contents; member in struct:Union
10 int *array = u->contents.zero_arr;
  /external/linux-tools-perf/util/
xyarray.h 9 char contents[]; member in struct:xyarray
17 return &xy->contents[x * xy->row_size + y * xy->entry_size];
  /frameworks/base/media/tests/
README.txt 5 contents/media_api/
8 adb push contents/media_api/ /sdcard/media_api/
  /external/chromium_org/base/
sys_info_linux.cc 32 std::string contents; local
33 base::ReadFileToString(base::FilePath("/proc/sys/kernel/shmmax"), &contents);
34 DCHECK(!contents.empty());
35 if (!contents.empty() && contents[contents.length() - 1] == '\n') {
36 contents.erase(contents.length() - 1);
40 if (!base::StringToInt64(contents, &limit)) {
84 std::string contents; local
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_model_observer_bridge.mm 25 void TabStripModelObserverBridge::TabInsertedAt(WebContents* contents,
30 [controller_ insertTabWithContents:contents
37 WebContents* contents,
41 [controller_ tabClosingWithContents:contents atIndex:index];
45 void TabStripModelObserverBridge::TabDetachedAt(WebContents* contents,
49 [controller_ tabDetachedWithContents:contents atIndex:index];
53 void TabStripModelObserverBridge::TabDeactivated(WebContents* contents) {
55 [controller_ tabDeactivatedWithContents:contents];
71 void TabStripModelObserverBridge::TabMoved(WebContents* contents,
76 [controller_ tabMovedWithContents:contents
    [all...]
  /external/chromium_org/tools/gyp/test/variables/filelist/
gyptest-filelist-golden.py 26 # Verify the filelist.gypd against the checked-in expected contents.
29 # contents file setting the Subversion svn:eol-style to native,
35 contents = test.read('src/filelist.gypd').replace( variable
38 if not test.match(contents, expect):
39 print "Unexpected contents of `src/filelist.gypd'"
40 test.diff(expect, contents, 'src/filelist.gypd ')
43 contents = test.read('src/names.txt') variable
45 if not test.match(contents, expect):
46 print "Unexpected contents of `src/names.txt'"
47 test.diff(expect, contents, 'src/names.txt '
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc 111 TestInterstitialPage(WebContentsImpl* contents,
117 contents,
118 static_cast<RenderWidgetHostDelegate*>(contents),
273 explicit TestWebContentsObserver(WebContents* contents)
274 : WebContentsObserver(contents) {
313 contents()->UpdateTitle(rvh(), 0, ASCIIToUTF16(" Lots O' Whitespace\n"),
315 EXPECT_EQ(ASCIIToUTF16("Lots O' Whitespace"), contents()->GetTitle());
322 EXPECT_EQ(base::string16(), contents()->GetTitle());
335 EXPECT_EQ(title, contents()->GetTitle());
359 EXPECT_EQ(ASCIIToUTF16(kUrl), contents()->GetTitle())
    [all...]
  /external/chromium/chrome/browser/automation/
automation_tab_helper_unittest.cc 79 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents()))
82 EXPECT_CALL(mock_observer_, OnNoMorePendingLoads(contents()))
95 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents()));
96 EXPECT_CALL(mock_observer_, OnNoMorePendingLoads(contents()));
108 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents()))
111 EXPECT_CALL(mock_observer_, OnNoMorePendingLoads(contents()))
122 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents()));
123 EXPECT_CALL(mock_observer_, OnNoMorePendingLoads(contents()));
137 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents()));
138 EXPECT_CALL(mock_observer_, OnNoMorePendingLoads(contents()));
    [all...]
  /external/chromium_org/ash/system/tray/
fixed_sized_scroll_view.cc 31 contents()->GetPreferredSize() : fixed_size_;
38 gfx::Rect bounds = gfx::Rect(contents()->GetPreferredSize());
40 contents()->SetBoundsRect(bounds);
44 gfx::Rect bounds = contents()->bounds();
46 contents()->SetBoundsRect(bounds);
51 gfx::Rect bounds = gfx::Rect(contents()->GetPreferredSize());
53 contents()->SetBoundsRect(bounds);
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_event_router.cc 40 void WillDispatchTabUpdatedEvent(WebContents* contents,
48 ExtensionTabUtil::ScrubTabValueForExtension(contents,
54 event_args->Set(2, ExtensionTabUtil::CreateTabValue(contents, extension));
64 const WebContents* contents) {
68 if (!complete_waiting_on_load_ || contents->IsLoading())
80 const WebContents* contents) {
87 if (contents->GetURL() != url_) {
88 url_ = contents->GetURL();
109 WebContents* contents = browser->tab_strip_model()->GetWebContentsAt(i); local
110 int tab_id = ExtensionTabUtil::GetTabId(contents);
332 WebContents* contents = tab_strip_model->GetWebContentsAt(index); local
491 WebContents* contents = content::Source<WebContents>(source).ptr(); local
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_model_observer_bridge.h 27 virtual void TabInsertedAt(TabContentsWrapper* contents,
31 TabContentsWrapper* contents,
33 virtual void TabDetachedAt(TabContentsWrapper* contents, int index);
38 virtual void TabMoved(TabContentsWrapper* contents,
41 virtual void TabChangedAt(TabContentsWrapper* contents, int index,
47 virtual void TabMiniStateChanged(TabContentsWrapper* contents, int index);
60 - (void)insertTabWithContents:(TabContentsWrapper*)contents
63 - (void)tabClosingWithContents:(TabContentsWrapper*)contents
65 - (void)tabDetachedWithContents:(TabContentsWrapper*)contents
71 - (void)tabMovedWithContents:(TabContentsWrapper*)contents
    [all...]

Completed in 526 milliseconds

12 3 4 5 6 7 8 91011>>