/external/chromium_org/chrome/browser/signin/ |
signin_internals_util.cc | 102 ListValue* section_contents = new ListValue(); local 105 section->Set("data", section_contents); 107 return section_contents;
|
/external/chromium_org/chrome/browser/sync/ |
about_sync_util.cc | 33 ListValue* section_contents = new ListValue(); local 35 section->Set("data", section_contents); 38 return section_contents; 46 ListValue* section_contents = new ListValue(); local 48 section->Set("data", section_contents); 51 return section_contents;
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
plugin-api.h | 285 handler. This function sets *SECTION_CONTENTS to point to a buffer that is 292 const unsigned char **section_contents,
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
plugin-api.h | 285 handler. This function sets *SECTION_CONTENTS to point to a buffer that is 292 const unsigned char **section_contents,
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/ |
plugin-api.h | 292 handler. This function sets *SECTION_CONTENTS to point to a buffer that is 299 const unsigned char **section_contents,
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/include/ |
plugin-api.h | 292 handler. This function sets *SECTION_CONTENTS to point to a buffer that is 299 const unsigned char **section_contents,
|
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/include/ |
plugin-api.h | 292 handler. This function sets *SECTION_CONTENTS to point to a buffer that is 299 const unsigned char **section_contents,
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
plugin-api.h | 285 handler. This function sets *SECTION_CONTENTS to point to a buffer that is 292 const unsigned char **section_contents,
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
plugin-api.h | 285 handler. This function sets *SECTION_CONTENTS to point to a buffer that is 292 const unsigned char **section_contents,
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/include/ |
plugin-api.h | 292 handler. This function sets *SECTION_CONTENTS to point to a buffer that is 299 const unsigned char **section_contents,
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/include/ |
plugin-api.h | 292 handler. This function sets *SECTION_CONTENTS to point to a buffer that is 299 const unsigned char **section_contents,
|
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/include/ |
plugin-api.h | 292 handler. This function sets *SECTION_CONTENTS to point to a buffer that is 299 const unsigned char **section_contents,
|
/external/chromium_org/chrome/browser/ui/gtk/website_settings/ |
website_settings_popup_gtk.cc | 567 GtkWidget* section_contents = gtk_vbox_new(FALSE, ui::kControlSpacing); local 568 gtk_box_pack_start(GTK_BOX(section_contents), title, FALSE, FALSE, 0); 570 GTK_BOX(section_contents), first_visit_label, FALSE, FALSE, 0); 575 section_contents);
|