HomeSort by relevance Sort by last modified time
    Searched full:background (Results 1451 - 1475 of 4362) sorted by null

<<51525354555657585960>>

  /external/chromium/chrome/common/extensions/docs/static/
tut_oauth.html 17 This tutorial expects that you have some experience writing extensions for Google Chrome and some familiarity with the <a href="http://code.google.com/apis/accounts/docs/OAuth.html">3-legged OAuth</a> flow. Although you don?t need a background in the <a href="http://code.google.com/apis/documents/">Google Documents List Data API</a> (or the other <a href="http://code.google.com/apis/gdata/">Google Data APIs</a> for that matter), having a understanding of the protocol may be helpful.
31 <p>Place the three library files in the root of your extension directory (or wherever your JavaScript is stored). Then include both .js files in your background page in the following order:</p>
38 <p>Your background page will manage the OAuth flow.</p>
56 Luckily, Google and a few other companies have been working on an <a href="http://code.google.com/apis/accounts/docs/OAuthForInstalledApps.html">OAuth for installed applications</a> solution that you can use from an extension environment. In the installed applications OAuth dance, the consumer key/secret are ?anonymous?/?anonymous? and you provide an <em>application name</em> for the user to grant access to (instead of an application URL). The end result is the same: your background page requests the initial token, opens a new tab to the approval page, and finally makes the asynchronous call for the access token.
61 <p>To initialize the library, create a <code>ChromeExOAuth</code> object in the background page:</p>
92 Once you have your background page set up, call the <code>authorize()</code> function to begin the OAuth dance and redirect the user to the OAuth provider. The client library abstracts most of this process, so all you need to do is pass a callback to the <code>authorize()</code> function, and a new tab will open and redirect the user.
  /external/libvpx/examples/includes/geshi/contrib/
example.php 66 $geshi->set_overall_style('font: normal normal 90% monospace; color: #000066; border: 1px solid #d0d0d0; background-color: #f0f0f0;', false);
83 $geshi->set_link_styles(GESHI_HOVER, 'background-color: #f0f000;');
89 $geshi->set_header_content_style('font-family: sans-serif; color: #808080; font-size: 70%; font-weight: bold; background-color: #f0f0ff; border-bottom: 1px solid #d0d0d0; padding: 2px;');
93 $geshi->set_footer_content_style('font-family: sans-serif; color: #808080; font-size: 70%; font-weight: bold; background-color: #f0f0ff; border-top: 1px solid #d0d0d0; padding: 2px;');
113 background-color: #f0f0f0;
119 background-color: #fcfcfc;
  /external/libvpx/examples/includes/geshi/geshi/
css.php 64 'aqua', 'azimuth', 'background-attachment', 'background-color',
65 'background-image', 'background-position', 'background-repeat',
66 'background', 'black', 'blue', 'border-bottom-color',
  /packages/apps/Browser/src/com/android/browser/
BookmarkUtils.java 92 // Set the background based on the type of shortcut (either webapp or home shortcut).
96 // Now draw the correct icon background into our new bitmap.
102 // background.
139 // background is the red bookmark.
147 // Use the web browser icon as the background for the icon for an installable
182 // Make a Paint for the white background rectangle and for
  /external/chromium/chrome/common/extensions/docs/
samples.json 181 "background.html",
235 "background.html",
291 "background.html",
448 "background.html",
476 "background.html",
498 "background.html",
535 "background.html",
560 "background.html",
593 "background.html",
641 "background.html"
    [all...]
  /frameworks/base/core/res/res/values/
styles.xml 37 <item name="android:background">@android:drawable/title_bar</item>
315 <item name="android:background">@android:drawable/btn_default</item>
324 <item name="android:background">@android:drawable/btn_default_small</item>
328 <item name="android:background">@android:drawable/button_inset</item>
332 <item name="android:background">@android:drawable/btn_default_transparent</item>
346 <item name="android:background">@android:drawable/btn_check_label_background</item>
351 <item name="android:background">@android:drawable/btn_radio_label_background</item>
356 <item name="android:background">@android:drawable/btn_star_label_background</item>
361 <item name="android:background">@android:drawable/btn_toggle_bg</item>
472 <item name="android:background">@android:drawable/dark_header_dither</item
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 301 // The background of a {@link TextView} being used for a key preview may have invisible
303 // the background, we need to record the width and height of key preview that don't include
307 // The key preview may have an arbitrary offset and its background that may have a bottom
310 // preview background.
531 // Draw key background.
539 final Drawable background = params.mKeyBackground; local
540 background.setState(drawableState);
541 final Rect bounds = background.getBounds();
543 background.setBounds(0, 0, bgWidth, bgHeight);
546 background.draw(canvas)
    [all...]
  /external/chromium/chrome/browser/resources/
