HomeSort by relevance Sort by last modified time
    Searched refs:icons (Results 51 - 73 of 73) sorted by null

1 23

  /external/chromium/chrome/common/extensions/
extension_unittest.cc 185 // Test invalid icons
194 DictionaryValue* icons = NULL; local
195 input_value->GetDictionary(keys::kIcons, &icons);
196 ASSERT_FALSE(NULL == icons);
197 icons->SetInteger(base::IntToString(128), 42);
542 ListValue* icons = new ListValue; local
543 icons->Set(0, Value::CreateStringValue(img1));
544 icons->Set(1, Value::CreateStringValue(img2));
545 input.Set(keys::kPageActionIcons, icons);
    [all...]
extension.h 84 enum Icons {
441 Icons icon_size,
449 Icons icon_size,
518 // the browser might load (like themes and page action icons).
605 const ExtensionIconSet& icons() const { return icons_; } function in class:Extension
    [all...]
  /external/chromium/chrome/browser/
cookies_tree_model.h 475 // Returns the set of icons for the nodes in the tree. You only need override
476 // this if you don't want to use the default folder icons.
477 virtual void GetIcons(std::vector<SkBitmap>* icons);
480 // default icon. The index is relative to the list of icons returned from
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.h 186 const WebVector<WebString>& icons,
WebViewImpl.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java 113 * large enough to accommodate icons below.
133 IconFactory icons = IconFactory.getInstance(); typedefs
135 EDIT_ICON = icons.getIcon("editPreview"); //$NON-NLS-1$
136 ZOOM_IN_ICON = icons.getIcon("zoomplus"); //$NON-NLS-1$
137 ZOOM_OUT_ICON = icons.getIcon("zoomminus"); //$NON-NLS-1$
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandParamsFactory.java 44 // loading icons state parameters.
210 Bitmap[] icons = null; local
221 icons = (Bitmap[]) data;
223 for (Bitmap icon : icons) {
358 // load icons only when text exist.
602 // Load icons data if needed.
613 // Create a new array for all the icons (title and items).
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.js 55 // We wait for the app icons to load before displaying them, but never wait
652 // the icons once they've all been loaded to make it look nicer.
664 // to wait for all the icons. Instead, we wait until the visible portion
  /external/chromium/chrome/browser/ui/views/
create_application_shortcut_view.cc 421 if (!app_info.icons.empty()) {
450 if (unprocessed_icons_.empty()) // No icons to fetch.
  /sdk/adtproductbuild/
Android.mk 109 cp $(4)/eclipse/plugins/com.android.ide.eclipse.adt.package*/icons/adt.icns \
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 4254 int[] icons = SmileyParser.DEFAULT_SMILEY_RES_IDS; local
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
global-libraries-combined.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java 136 ViewGroup mFeedbackIconArea; // notification icons, IME icon, compat icon
260 // network icons: either a combo icon that switches between mobile and data, or distinct
261 // mobile and data icons
439 if (DEBUG) Slog.d(TAG, "max notification icons: " + mMaxNotificationIcons);
481 // where the icons go
482 mIconLayout = (NotificationIconArea.IconLayout) sb.findViewById(R.id.icons);
489 // The icons
515 // don't wait for these transitions; we just want icons to fade in/out, not move around
    [all...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
lint-checks.jar 
sdklib.jar 

Completed in 664 milliseconds

1 23