HomeSort by relevance Sort by last modified time
    Searched refs:Rebuild (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/ui/views/controls/menu/
menu_2.cc 15 Rebuild();
36 void Menu2::Rebuild() {
37 wrapper_->Rebuild(NULL);
menu_2.h 58 void Rebuild();
menu_wrapper.h 48 virtual void Rebuild(MenuInsertionDelegateWin* delegate) = 0;
native_menu_win.h 38 virtual void Rebuild(MenuInsertionDelegateWin* delegate) OVERRIDE;
native_menu_win.cc 472 void NativeMenuWin::Rebuild(MenuInsertionDelegateWin* delegate) {
  /frameworks/base/core/tests/inputmethodtests/
run_core_inputmethod_test.sh 5 --rebuild ) echo Rebuild && rebuild=true;;
16 if [[ $rebuild == true ]]; then
  /frameworks/base/core/tests/systemproperties/
run_core_systemproperties_test.sh 5 --rebuild ) echo Rebuild && rebuild=true;;
16 if [[ $rebuild == true ]]; then
  /external/chromium_org/tools/cr/cr/actions/
builder.py 15 They can also override Rebuild if they are able to handle it in a more
36 def Rebuild(self, context, targets, arguments):
  /external/chromium/chrome/browser/chromeos/status/
power_menu_button.cc 104 power_menu_.Rebuild();
200 power_menu_.Rebuild();
clock_menu_button.cc 174 clock_menu_->Rebuild();
input_method_menu.cc 414 // this order. On this unusual case, we must rebuild the menu after the last
415 // RegisterProperties. For the other cases, no rebuild is needed. Actually
459 input_method_menu_.Rebuild();
network_menu.cc     [all...]
  /external/chromium_org/tools/cr/cr/commands/
build.py 61 """The implementation of the rebuild command.
63 This is a thin shell over the Builder.Rebuild method of the selected builder.
68 self.help = 'Rebuild a target'
70 'Uses the specified builder for the platform to rebuild a target.')
80 return cr.Builder.Rebuild(
  /external/chromium_org/ui/message_center/
message_center_impl.cc 401 void MessageCenterImpl::NotificationCache::Rebuild(
473 notification_cache_.Rebuild(
566 notification_cache_.Rebuild(
610 notification_cache_.Rebuild(
643 notification_cache_.Rebuild(
676 notification_cache_.Rebuild(
763 notification_cache_.Rebuild(
message_center_impl.h 201 void Rebuild(const NotificationList::Notifications& notificaitons);
  /external/mksh/src/
Build.sh 423 Rebuild.sh signames.inc test.sh x vv.out
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_desktop_root_window_host_win.cc 102 system_menu_->Rebuild(&insertion_delegate);
browser_frame_win.cc 150 system_menu_->Rebuild(&insertion_delegate);
  /external/chromium/chrome/browser/visitedlink/
visitedlink_unittest.cc 367 TEST_F(VisitedLinkTest, Rebuild) {
381 // link system. This isn't guaranteed to happen during the rebuild, so we
385 // processing the rebuild that has queued behind it. We will generally
396 // Wait for the rebuild to complete. The task will terminate the message
397 // loop when the rebuild is done. There's no chance that the rebuild will
398 // complete before we set the task because the rebuild completion message
399 // is posted to the message loop; until we Run() it, rebuild can not
421 // Wait for the rebuild to complete.
  /external/chromium_org/components/visitedlink/test/
visitedlink_unittest.cc 404 TEST_F(VisitedLinkTest, Rebuild) {
416 // link system. This isn't guaranteed to happen during the rebuild, so we
420 // processing the rebuild that has queued behind it. We will generally
432 // Wait for the rebuild to complete. The task will terminate the message
433 // loop when the rebuild is done. There's no chance that the rebuild will
434 // complete before we set the task because the rebuild completion message
435 // is posted to the message loop; until we Run() it, rebuild can not
457 // Wait for the rebuild to complete.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
background.js 115 // Rebuild the list of children to match |wantedChildren|.
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc     [all...]

Completed in 1033 milliseconds