extensions_ui.html 19 /* 67px is the height of the header's background image. */
30 background: url('../../app/theme/extensions_section.png') 0px 20px no-repeat;
39 background: url('../../app/theme/extensions_section.png') right no-repeat;
57 background: #ebeff9;
124 background: #f4f6fc;
134 background-color: #f0f0f0;
227 background-color: rgba(0, 0, 0, .2);
251 background-color: #5296DE;
264 background-color: rgba(0,0,0,0);
275 background-color: rgb(240, 240, 240)
    [all...]
offline_load.html 13 background-image: -webkit-linear-gradient(white 50%, rgb(236, 244, 255));
36 background-image: -webkit-gradient(radial, 50% -20%, 700, 50% -70%, 0, from(#FFF), color-stop(.7, #EEE), to(#EEE));
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GlAppSwitchTest.java 103 * run foreground / background task switching between replica island and GlPlanetsActivity.
150 * send replica island to foreground (when show = true) or background
  /development/apps/CustomLocale/res/layout/
main.xml 29 android:background="@color/header_background"
45 android:background="@color/header_background"
  /development/samples/ApiDemos/res/layout/
table_layout_7.xml 63 android:background="#FF909090" />
89 android:background="#FF909090" />
  /development/samples/BusinessCard/src/com/example/android/businesscard/
BusinessCardActivity.java 90 * Load contact information on a background thread.
95 * We should always run database queries on a background thread. The database may be
  /development/samples/SkeletonApp/res/layout/
skeleton_activity.xml 42 give it a custom background; see colors.xml for the definition
48 android:background="@drawable/semi_black">
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
Slider.java 34 public void setSliderBackground(Drawable background) {
35 mBackground = background;
  /docs/source.android.com/src/tech/dalvik/
dalvik-bytecode.css 39 background: #aabbff;
52 background: #eeeeff;
  /external/chromium/chrome/browser/chromeos/login/
login_display.h 63 // |background_bounds| determines the bounds of login UI background.
116 // Bounds of the login UI background.
  /external/chromium/chrome/browser/extensions/
app_background_page_apitest.cc 64 " \"permissions\": [\"background\"]"
117 " \"permissions\": [\"background\"],"
  /external/chromium/chrome/browser/tab_contents/
web_drag_source_win.cc 49 // Delegate to the UI thread if we do drag-and-drop in the background thread.
92 // Delegate to the UI thread if we do drag-and-drop in the background thread.
  /external/chromium/chrome/browser/task_manager/
task_manager_browsertest.cc 158 // Open a new background contents and make sure we notice that.
171 // Close the background contents and verify that we notice.
186 // Open a new background contents and make sure we notice that.
197 // Wait for the background contents process to finish loading.
201 // Kill the background contents process and verify that it disappears from the
225 // Loading an extension with a background page should result in a new
246 // Browser, Extension background page, and the New Tab Page.
254 // Check that the third entry (background) is an extension resource whose
  /external/chromium/chrome/browser/ui/cocoa/
bubble_view.mm 66 // Draws the themed background and the text. Will draw a gray bg if no theme.
81 // Background / Edge
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
sad_tab_view.mm 48 // Initialize background color.
57 // Paint background.
  /external/chromium/chrome/browser/ui/views/
first_run_search_engine_view.h 109 // Override from View so we can draw the gray background at dialog top.
135 // Image of browser search box with grey background and bubble arrow.
  /external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.h 91 // also paints the background of the titlebar area, since the top frame border
92 // and titlebar background are a contiguous component.
contents_container.cc 10 #include "views/background.h"
166 views::Background::CreateSolidBackground(SK_ColorWHITE));

Completed in 1734 milliseconds

<<51525354555657585960>>