HomeSort by relevance Sort by last modified time
    Searched full:invoked (Results 1 - 25 of 4762) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
085-incorrect-argument-count.c.expected 1 0:2(1): preprocessor error: Error: macro MULT invoked with 1 arguments (expected 2)
3 0:3(1): preprocessor error: Error: macro MULT invoked with 1 arguments (expected 2)
5 0:4(1): preprocessor error: Error: macro MULT invoked with 3 arguments (expected 2)
  /external/mesa3d/src/glsl/glcpp/tests/
085-incorrect-argument-count.c.expected 1 0:2(1): preprocessor error: Error: macro MULT invoked with 1 arguments (expected 2)
3 0:3(1): preprocessor error: Error: macro MULT invoked with 1 arguments (expected 2)
5 0:4(1): preprocessor error: Error: macro MULT invoked with 3 arguments (expected 2)
  /external/chromium_org/ui/app_list/
search_result_observer.h 14 // Invoked when the SearchResult's icon has changed.
17 // Invoked when the SearchResult's actions have changed.
20 // Invoked when the SearchResult's is_installing flag has changed.
23 // Invoked when the download percentage has changed.
26 // Invoked when the item represented by the SearchResult is installed.
29 // Invoked when the item represented by the SearchResult is uninstalled.
32 // Invoked just before the SearchResult is destroyed.
app_list_item_observer.h 14 // Invoked after item's icon is changed.
17 // Invoked after item's name is changed.
20 // Invoked after item's highlighted state is changed.
23 // Invoked after item begins or finishes installing.
26 // Invoked after item's download percentage changes.
29 // Invoked when the item is about to be destroyed.
search_box_model_observer.h 14 // Invoked when icon is changed.
17 // Invoked when the some properties of the speech recognition button is
21 // Invoked when hint text is changed.
24 // Invoked when selection model is changed.
27 // Invoked when text is changed.
pagination_model_observer.h 14 // Invoked when the total number of page is changed.
17 // Invoked when the selected page index is changed.
20 // Invoked when a transition starts.
23 // Invoked when the transition data is changed.
  /external/chromium_org/chrome/browser/chromeos/reset/
metrics.h 13 // User invoked the dialog from options page.
16 // Invoked with shortcut. Confirming form for powerwash.
19 // Invoked with shortcut. Confirming form for powerwash and rollback.
22 // Invoked with shortcut. Offering form, rollback option set.
25 // Invoked with shortcut. Offering form, rollback option not set.
28 // Invoked with shortcut. Requesting restart form.
  /art/test/078-polymorphic-virtual/
info.txt 2 calless invoked 10,000,000 times each in three threads.
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
callback_tracker_unittest.cc 26 bool invoked = false; local
28 base::Bind(&Receiver, &invoked));
31 EXPECT_FALSE(invoked);
35 EXPECT_FALSE(invoked);
42 bool invoked = false; local
44 base::Bind(&Receiver, &invoked));
47 EXPECT_TRUE(invoked);
50 invoked = false;
52 EXPECT_FALSE(invoked);
  /external/chromium_org/chrome/browser/ui/views/frame/
web_contents_close_handler_delegate.h 18 // Invoked to clone the layers of the WebContents. Should do nothing if there
19 // is already a clone (eg CloneWebContentsLayer() has been invoked without a
21 // invoked the cloned layer tree is drawn on top of the existing WebContents.
24 // Invoked to destroy the cloned layer tree. This may be invoked when there is
web_contents_close_handler.h 22 // Invoked when a tab is inserted.
25 // Invoked when the active WebContents changes.
28 // Invoked when all the tabs are about to be closed.
31 // Invoked when the close was canceled.
37 // Invoked from the |timer_|. If hit it means enough time has expired after a
43 // If true, WillCloseAllTabs() has been invoked.
47 // was invoked following a WillCloseAllTabs()).
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_manager_observer.h 14 // Invoked when the app data is changed or loading state is changed.
17 // Invoked when failed to load web store data of an app.
20 // Invoked when the extension is loaded in cache.
23 // Invoked when the extension download fails.
26 // Invoked when the Kiosk Apps configuration changes.
29 // Invoked when kiosk app cache is updated for |app_id|.
32 // Invoked when kiosk app updating from usb stick has been completed.
  /external/chromium_org/ash/
