Searched defs:foreground (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium/chrome/browser/chromeos/
H A Dtab_closeable_state_watcher_browsertest.cc107 bool foreground) {
105 TabInsertedAt(TabContentsWrapper* contents, int index, bool foreground) argument
H A Dtab_closeable_state_watcher.cc39 TabContentsWrapper* tab_contents, int index, bool foreground) {
38 TabInsertedAt( TabContentsWrapper* tab_contents, int index, bool foreground) argument
H A Dwm_overview_controller.cc69 bool foreground);
208 bool foreground) {
206 TabInsertedAt(TabContentsWrapper* contents, int index, bool foreground) argument
/external/chromium/chrome/browser/tabs/
H A Dtab_strip_model_observer.cc9 bool foreground) {
7 TabInsertedAt(TabContentsWrapper* contents, int index, bool foreground) argument
H A Dtab_strip_model_order_controller.cc26 bool foreground) {
35 if (foreground) {
36 // If the page was opened in the foreground by a link click in another
23 DetermineInsertionIndex( TabContentsWrapper* new_contents, PageTransition::Type transition, bool foreground) argument
H A Ddefault_tab_handler.cc37 TabContentsWrapper* DefaultTabHandler::AddBlankTab(bool foreground) { argument
39 return delegate_->AsBrowser()->AddBlankTab(foreground);
43 bool foreground) {
44 return delegate_->AsBrowser()->AddBlankTabAt(index, foreground);
139 bool foreground) {
140 delegate_->AsBrowser()->TabInsertedAt(contents, index, foreground);
42 AddBlankTabAt(int index, bool foreground) argument
137 TabInsertedAt(TabContentsWrapper* contents, int index, bool foreground) argument
H A Dtab_strip_model.cc109 bool foreground) {
112 foreground ? (ADD_INHERIT_GROUP | ADD_ACTIVE) :
108 AppendTabContents(TabContentsWrapper* contents, bool foreground) argument
H A Dtab_strip_model_unittest.cc86 virtual TabContentsWrapper* AddBlankTab(bool foreground) { argument
89 virtual TabContentsWrapper* AddBlankTabAt(int index, bool foreground) { argument
292 foreground(false),
301 bool foreground; member in struct:MockTabStripModelObserver::State
321 EXPECT_EQ(state.foreground, s->foreground);
328 s->foreground == state.foreground &&
335 bool foreground) {
338 s->foreground
333 TabInsertedAt(TabContentsWrapper* contents, int index, bool foreground) argument
[all...]
/external/webkit/Source/WebCore/platform/
H A DPopupMenuStyle.h38 PopupMenuStyle(const Color& foreground, const Color& background, const Font& font, bool visible, bool isDisplayNone, Length textIndent, TextDirection textDirection, bool hasTextDirectionOverride) argument
39 : m_foregroundColor(foreground)
/external/webkit/Source/WebCore/rendering/
H A DEllipsisBox.cpp50 Color foreground = paintInfo.forceBlackText ? Color::black : renderer()->selectionForegroundColor(); local
51 if (foreground.isValid() && foreground != textColor)
52 context->setFillColor(foreground, style->colorSpace());
H A DInlineTextBox.cpp563 // 2. Now paint the foreground, including text and decorations like underline/overline (in quirks mode only).
603 // Check foreground color first.
604 Color foreground = paintInfo.forceBlackText ? Color::black : renderer()->selectionForegroundColor(); local
605 if (foreground.isValid() && foreground != selectionFillColor) {
608 selectionFillColor = foreground;
1113 // Paint either the background markers or the foreground markers, but not both
/external/chromium/chrome/browser/extensions/
H A Dextension_browser_event_router.cc264 bool foreground) {
273 bool foreground) {
279 TabCreatedAt(contents->tab_contents(), index, foreground);
262 TabCreatedAt(TabContents* contents, int index, bool foreground) argument
271 TabInsertedAt(TabContentsWrapper* contents, int index, bool foreground) argument
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_view_gtk.cc121 // foreground typeface color instead of taking the background into account.
122 GdkColor NormalURLColor(GdkColor foreground) { argument
124 color_utils::SkColorToHSL(gfx::GdkColorToSkColor(foreground), &fg_hsl);
149 // saturation than to look exactly like the foreground color.
150 GdkColor SelectedURLColor(GdkColor foreground, GdkColor background) { argument
152 color_utils::SkColorToHSL(gfx::GdkColorToSkColor(foreground), &fg_hsl);
166 // The luminance should match the luminance of the foreground text. Again,
/external/chromium/chrome/browser/download/
H A Ddownload_util.cc381 SkBitmap* foreground = (size == BIG) ? g_foreground_32 : g_foreground_16; local
386 // We start by storing the bounds of the background and foreground bitmaps
391 foreground->width(), foreground->height());
408 // Layer the foreground progress image in an arc proportional to the download
422 // Set up an arc clipping region for the foreground image. Don't bother using
424 // would eliminate the foreground completely and be quite confusing (it would
441 SkShader::CreateBitmapShader(*foreground,
455 canvas->DrawBitmapInt(*foreground,
/external/chromium/chrome/browser/ui/views/
H A Dtask_manager_view.cc239 ItemColor* foreground,
248 foreground->color_is_set = false;
237 GetCellColors(int model_row, int column, ItemColor* foreground, ItemColor* background, LOGFONT* logfont) argument
/external/speex/libspeex/
H A Dmdf.c97 /* If enabled, the AEC will use a foreground filter and a background filter to be more robust to double-talk
160 spx_word16_t *foreground; /* Foreground filter weights */ member in struct:SpeexEchoState_
462 st->foreground = (spx_word16_t*)speex_alloc(M*N*C*K*sizeof(spx_word16_t));
543 st->foreground[i] = 0;
609 speex_free(st->foreground);
800 /* Compute foreground filter */
801 spectral_mul_accum16(st->X, st->foreground+chan*N*K*M, st->Y+chan*N, N, M*K);
899 /* Logic for updating the foreground filter */
929 /* Copy background filter to foreground filter */
931 st->foreground[
[all...]
/external/chromium/chrome/browser/
H A Daeropeek_manager.cc499 // Return the opaque while pixel to prevent old foreground tab from being
1062 bool foreground) {
1070 foreground,
1096 bool foreground) {
1100 CreateAeroPeekWindowIfNecessary(contents, foreground);
1061 CreateAeroPeekWindowIfNecessary(TabContentsWrapper* tab, bool foreground) argument
1094 TabInsertedAt(TabContentsWrapper* contents, int index, bool foreground) argument
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.cc410 bool foreground) {
408 TabInsertedAt(TabContentsWrapper* contents, int index, bool foreground) argument
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc944 bool foreground) {
942 TabInsertedAt(TabContentsWrapper* contents, int index, bool foreground) argument
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c132 static mDNSBool foreground = 0; variable
151 if (foreground)
1050 "-d Run daemon in foreground.\n\n"
1104 case 'd': foreground = 1; break; // Also used when launched via OS X's launchd mechanism
3071 if (!foreground && !started_via_launchd)
3076 foreground = 1;
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc2490 TabContentsWrapper* Browser::AddBlankTab(bool foreground) { argument
2491 return AddBlankTabAt(-1, foreground);
2494 TabContentsWrapper* Browser::AddBlankTabAt(int index, bool foreground) { argument
2501 params.disposition = foreground ? NEW_FOREGROUND_TAB : NEW_BACKGROUND_TAB;
2701 bool foreground) {
2912 // turn it into a foreground tab (on chrome os only)
2699 TabInsertedAt(TabContentsWrapper* contents, int index, bool foreground) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar ... FOCUSED public static final int BACKGROUND public static final int FOREGROUND public static final int HOT public static final int TRAVERSE_NONE ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar ... FOCUSED public static final int BACKGROUND public static final int FOREGROUND public static final int HOT public static final int TRAVERSE_NONE ...

Completed in 2077 milliseconds

12