Searched refs:in (Results 401 - 425 of 5840) sorted by path

<<11121314151617181920>>

/external/chromium_org/chrome/browser/printing/
H A Dprint_preview_pdf_generated_browsertest.cc3 // found in the LICENSE file.
58 // Number of color channels in a BGRA bitmap.
212 // Returns the setting that could not be set in the preview dialog.
530 // Redirects |std::cin| to the file |stdin_path|. |in| is not freed because
533 std::ifstream* in = new std::ifstream(stdin_path.value().c_str()); local
534 ASSERT_TRUE(in->is_open());
535 std::cin.rdbuf(in->rdbuf());
548 // Generates a png from bitmap data and stores it in |png_output_|.
590 // Gets the page count and maximum page width of the PDF in points.
645 // from stderr in additio
[all...]
/external/chromium_org/chrome/browser/
H A Dprocess_info_snapshot_mac.cc3 // found in the LICENSE file.
86 // The scale can then be used to calculate the number of bytes in a value.
152 std::istringstream in(output, std::istringstream::in);
161 in >> pid;
162 if (in.eof())
167 in >> proc_info.rss;
168 in >> proc_info.vsize;
173 if (in.fail()) {
187 in
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
H A Dfirst_run.css4 * found in the LICENSE file.
36 transition-function: ease-in;
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dheader_bar.css3 * found in the LICENSE file.
78 #login-header-bar #cancel-multiple-sign-in-button {
88 html[dir=rtl] #login-header-bar #cancel-multiple-sign-in-button {
104 #login-header-bar #cancel-multiple-sign-in-button {
H A Doobe_screen.css3 * found in the LICENSE file.
14 -webkit-transition: -webkit-transform 200ms ease-in-out,
15 opacity 200ms ease-in-out,
16 visibility 200ms ease-in-out;
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dneterror.css3 * found in the LICENSE file. */
5 /* Don't use the main frame div when the error is in a subframe. */
10 /* Don't use the subframe error div when the error is in a main frame. */
54 -webkit-transition: height ease-in 218ms;
131 /* Don't allow overflow when in a subframe. */
H A Dnfc_debug.css3 * found in the LICENSE file.
54 .transition-in {
55 -webkit-transition: opacity 250ms ease-in-out;
57 transition: opacity 250ms ease-in-out;
61 -webkit-transition: opacity 250ms ease-in-out;
63 transition: opacity 250ms ease-in-out;
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/css/
H A Dwallpaper_manager.css3 * found in the LICENSE file. */
19 /* Click events are not received in draggable area. Making all clickable areas
112 -webkit-transition: left 130ms ease-in-out;
/external/chromium_org/chrome/browser/resources/
H A Dcomponents.css3 * found in the LICENSE file. */
111 .show-in-tmi-mode {
115 body.hide-tmi-mode-initial .show-in-tmi-mode {
120 body.hide-tmi-mode .show-in-tmi-mode {
126 body.show-tmi-mode-initial .show-in-tmi-mode {
130 body.show-tmi-mode .show-in-tmi-mode {
131 -webkit-transition: all 100ms ease-in;
194 /* Indent the text related to each plug-in. */
239 /* Separate the header from the contents in each MIME Types table. */
H A Dplugins.css3 * found in the LICENSE file. */
106 .show-in-tmi-mode {
110 body.hide-tmi-mode-initial .show-in-tmi-mode {
115 body.hide-tmi-mode .show-in-tmi-mode {
121 body.show-tmi-mode-initial .show-in-tmi-mode {
125 body.show-tmi-mode .show-in-tmi-mode {
126 -webkit-transition: all 100ms ease-in;
183 /* Indent the text related to each plug-in. */
228 /* Separate the header from the contents in each MIME Types table. */
H A Dsync_setup_overlay.css3 * found in the LICENSE file. */
185 #logging-in-throbber {
198 #sign-in {
236 /* Sign in box. */
238 .sign-in {
284 /* Sign in buttons. */
342 /* Sign in text fields. */
395 /* Sign in links. */
416 /* Sign in text. */
433 /* Sign in miscellaneou
[all...]
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextension_error.css3 * found in the LICENSE file. */
10 -webkit-transition: max-height 500ms ease-in-out;
24 /* These next three rules hide all except for the most recent three entries in
/external/chromium_org/chrome/browser/resources/history/
H A Dhistory.css3 * found in the LICENSE file. */
93 /* Change the gradient manually in order to make it look like the other
276 -webkit-transition: height 350ms ease-in-out;
319 * 'embed' makes the engine set the text in the parentheses as LTR even
383 .filter-status > div.in-content-pack-active,
384 .filter-status > div.in-content-pack-passive,
392 .in-content-pack-active {
404 .in-content-pack-passive {
/external/chromium_org/chrome/browser/resources/local_ntp/
H A Dlocal_ntp.css3 * found in the LICENSE file. */
332 -webkit-transition: background-color 100ms ease-in-out;
340 background-color 100ms ease-in-out;
619 /* Links in the notification. */
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dtimeline_view.css3 * found in the LICENSE file.
46 #timeline-view-in-use-sockets {
78 /* Need the id in this rule to override the above color rules. */
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dtile_page.css3 * found in the LICENSE file. */
39 /* This value is mirrored in TilePage.updateTopMargin_ */
149 -webkit-animation: bounce 500ms ease-in-out;
158 -webkit-animation-timing-function: ease-in;
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dinternet_detail.css3 * found in the LICENSE file. */
40 indicators as the fields in these dialogs have sufficient spacing around
97 -webkit-transition: opacity 150ms ease-in-out;
103 -webkit-transition: opacity 150ms ease-in-out;
/external/chromium_org/chrome/browser/resources/options/
H A Dcookies_view.css3 * found in the LICENSE file. */
12 /* Styles for the cookies list elements in cookies_view.html. */
60 -webkit-transition: height 150ms ease-in-out;
118 -webkit-transition: 150ms ease-in-out;
H A Dmanage_profile_overlay.css3 * found in the LICENSE file. */
140 #create-profile-supervised-not-signed-in {
144 #create-profile-supervised-not-signed-in-label,
/external/chromium_org/chrome/browser/resources/print_preview/search/
H A Ddestination_search.css3 * found in the LICENSE file. */
110 #destination-search .cloudprint-promo .sign-in.link-button {
/external/chromium_org/chrome/browser/resources/security_warnings/
H A Dinterstitial_v2.css3 found in the LICENSE file. */
115 #malware-opt-in {
131 #opt-in-label {
253 #malware-opt-in {
/external/chromium_org/chrome/browser/resources/user_manager/
H A Duser_manager_tutorial.css3 * found in the LICENSE file.
7 -webkit-transition: opacity 200ms ease-in-out;
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_sync_manager_unittest.cc3 // found in the LICENSE file.
322 // Test that the SyncSessionManager can properly fill in a SessionHeader.
479 // A file:// entry isn't valid, even in addition to another entry.
760 // Tests that the local session header objects is created properly in
792 // Now take that header node and feed it in as input.
799 syncer::SyncDataList in(&d, &d + 1);
803 syncer::SESSIONS, in,
826 syncer::SyncDataList in; local
828 InitWithSyncDataTakeOutput(in, &out);
857 in
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dlast_active_browser_cocoa.h3 // found in the LICENSE file.
11 // Access to this function is legitimately needed from a variety of places in
13 // are in Obj-C objects.
16 #error This file is intended for use in the Cocoa frontend only.
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
H A Doverlay.css3 * found in the LICENSE file. */
22 /* Used to slide in the overlay. */
69 -webkit-animation-timing-function: ease-in-out;

Completed in 579 milliseconds

<<11121314151617181920>>