shell_observer.h 19 // Invoked after the screen's work area insets changes.
22 // Invoked when the user logs in.
25 // Invoked when the application is exiting.
28 // Invoked when the screen is locked (after the lock window is visible) or
32 // Invoked after a non-primary root window is created.
35 // Invoked after the shelf has been created for |root_window|.
38 // Invoked when the shelf alignment in |root_window| is changed.
41 // Invoked when the projection touch HUD is toggled.
44 // Invoked when entering or exiting fullscreen mode in |root_window|.
  /external/chromium_org/chrome/browser/importer/
importer_progress_observer.h 16 // Invoked when the import begins.
19 // Invoked when data for the specified item is about to be collected.
22 // Invoked when data for the specified item has been collected from the
26 // Invoked when the source profile has been imported.
  /external/chromium_org/gin/public/
debug.h 15 /* Installs a callback that is invoked on entry to every V8-generated
19 * SetFunctionEntryHook was invoked.
23 /* Installs a callback that is invoked each time jit code is added, moved,
27 * SetJitCodeEventHandler was invoked.
  /external/chromium_org/ui/base/models/
list_model_observer.h 16 // Invoked after items has been added to the model.
19 // Invoked after items has been removed. |start| is the index before the
23 // Invoked after an item has been moved. See ListModel::Move() for details
27 // Invoked after items has been changed.
table_model_observer.h 16 // Invoked when the model has been completely changed.
19 // Invoked when a range of items has changed.
22 // Invoked when new items are added.
25 // Invoked when a range of items has been removed.
  /external/chromium_org/ui/views/controls/table/
table_view_observer.h 21 // Invoked when the selection changes.
24 // Optional method invoked when the user double clicks on the table.
27 // Optional method invoked when the user middle clicks on the table.
30 // Optional method invoked when the user hits a key with the table in focus.
  /external/chromium_org/chrome/browser/ui/extensions/
extension_enable_flow_delegate.h 12 // Invoked when |flow| is finished successfully.
15 // Invoked when |flow| is aborted.
  /external/chromium_org/extensions/browser/
update_observer.h 15 // Invoked when an app update is available.
18 // Invoked when Chrome update is available.
  /external/chromium_org/ppapi/api/private/
ppp_pexe_stream_handler.idl 19 * Invoked as a result of a cache hit for a translated pexe.
25 * Invoked as a result of a cache miss for a translated pexe.
33 * Invoked when a block of data has been downloaded.
34 * Only invoked after DidCacheMiss().
41 * Invoked when the stream has finished downloading, regardless of whether it
42 * succeeded. Not invoked if DidCacheHit() was called.
  /external/chromium_org/ppapi/c/private/
ppp_pexe_stream_handler.h 33 * Invoked as a result of a cache hit for a translated pexe.
37 * Invoked as a result of a cache miss for a translated pexe.
44 * Invoked when a block of data has been downloaded.
45 * Only invoked after DidCacheMiss().
49 * Invoked when the stream has finished downloading, regardless of whether it
50 * succeeded. Not invoked if DidCacheHit() was called.
  /external/chromium_org/ash/shelf/
shelf_button_host.h 32 // Invoked when a pointer device is pressed on a view.
37 // Invoked when a pointer device is dragged over a view.
42 // Invoked either if a pointer device is released or mouse capture canceled.
47 // Invoked when the mouse moves on the item.
50 // Invoked when the mouse enters the item.
53 // Invoked when the mouse exits the item.
56 // Invoked to get the accessible name of the item.
  /external/chromium_org/ui/aura/
layout_manager.h 24 // Invoked when the window is resized.
27 // Invoked when the window |child| has been added.
30 // Invoked prior to removing |window|.
33 // Invoked after removing |window|.
36 // Invoked when the |SetVisible()| is invoked on the window |child|.
42 // Invoked when |Window::SetBounds| is called on |child|.
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
pairinglistener.h 32 // Invoked when a pairing session has been created.
35 // Invoked when a pairing session has ended.
38 // Invoked when the output device role should be performed. The client should
42 // Invoked when the input device role should be performed. The client should
46 // Invoked when pairing has completed successfully.
49 // Invoked when the pairing operation has been cancelled.
52 // Invoked if there was an error during the pairing process.

Completed in 447 milliseconds

1 2 3 4 5 6 7 8 91011>>